Skip to content

Commit

Permalink
Merge pull request #748 from imeoer/update-java-test-image
Browse files Browse the repository at this point in the history
test: replace java image with amazoncorretto
  • Loading branch information
jiangliu authored Sep 26, 2022
2 parents f504cb2 + ebe0d88 commit e3c3ac4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion contrib/nydusify/tests/image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ var list = []string{
"wordpress",
"mongo",
"debian",
"java",
// An alternative for open jdk image, see:
// https://hub.docker.com/_/openjdk
// https://github.com/docker-library/openjdk/issues/505
"amazoncorretto",
"ruby",
"php",
"tomcat",
Expand Down
3 changes: 1 addition & 2 deletions misc/top_images/image_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mongo
mysql
memcached
mariadb
openjdk
amazoncorretto
docker
rabbitmq
centos
Expand All @@ -39,7 +39,6 @@ chronograf
gradle
adminer
ghost
java
kong
solr
sentry
Expand Down

0 comments on commit e3c3ac4

Please sign in to comment.