sha256:0faee270c5f4b170a8c2e092a5d20f021d29cd72c2042251e4f69293f6dddfc5
OS/ARCH
linux/amd64
Compressed size
315.26 MB
Last pushed
3 months by dataloreadmin
Type
Image
Manifest digest
sha256:0faee270c5f4b170a8c2e092a5d20f021d29cd72c2042251e4f69293f6dddfc5
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 29.18 MB5CMD ["/bin/bash"]0 B6RUN /bin/sh -c apt-get update7.62 MB7RUN /bin/sh -c locale-gen en_US.UTF-8846.29 KB8RUN /bin/sh -c update-locale LANG=en_US.UTF-8170 B9ENV LANG=en_US.UTF-80 B10ENV LANGUAGE=en_US:en0 B11ENV LC_ALL=en_US.UTF-80 B12ENV JMX_SERVER_VERSION=0.20.00 B13RUN /bin/sh -c apt-get update197.73 MB14COPY log_nmt.sh /usr/local/bin/ # buildkit488 B15RUN /bin/sh -c chmod 755488 B16COPY import_rds_certificates.sh /root/import_rds_certificates.sh # buildkit607 B17RUN /bin/sh -c /root/import_rds_certificates.sh #190.04 KB18RUN /bin/sh -c mkdir /opt/jmx_exporter122 B19ADD https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.20.0/jmx_prometheus_javaagent-0.20.0.jar /opt/jmx_exporter/jmx_prometheus_javaagent-0.20.0.jar # buildkit481.75 KB20ADD jmx_exporter.yml /tmp/jmx_exporter.yml # buildkit173 B21RUN /bin/sh -c chmod 644481.75 KB22ENV DATALORE_USER=datalore0 B23ENV DATALORE_HOME=/opt/datalore0 B24RUN /bin/sh -c useradd ${DATALORE_USER}3.53 KB25RUN /bin/sh -c mkdir -p123 B26COPY --chown=datalore --chmod=0555 create_jgit_fs_attributes.sh entrypoint.sh1.05 KB27COPY --chown=datalore --chmod=0555 run_java.sh setenv.sh1.26 KB28ADD build/git-task-lib.tar /opt/datalore/ # buildkit78.77 MB29USER datalore0 B30WORKDIR /opt/datalore32 B31RUN /bin/sh -c /bin/bash /opt/datalore/create_jgit_fs_attributes.sh377 B32ENTRYPOINT ["/bin/bash" "entrypoint.sh"]0 BCommand
ARG RELEASE