-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Description
- Files including https://github.com/graalvm/graalvm-demos/blob/master/tiny-java-containers/jwebserver/Dockerfile.distroless-java-base.jlink and https://github.com/graalvm/graalvm-demos/blob/master/tiny-java-containers/jwebserver/Dockerfile.distroless-java-base.dynamic are using
gcr.io/distroless/java-base-debian12
as the Base Docker Image.
graalvm-demos/tiny-java-containers/jwebserver/Dockerfile.distroless-java-base.jlink
Line 16 in 3b93e72
FROM gcr.io/distroless/java-base-debian12 |
graalvm-demos/tiny-java-containers/jwebserver/Dockerfile.distroless-java-base.dynamic
Line 7 in 3b93e72
FROM gcr.io/distroless/java-base-debian12 |
- From my perspective this was a very bad decision.
gcr.io/distroless/java-base-debian12:latest
is from https://console.cloud.google.com/artifacts/docker/distroless/us/gcr.io/java-base-debian12 . If users want to obtain information related to this Docker Image, they always need to register a Google account and initialize the Google Cloud region. The problem is that Google Cloud is not available in most countries, which sometimes causes misunderstandings. See https://cloud.google.com/about/locations . - If the use of
gcr.io/distroless/java-base-debian12
can be replaced with a Docker Image on Docker Hub or Oracle Container Registry, it will obviously help users to further obtain information about Docker Images without a Google account.
Metadata
Metadata
Assignees
Labels
No labels