sha256:69171a9980e62c27e15b754607da78b24a95ca2cc02454a9caf3580532a5ca30
OS/ARCH
linux/amd64
Compressed size
558.7 MB
Last pushed
3 months by dataloreadmin
Type
Image
Manifest digest
sha256:69171a9980e62c27e15b754607da78b24a95ca2cc02454a9caf3580532a5ca30
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 entrypoint.sh init_databases_env.sh1.27 KB27COPY --chown=datalore --chmod=0555 run_java.sh setenv.sh1.26 KB28ADD build/athena-aws-credentials-provider.tar /opt/datalore/ # buildkit2.57 KB29ADD build/athena3AwsCredentialsProvider.tar /opt/datalore # buildkit8.81 MB30ADD build/databases-lib.tar /opt/datalore/ # buildkit178.12 MB31USER datalore0 B32WORKDIR /opt/datalore32 B33RUN /bin/sh -c /opt/datalore/download_artifacts.sh 'jna-platform'135.28 MB34ENTRYPOINT ["/bin/bash" "entrypoint.sh"]0 BCommand
ARG RELEASE