Skip to content

Commit

Permalink
fix(test): Bump testcontainers version (#2046)
Browse files Browse the repository at this point in the history
Upgrade testcontainers/ryuk to 0.3.4 since 0.3.0 is no longer available.

Fixes the following error in the build:
```
  java.lang.ExceptionInInitializerError
      at com.netflix.spinnaker.keel.sql.ArtifactVersionApprovalCountTests.<init>(ArtifactVersionApprovalCountTests.kt:21)
  Caused by: com.github.dockerjava.api.exception.NotFoundException: Status 404: {"message":"manifest for public.ecr.aws/s4w6t4b6/testcontainers/ryuk:0.3.0 not found: manifest unknown: Requested image not found"}
```
  • Loading branch information
osoriano committed Nov 1, 2022
1 parent e960478 commit 42d58b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keel-sql/src/test/resources/testcontainers.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ryuk.container.image = public.ecr.aws/s4w6t4b6/testcontainers/ryuk:0.3.0
ryuk.container.image = public.ecr.aws/s4w6t4b6/testcontainers/ryuk:0.3.4

0 comments on commit 42d58b8

Please sign in to comment.