You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Unofficially supported" images at ppc64le/maven, doesn't have the openjdk-based tags, specifically the maven3-openjdk-11 tag, which i need.
It seems that i can build the openjdk-11 Dockerfile as-is, only needing to run: docker pull ppc64le/openjdk:11-jdk ; docker tag ppc64le/openjdk:11-jdk openjdk:11-jdk
before-hand, in order to get the base-image, so it seems like it would be trivial. Output from docker build:
The "Unofficially supported" images at
ppc64le/maven
, doesn't have the openjdk-based tags, specifically themaven3-openjdk-11
tag, which i need.It seems that i can build the
openjdk-11
Dockerfile as-is, only needing to run:docker pull ppc64le/openjdk:11-jdk ; docker tag ppc64le/openjdk:11-jdk openjdk:11-jdk
before-hand, in order to get the base-image, so it seems like it would be trivial. Output from
docker build
:I don't have any experience in publishing to docker-hub, but if i could get a few pointers i would gladly help with a PR if needed
The text was updated successfully, but these errors were encountered: