sha256:80b6f36404648244594ba025611a8d45fd19332b3fd04c22c4bebd09101167c0
OS/ARCH
linux/amd64
Compressed size
1.66 GB
Last pushed
over 1 year by dataloreadmin
Type
Image
Manifest digest
sha256:80b6f36404648244594ba025611a8d45fd19332b3fd04c22c4bebd09101167c0
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 / 28.17 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-8219 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 update179.69 MB15COPY log_nmt.sh /usr/local/bin/ # buildkit490 B16RUN /bin/sh -c chmod 755490 B17COPY import_rds_certificates.sh /root/import_rds_certificates.sh # buildkit607 B18RUN /bin/sh -c /root/import_rds_certificates.sh #184.48 KB19RUN /bin/sh -c mkdir /opt/jmx_exporter121 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 # buildkit169 B22RUN /bin/sh -c chmod 644481.75 KB23ENV DATALORE_USER=datalore0 B24ENV DATALORE_HOME=/opt/datalore0 B25RUN /bin/sh -c useradd ${DATALORE_USER}5.61 KB26RUN /bin/sh -c mkdir -p124 B27COPY --chown=datalore:datalore /opt/python /opt/python #446.61 MB28COPY --chown=datalore:datalore /opt/anaconda3 /opt/anaconda3 #421.93 MB29ENV PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B30RUN /bin/sh -c apt-get update310.99 MB31RUN /bin/sh -c apt-get update23.69 MB32RUN /bin/sh -c apt-get update17 MB33RUN /bin/sh -c mkdir /opt/code_server128 B34ADD ./infra/docker/base/computation-k8s/davfs2.conf /etc/davfs2/davfs2.conf # buildkit269 B35RUN /bin/sh -c echo user_allow_other316 B36USER datalore0 B37COPY --chown=datalore:datalore /opt/code_server /opt/code_server #61.75 MB38ENV DEFAULT_BASE_ENV_NAME=minimal0 B39ENV DEFAULT_PACKAGE_MANAGER=pip0 B40ENV LETS_PLOT_HTML_ISOLATED_FRAME=true0 B41ENV LETS_PLOT_MAPTILES_KIND=vector_lets_plot0 B42ENV PLOTLY_RENDERER=plotly_mimetype0 B43ENV TMPDIR=/tmp0 B44ENV LONG_TERM_PERSISTENCE=yes0 B45ENV CONFIG_DIR=/etc/datalore0 B46ENV DATALORE_HOME=/opt/datalore0 B47ENV DUMP_DIR=/tmp/host/agent0 B48ENV DATALORE_AGENT_MODE=CONTAINER0 B49ENV VAR_DIR=/var/datalore0 B50ENV AGENT_JARS_DIR=/opt/datalore/agent0 B51ARG ON_PREMISES_VERSION=2025.20 B52ENV IMAGE_VERSION=2025.20 B53COPY --chown=root --chmod=0440 sudoers /etc/296 B54COPY --chown=datalore --chmod=0555 agent_entrypoint.sh build_code_insight_data.sh1.69 KB55COPY --chown=datalore --chmod=0555 mount.sh oom-reporter.sh1.76 KB56COPY --chown=datalore --chmod=0555 conf/logging.properties run_java.sh1.12 KB57COPY --chmod=0555 davfs2.conf /etc/davfs2/davfs2.conf #260 B58COPY --chown=datalore --chmod=0555 conf/logback.xml /etc/datalore/logback-config/1019 B59COPY --chown=datalore --chmod=0644 .condarc /home/datalore/245 B60COPY --chown=datalore --chmod=0644 pip.conf /home/datalore/.config/pip/265 B61ADD build/evaluator.tar /opt/datalore/ # buildkit28.79 KB62ADD build/data.tar /opt/datalore/agent/ # buildkit29.32 MB63ADD build/agent.tar /opt/datalore/agent/ # buildkit171.8 MB64WORKDIR /opt/datalore32 B65USER datalore0 B66CMD ["/bin/bash" "agent_entrypoint.sh"]0 BCommand
ARG RELEASE