sha256:67ef8e2266cd12f8cb96ace515f7a7053e297b38f378664d75e5b8fccb24a0e9
OS/ARCH
linux/amd64
Compressed size
1.74 GB
Last pushed
12 months by dataloreadmin
Type
Image
Manifest digest
sha256:67ef8e2266cd12f8cb96ace515f7a7053e297b38f378664d75e5b8fccb24a0e9
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-8216 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 update163.79 MB15COPY log_nmt.sh /usr/local/bin/ # buildkit488 B16RUN /bin/sh -c chmod 755488 B17COPY import_rds_certificates.sh /root/import_rds_certificates.sh # buildkit606 B18RUN /bin/sh -c /root/import_rds_certificates.sh #190.14 KB19RUN /bin/sh -c mkdir /opt/jmx_exporter122 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.57 KB26RUN /bin/sh -c mkdir -p124 B27COPY --chown=datalore:datalore /opt/python /opt/python #493.39 MB28COPY --chown=datalore:datalore /opt/anaconda3 /opt/anaconda3 #447.49 MB29COPY --chown=datalore:datalore /opt/uv /opt/uv #16.01 MB30RUN /bin/sh -c apt-get update296.31 MB31RUN /bin/sh -c apt-get update23.69 MB32RUN /bin/sh -c apt-get update17.11 MB33RUN /bin/sh -c wget https://downloads.rclone.org/v1.71.0/rclone-v1.71.0-linux-amd64.deb22.83 MB34RUN /bin/sh -c mkdir /opt/code_server127 B35ADD ./infra/docker/base/computation-k8s/davfs2.conf /etc/davfs2/davfs2.conf # buildkit268 B36RUN /bin/sh -c echo user_allow_other315 B37USER datalore0 B38COPY --chown=datalore:datalore /opt/code_server /opt/code_server #63.18 MB39ARG PYTHON_MAJOR_VERSION=3.110 B40ENV PYTHON_MAJOR_VERSION=3.110 B41ENV DEFAULT_BASE_ENV_NAME=minimal0 B42ENV DEFAULT_PACKAGE_MANAGER=pip0 B43ENV LETS_PLOT_HTML_ISOLATED_FRAME=true0 B44ENV LETS_PLOT_MAPTILES_KIND=vector_lets_plot0 B45ENV PLOTLY_RENDERER=plotly_mimetype0 B46ENV TMPDIR=/tmp0 B47ENV LONG_TERM_PERSISTENCE=yes0 B48ENV CONFIG_DIR=/etc/datalore0 B49ENV DATALORE_HOME=/opt/datalore0 B50ENV DUMP_DIR=/tmp/host/agent0 B51ENV DATALORE_AGENT_MODE=CONTAINER0 B52ENV VAR_DIR=/var/datalore0 B53ENV AGENT_JARS_DIR=/opt/datalore/agent0 B54ARG ON_PREMISES_VERSION=2025.50 B55ENV IMAGE_VERSION=2025.50 B56ENV ON_PREMISES_VERSION=2025.50 B57ENV UV_ENABLED=false0 B58COPY --chown=root --chmod=0440 sudoers /etc/296 B59COPY --chown=datalore --chmod=0555 agent_entrypoint.sh rclone-mount.sh3.07 KB60COPY --chown=datalore --chmod=0555 mount.sh oom-reporter.sh1.85 KB61COPY --chown=datalore --chmod=0555 conf/logging.properties run_java.sh1.12 KB62COPY --chmod=0555 davfs2.conf /etc/davfs2/davfs2.conf #261 B63COPY --chown=datalore --chmod=0555 conf/logback.xml /etc/datalore/logback-config/1021 B64COPY --chown=datalore --chmod=0755 .condarc /home/datalore/245 B65COPY --chown=datalore --chmod=0755 pip.conf /home/datalore/.config/pip/262 B66COPY --chown=datalore --chmod=0555 uv.toml /etc/uv/210 B67USER root0 B68RUN |2 PYTHON_MAJOR_VERSION=3.11 ON_PREMISES_VERSION=2025.5 /bin/sh129 B69ADD build/requirements.tar /var/datalore-env # buildkit1.34 KB70ADD build/evaluator.tar /opt/datalore/ # buildkit31.49 KB71ADD build/data.tar /opt/datalore/agent/ # buildkit31.15 MB72ADD build/agent.tar /opt/datalore/agent/ # buildkit169.21 MB73WORKDIR /opt/datalore32 B74USER datalore0 B75CMD ["/bin/bash" "agent_entrypoint.sh"]0 BCommand
ARG RELEASE