You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a failure when testcontainers tries to pull the public docker postgres:13-alpine both on my machine and in Github Actions.
I can run docker pull postgres:13-alpine without any issue on my machine, so I don't think it's an issue with my docker config. I have no credentials set for docker.io in my config.
I tried downgrading to 0.32.0 but the error persists.
Relevant log output
2024/08/27 09:26:36 Failed to get image auth forhttps://index.docker.io/v1/. Setting empty credentials for the image: postgres:13-alpine. Error is: credentials not foundin native keychain
Additional information
No response
The text was updated successfully, but these errors were encountered:
facing the same thing for the MSSqlServer image.
It happens regularly in our CI pipelines.
It also happened a couple of times on my local system, but mostly on the CI
Failed to get image auth for mcr.microsoft.com. Setting empty credentials for the image: mcr.microsoft.com/mssql/server:2022-latest. Error is:credentials not found in native keychain
Facing the same issue with MSSQL.
The issue happens regularly on CI (Github Actions) starting from today.
Failed to get image auth for mcr.microsoft.com. Setting empty credentials for the image: mcr.microsoft.com/mssql/server:2019-CU20-ubuntu-20.04. Error is: credentials not found in native keychain
Testcontainers version
0.33.0
Using the latest Testcontainers version?
Yes
Host OS
Linux
Host arch
x86_64
Go version
1.22.3
Docker version
Client: Docker Engine - Community Version: 27.1.2 API version: 1.46 Go version: go1.21.13 Git commit: d01f264 Built: Mon Aug 12 11:50:58 2024 OS/Arch: linux/amd64 Context: default Server: Docker Engine - Community Engine: Version: 27.1.2 API version: 1.46 (minimum version 1.24) Go version: go1.21.13 Git commit: f9522e5 Built: Mon Aug 12 11:50:58 2024 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.7.20 GitCommit: 8fc6bcff51318944179630522a095cc9dbf9f353 runc: Version: 1.1.13 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40ad0
Docker info
What happened?
testcontainers
tries to pull the public dockerpostgres:13-alpine
both on my machine and in Github Actions.docker pull postgres:13-alpine
without any issue on my machine, so I don't think it's an issue with my docker config. I have no credentials set for docker.io in my config.0.32.0
but the error persists.Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: