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

Remove unused tags certified-8 #82

Open
faandg opened this issue Jul 11, 2024 · 0 comments
Open

Remove unused tags certified-8 #82

faandg opened this issue Jul 11, 2024 · 0 comments

Comments

@faandg
Copy link

faandg commented Jul 11, 2024

Certified edition for java 8 should not exist according to the information on this page (only for Open edition):

image

However, there are images listed for it in icr.io/appcafe for it:
(This extract is from ibmcloud cr images --restrict appcafe)

icr.io/appcafe/ibm-semeru-runtimes                    certified-8-jdk-focal                                        9d23fb26fef6   appcafe     -               106 B    -
icr.io/appcafe/ibm-semeru-runtimes                    certified-8-jdk-jammy                                        9d23fb26fef6   appcafe     -               106 B    -
icr.io/appcafe/ibm-semeru-runtimes                    certified-8-jdk-ubi                                          9d23fb26fef6   appcafe     -               106 B    -
icr.io/appcafe/ibm-semeru-runtimes                    certified-8-jdk-ubi-minimal                                  9d23fb26fef6   appcafe     -               106 B    -
icr.io/appcafe/ibm-semeru-runtimes                    certified-8-jdk-ubi9                                         9d23fb26fef6   appcafe     -               106 B    -
icr.io/appcafe/ibm-semeru-runtimes                    certified-8-jdk-ubi9-minimal                                 9d23fb26fef6   appcafe     -               106 B    -
icr.io/appcafe/ibm-semeru-runtimes                    certified-8-jre-focal                                        9d23fb26fef6   appcafe     -               106 B    -
icr.io/appcafe/ibm-semeru-runtimes                    certified-8-jre-jammy                                        9d23fb26fef6   appcafe     -               106 B    -
icr.io/appcafe/ibm-semeru-runtimes                    certified-8-jre-ubi                                          9d23fb26fef6   appcafe     -               106 B    -
icr.io/appcafe/ibm-semeru-runtimes                    certified-8-jre-ubi-minimal                                  9d23fb26fef6   appcafe     -               106 B    -
icr.io/appcafe/ibm-semeru-runtimes                    certified-8-jre-ubi9                                         9d23fb26fef6   appcafe     -               106 B    -
icr.io/appcafe/ibm-semeru-runtimes                    certified-8-jre-ubi9-minimal                                 9d23fb26fef6   appcafe     -               106 B    -

They are empty references.
Hence, trying to pull or inspect the images fails:

➜  ~ podman pull icr.io/appcafe/ibm-semeru-runtimes:certified-8-jre-ubi9-minimal
Trying to pull icr.io/appcafe/ibm-semeru-runtimes:certified-8-jre-ubi9-minimal...
Error: choosing an image from manifest list docker://icr.io/appcafe/ibm-semeru-runtimes:certified-8-jre-ubi9-minimal: no image found in manifest list for architecture "amd64", variant "", OS "linux"

➜  ~ skopeo inspect docker://icr.io/appcafe/ibm-semeru-runtimes:certified-8-jre-ubi9-minimal
FATA[0001] Error parsing manifest for image: choosing image instance: no image found in manifest list for architecture amd64, variant "", OS linux

➜  ~ skopeo inspect --raw docker://icr.io/appcafe/ibm-semeru-runtimes:certified-8-jre-ubi9-minimal
{"schemaVersion":2,"mediaType":"application/vnd.docker.distribution.manifest.list.v2+json","manifests":[]}

I suggest removing them to prevent confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant