-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker images suggested by dependabot and fix broken kafka tes…
…ts (#584) * Update ryuk docker image * Update nats docker image * Upadte mysql docker image * Fixed metadata typeReachable value --------- Co-authored-by: Milenko Supic <[email protected]>
- Loading branch information
Showing
19 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
tests/src/com.mysql/mysql-connector-j/8.0.31/required-docker-images.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
container-registry.oracle.com/mysql/community-server:9.1.0 | ||
container-registry.oracle.com/mysql/community-server:9.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
nats:2.10.22 | ||
nats:2.10.24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/src/mysql/mysql-connector-java/8.0.29/required-docker-images.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
container-registry.oracle.com/mysql/community-server:9.1.0 | ||
container-registry.oracle.com/mysql/community-server:9.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...src/org.hibernate.reactive/hibernate-reactive-core/2.0.0.Final/required-docker-images.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
container-registry.oracle.com/mysql/community-server:9.1.0 | ||
container-registry.oracle.com/mysql/community-server:9.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/src/org.testcontainers/testcontainers/1.17.6/required-docker-images.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
nginx:1-alpine-slim | ||
testcontainers/ryuk:0.10.2 | ||
testcontainers/ryuk:0.11.0 |
2 changes: 1 addition & 1 deletion
2
...src/org.testcontainers/testcontainers/1.17.6/src/test/resources/testcontainers.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ryuk.container.image=testcontainers/ryuk:0.10.2 | ||
ryuk.container.image=testcontainers/ryuk:0.11.0 |
2 changes: 1 addition & 1 deletion
2
tests/src/org.testcontainers/testcontainers/1.19.8/required-docker-images.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
nginx:1-alpine-slim | ||
testcontainers/ryuk:0.10.2 | ||
testcontainers/ryuk:0.11.0 |
2 changes: 1 addition & 1 deletion
2
...src/org.testcontainers/testcontainers/1.19.8/src/test/resources/testcontainers.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ryuk.container.image=testcontainers/ryuk:0.10.2 | ||
ryuk.container.image=testcontainers/ryuk:0.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
container-registry.oracle.com/mysql/community-server:9.1.0 | ||
container-registry.oracle.com/mysql/community-server:9.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/tck-build-logic/src/main/resources/allowed-docker-images/Dockerfile-mysql_mysql-server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM container-registry.oracle.com/mysql/community-server:9.1.0 | ||
FROM container-registry.oracle.com/mysql/community-server:9.2.0 |
2 changes: 1 addition & 1 deletion
2
tests/tck-build-logic/src/main/resources/allowed-docker-images/Dockerfile-nats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM nats:2.10.22 | ||
FROM nats:2.10.24 |
2 changes: 1 addition & 1 deletion
2
...s/tck-build-logic/src/main/resources/allowed-docker-images/Dockerfile-testcontainers_ryuk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM testcontainers/ryuk:0.10.2 | ||
FROM testcontainers/ryuk:0.11.0 |