Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: replace java image with amazoncorretto #748

Merged
merged 1 commit into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: replace java image with amazoncorretto
To fix the broken test: https://github.com/dragonflyoss/image-service/actions/runs/3124279728

Failed to convert: Parse source image: Parse source image:
resolve image: docker.io/library/java:latest: not found

The java/openjdk image is officially deprecated and all users
are recommended to use suitable replacements, related info:

https://hub.docker.com/_/openjdk
docker-library/openjdk#505

Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
  • Loading branch information
imeoer committed Sep 26, 2022
commit ebe0d88203f325e2f373f955aaf3860c6bf3b306
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