sha256:601f2be4b60af8455c077d4811433690094744ae65e24c0379c7c8f00b64773d
OS/ARCH
linux/amd64
Compressed size
309 MB
Last pushed
10 months by dataloreadmin
Type
Image
Manifest digest
sha256:601f2be4b60af8455c077d4811433690094744ae65e24c0379c7c8f00b64773d
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 29.04 MB6CMD ["/bin/bash"]0 B7RUN /bin/sh -c apt-get update5.32 MB8RUN /bin/sh -c locale-gen en_US.UTF-8845.46 KB9RUN /bin/sh -c update-locale LANG=en_US.UTF-8217 B10ENV LANG=en_US.UTF-80 B11ENV LANGUAGE=en_US:en0 B12ENV LC_ALL=en_US.UTF-80 B13ENV JMX_SERVER_VERSION=0.20.00 B14RUN /bin/sh -c apt-get update192.73 MB15COPY log_nmt.sh /usr/local/bin/ # buildkit485 B16RUN /bin/sh -c chmod 755485 B17COPY import_rds_certificates.sh /root/import_rds_certificates.sh # buildkit604 B18RUN /bin/sh -c /root/import_rds_certificates.sh #190.02 KB19RUN /bin/sh -c mkdir /opt/jmx_exporter120 B20ADD 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 KB21ADD jmx_exporter.yml /tmp/jmx_exporter.yml # buildkit171 B22RUN /bin/sh -c chmod 644481.75 KB23ENV DATALORE_USER=datalore0 B24ENV DATALORE_HOME=/opt/datalore0 B25RUN /bin/sh -c useradd ${DATALORE_USER}5.59 KB26RUN /bin/sh -c mkdir -p122 B27COPY --chown=datalore --chmod=0555 create_jgit_fs_attributes.sh entrypoint.sh1.05 KB28COPY --chown=datalore --chmod=0555 run_java.sh setenv.sh1.26 KB29ADD build/git-task-lib.tar /opt/datalore/ # buildkit79.95 MB30USER datalore0 B31WORKDIR /opt/datalore32 B32RUN /bin/sh -c /bin/bash /opt/datalore/create_jgit_fs_attributes.sh377 B33ENTRYPOINT ["/bin/bash" "entrypoint.sh"]0 BCommand
ARG RELEASE