sha256:5c81027a987a619282645f296736d51ea1df97b27eb226f0b36ef396b44de9b5
OS/ARCH
linux/amd64
Compressed size
178.64 MB
Last pushed
over 1 year by yildizozan
Type
Image
Manifest digest
sha256:5c81027a987a619282645f296736d51ea1df97b27eb226f0b36ef396b44de9b5
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c apt-get update120.16 MB3ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto/jre0 B4LABEL org.opencontainers.image.title=Apache Maven0 B5LABEL org.opencontainers.image.source=https://github.com/carlossg/docker-maven0 B6LABEL org.opencontainers.image.url=https://github.com/carlossg/docker-maven0 B7LABEL org.opencontainers.image.description=Apache Maven is a0 B8ENV MAVEN_HOME=/usr/share/maven0 B9COPY /usr/share/maven /usr/share/maven # buildkit8.75 MB10COPY /usr/local/bin/mvn-entrypoint.sh /usr/local/bin/mvn-entrypoint.sh # buildkit851 B11COPY /usr/share/maven/ref/settings-docker.xml /usr/share/maven/ref/settings-docker.xml # buildkit32 B12RUN /bin/sh -c ln -s154 B13ARG MAVEN_VERSION=3.9.90 B14ARG USER_HOME_DIR=/root0 B15ENV MAVEN_CONFIG=/root/.m20 B16ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]0 B17CMD ["mvn"]0 B18ARG GAUGE_VERSION=1.6.70 B19USER root0 B20RUN |1 GAUGE_VERSION=1.6.7 /bin/sh -c778.15 KB21ADD https://github.com/getgauge/gauge/releases/download/v1.6.7/gauge-1.6.7-linux.x86_64.zip /gauge-linux.x86_64.zip # buildkit10.97 MB22RUN |1 GAUGE_VERSION=1.6.7 /bin/sh -c11.09 MB23USER 10000 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000'