sha256:e87831f6d691426b87dd3c836a6ad9fe828adf3ef092a13cb568eadb0bd68392
OS/ARCH
Compressed size
603.98 MB
Last pushed
about 1 month by kepper
Type
Image
Manifest digest
sha256:fd5c706b0885bf0106b7cf65a8ce25ba9f19eb9da26e464784c8cdb4d68944db
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 27.53 MB6CMD ["/bin/bash"]0 B7ENV JAVA_HOME=/opt/java/openjdk0 B8ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B9ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-80 B10RUN /bin/sh -c set -eux;16.21 MB11ENV JAVA_VERSION=jdk-17.0.18+80 B12RUN /bin/sh -c set -eux;44.75 MB13RUN /bin/sh -c set -eux;160 B14COPY --chmod=755 entrypoint.sh /__cacert_entrypoint.sh #2.23 KB15ENTRYPOINT ["/__cacert_entrypoint.sh"]0 B16LABEL org.opencontainers.image.authors=Peter Stadler0 B17LABEL org.opencontainers.image.source=https://github.com/peterstadler/existdb-docker0 B18ARG VERSION=6.4.00 B19ARG MAX_MEMORY0 B20ARG EXIST_URL=https://github.com/eXist-db/exist/releases/download/eXist-6.4.0/exist-installer-6.4.0.jar0 B21ARG SAXON_JAR=/opt/exist/lib/Saxon-HE-9.9.1-8.jar0 B22ARG EXIST_CONTEXT_PATH0 B23ARG EXIST_DATA_DIR0 B24ARG EXIST_ENV0 B25ENV VERSION=6.4.00 B26ENV EXIST_URL=https://github.com/eXist-db/exist/releases/download/eXist-6.4.0/exist-installer-6.4.0.jar0 B27ENV EXIST_HOME=/opt/exist0 B28ENV MAX_MEMORY=20480 B29ENV EXIST_ENV=development0 B30ENV EXIST_CONTEXT_PATH=/exist0 B31ENV EXIST_DATA_DIR=/opt/exist/data0 B32ENV SAXON_JAR=/opt/exist/lib/Saxon-HE-9.9.1-8.jar0 B33ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true0 B34RUN |7 VERSION=6.4.0 MAX_MEMORY=2048 EXIST_URL=https://github.com/eXist-db/exist/releases/download/eXist-6.4.0/exist-installer-6.4.0.jar1.22 KB35WORKDIR /opt/exist113 B36ADD http://exist-db.org/exist/apps/public-repo/public/functx-1.0.1.xar /opt/exist/autodeploy/ # buildkit26.99 KB37COPY entrypoint.sh catalog.xml getopt-settings.eXist4.patch /opt/exist/1.77 KB38COPY configure_9_3.dtd /etc/ # buildkit2.61 KB39COPY adjust-conf-files.xsl log4j2.xml /opt/exist/ #3.15 KB40COPY xml-resolver-1.2.jar /opt/exist/lib/ # buildkit77.34 KB41RUN |7 VERSION=6.4.0 MAX_MEMORY=2048 EXIST_URL=https://github.com/eXist-db/exist/releases/download/eXist-6.4.0/exist-installer-6.4.0.jar160.34 MB42USER wegajetty:wegajetty0 B43VOLUME [/opt/exist/data]0 B44HEALTHCHECK &{["CMD-SHELL" "curl -Lf http://localhost:8080${EXIST_CONTEXT_PATH}0 B45CMD ["./entrypoint.sh"]0 B46EXPOSE [8080/tcp]0 B47LABEL org.opencontainers.image.title=Beethovens Werkstatt API0 B48LABEL org.opencontainers.image.description=API for MEI-encoded music0 B49LABEL org.opencontainers.image.source=https://github.com/BeethovensWerkstatt/api0 B50LABEL org.opencontainers.image.vendor=Beethovens Werkstatt0 B51ENV EXIST_ENV=production0 B52ENV EXIST_CONTEXT_PATH=/0 B53ENV EXIST_DEFAULT_APP_PATH=xmldb:exist:///db/apps/api0 B54ENV BW_ENV=production0 B55WORKDIR /opt/exist32 B56USER root0 B57COPY docker-entrypoint.sh /usr/local/bin/ # buildkit631 B58RUN /bin/sh -c chmod +x625 B59RUN /bin/sh -c perl -07772.05 KB60COPY /opt/api-build/dist/api-*.xar /opt/exist/autodeploy/ # buildkit177.52 MB61RUN /bin/sh -c chown wegajetty:wegajetty177.52 MB62USER wegajetty0 B63HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:8080/api/health0 B64EXPOSE [8080/tcp 8443/tcp]0 B65ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 BCommand
ARG RELEASE