这个错误通常表示Docker在尝试拉取指定镜像的元数据时失败了。 这个错误 ERROR [internal] load metadata for docker.io/anapsix/alpine-java:8_server-jre_unlimited 通常出现在使用Docker构建镜像的过程中,具体是在Docker尝试从Docker Hub或其他镜像仓库拉取基础镜像的元数据时发生了问题。以下是一些可能的解决步骤: ...
8_jdk-dcevm_unlimited Latest Oracle Java 7 Server-JRE: 7 7_server-jre Latest Oracle Java 7 JDK (plus DCEVM variant): 7_jdk 7_jdk-dcevm Usage Example: docker run -it --rm anapsix/alpine-java java -version Disclaimer By using Dockerfiles contained in this repo and/or container images de...
anapsix/alpine-java:8_server-jre_unlimited. Contribute to steigr/docker-java development by creating an account on GitHub.
Oracle JDK/JRE Based on alpinelinux with Oracle JRE Usage Create your docker image as usual but define the following variables: ENV APPLICATION_USER my-application-user Futhermore you may use the included shell scripts: . /environment-hygiene to clean up the environment just before starting yo...