Skip to content

Commit ba449ff

Browse files
author
B&R
committed
debug: Try to fix 2022/12/03 18:22:23 Failed to pull image: Error response from daemon: unauthorized: access to the requested resource is not authorized, will retry
1 parent ed0091c commit ba449ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/db/db_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ func TestBackup(t *testing.T) {
4040
func createContainer() (testcontainers.Container, error) {
4141
ctx := context.Background()
4242
req := testcontainers.ContainerRequest{
43-
Image: "quay.io/bitnami/postgresql:" + getPostgresVersion(),
43+
Image: "bitnami/postgresql:" + getPostgresVersion(),
4444
ExposedPorts: []string{"5432/tcp"},
4545
WaitingFor: wait.ForLog("database system is ready to accept connections"),
4646
AutoRemove: true,
47-
ReaperImage: "quay.io/testcontainers/ryuk:0.2.3",
4847
Env: map[string]string{
4948
"POSTGRESQL_DATABASE": "riotkit",
5049
"POSTGRESQL_USERNAME": "anarchism",

0 commit comments

Comments
 (0)