sha256:a57d96e6aa2672f888034aed742f2907d49a3928f9abf21522e2340a26e4f614
OS/ARCH
Compressed size
604.5 MB
Last pushed
4 months by dspacebot
Type
Image
Manifest digest
sha256:ab73df5b35fb9ba2bb3376323006ba9e0d3b2f33a00afbfad5fb5bb479ab3224
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6ENV JAVA_HOME=/opt/java/openjdk0 B7ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B8ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-80 B9RUN /bin/sh -c set -eux;21.9 MB10ENV JAVA_VERSION=jdk-17.0.19+100 B11RUN /bin/sh -c set -eux;139.15 MB12RUN /bin/sh -c set -eux;158 B13COPY --chmod=755 entrypoint.sh /__cacert_entrypoint.sh #2.23 KB14ENTRYPOINT ["/__cacert_entrypoint.sh"]0 B15CMD ["jshell"]0 B16RUN /bin/sh -c apt-get update21.5 MB17LABEL org.opencontainers.image.title=Apache Maven0 B18LABEL org.opencontainers.image.source=https://github.com/carlossg/docker-maven0 B19LABEL org.opencontainers.image.url=https://github.com/carlossg/docker-maven0 B20LABEL org.opencontainers.image.description=Apache Maven is a0 B21ENV MAVEN_HOME=/usr/share/maven0 B22COPY /usr/share/maven /usr/share/maven # buildkit8.93 MB23COPY mvn-entrypoint.sh /usr/local/bin/mvn-entrypoint.sh # buildkit849 B24COPY settings-docker.xml /usr/share/maven/ref/ # buildkit358 B25RUN /bin/sh -c ln -s155 B26ARG USER_HOME_DIR=/root0 B27ENV MAVEN_CONFIG=/root/.m20 B28ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]0 B29CMD ["mvn"]0 B30ARG TARGET_DIR=dspace-installer0 B31WORKDIR /app93 B32RUN |1 TARGET_DIR=dspace-installer /bin/sh -c1.28 KB33RUN |1 TARGET_DIR=dspace-installer /bin/sh -c95 B34USER dspace0 B35ADD --chown=dspace pom.xml /app/ #14.88 KB36RUN |1 TARGET_DIR=dspace-installer /bin/sh -c115 B37ADD --chown=dspace dspace/pom.xml /app/dspace/ #2.49 KB38RUN |1 TARGET_DIR=dspace-installer /bin/sh -c135 B39ADD --chown=dspace dspace/modules/pom.xml /app/dspace/modules/ #1003 B40RUN |1 TARGET_DIR=dspace-installer /bin/sh -c157 B41ADD --chown=dspace dspace/modules/additions/pom.xml /app/dspace/modules/additions/ #2.46 KB42RUN |1 TARGET_DIR=dspace-installer /bin/sh -c120 B43ADD --chown=dspace dspace-api/pom.xml /app/dspace-api/ #5.62 KB44RUN |1 TARGET_DIR=dspace-installer /bin/sh -c121 B45ADD --chown=dspace dspace-iiif/pom.xml /app/dspace-iiif/ #1.23 KB46RUN |1 TARGET_DIR=dspace-installer /bin/sh -c121 B47ADD --chown=dspace dspace-oai/pom.xml /app/dspace-oai/ #1.29 KB48RUN |1 TARGET_DIR=dspace-installer /bin/sh -c119 B49ADD --chown=dspace dspace-rdf/pom.xml /app/dspace-rdf/ #946 B50RUN |1 TARGET_DIR=dspace-installer /bin/sh -c127 B51ADD --chown=dspace dspace-server-webapp/pom.xml /app/dspace-server-webapp/ #4.67 KB52RUN |1 TARGET_DIR=dspace-installer /bin/sh -c125 B53ADD --chown=dspace dspace-services/pom.xml /app/dspace-services/ #1.76 KB54RUN |1 TARGET_DIR=dspace-installer /bin/sh -c122 B55ADD --chown=dspace dspace-sword/pom.xml /app/dspace-sword/ #904 B56RUN |1 TARGET_DIR=dspace-installer /bin/sh -c125 B57ADD --chown=dspace dspace-swordv2/pom.xml /app/dspace-swordv2/ #1.13 KB58ENV MAVEN_FLAGS=-P-assembly -P-test-environment -Denforcer.skip=true -Dcheckstyle.skip=true0 B59RUN |1 TARGET_DIR=dspace-installer /bin/sh -c384.62 MB60USER root0 B61RUN |1 TARGET_DIR=dspace-installer /bin/sh -c271 BCommand
ARG RELEASE