sha256:6228cee6bc2c0db30b1f108e9abd8bfa01d3d7b46c1a5757814f2e610e39784f
OS/ARCH
linux/amd64
Compressed size
2.19 GB
Last pushed
9 days by inseefrlab
Type
Image
Manifest digest
sha256:7340cad06b4747ac8f35348c1e2443840221aff6513109c4d383dd2d6b38a19d
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.37 MB5CMD ["/bin/bash"]0 B7SHELL [/bin/bash -c]0 B8ENV SHELL=/bin/bash0 B9ENV DEBIAN_FRONTEND=noninteractive0 B10ENV USERNAME=onyxia0 B11ENV UID=10000 B12ENV GROUPNAME=users0 B13ENV GID=1000 B14ENV HOME=/home/onyxia0 B15ENV WORKSPACE_DIR=/home/onyxia/work0 B16RUN /bin/bash -c groupmod -g3.46 KB17WORKDIR /home/onyxia/work32 B18COPY --chmod=0755 scripts/ /opt/ #6.27 KB19RUN /bin/bash -c /opt/install-system-libs.sh &&881.25 MB20ENV LC_ALL=en_US.UTF-80 B21ENV LANG=en_US.UTF-80 B22USER 10000 B24ARG PYTHON_VERSION=3.13.150 B25ENV PYTHON_VERSION=3.13.150 B26ARG PYTHON_DIR=/opt/python0 B27ENV PATH=/opt/python/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B28USER root0 B29COPY --chmod=0755 scripts/ /opt/ #936 B30COPY requirements.txt . # buildkit269 B31RUN |2 PYTHON_VERSION=3.13.15 PYTHON_DIR=/opt/python /bin/bash274.04 MB32USER 10000 B33CMD ["python"]0 B35USER root0 B36RUN /bin/bash -c uv pip577.67 MB37USER 10000 B38CMD ["python"]0 B40ARG USER_CONFIG_DIR=/home/onyxia/.local/share/code-server/User0 B41ARG REMOTE_CONFIG_DIR=/home/onyxia/.local/share/code-server/Machine0 B42USER root0 B43COPY --chmod=0755 scripts/ /opt/ #1.19 KB44COPY --chown=onyxia:users settings/User.json /home/onyxia/.local/share/code-server/User/settings.json #616 B45COPY --chown=onyxia:users settings/Remote.json /home/onyxia/.local/share/code-server/Machine/settings.json #339 B46RUN |2 USER_CONFIG_DIR=/home/onyxia/.local/share/code-server/User REMOTE_CONFIG_DIR=/home/onyxia/.local/share/code-server/Machine /bin/bash476.85 MB47USER 10000 B48EXPOSE [8080/tcp]0 B49CMD ["code-server" "--bind-addr" "0.0.0.0:8080" "${WORKSPACE_DIR}"]0 BCommand
ARG RELEASE