sha256:8e53c507936f2432eb6959927de0060717e7dcd9b0a58c23abbc1209b78c9700
OS/ARCH
Compressed size
1.04 GB
Last pushed
4 months by bengal1
Type
Image
Manifest digest
sha256:373cdc1db7f718dcb803d9515d63c997d3a6a53248d61ce20b80e73777155ae4
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2LABEL maintainer=Anaconda, Inc0 B3ENV LANG=C.UTF-8 LC_ALL=C.UTF-80 B4RUN /bin/sh -c apt-get update61.92 MB5ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B6ARG DEPRECATION_MESSAGE=::warning::This image is deprecated.\n\nUpdates0 B7RUN |1 DEPRECATION_MESSAGE=::warning::This image is378 B8ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B9CMD ["/bin/bash"]0 B10ARG INSTALLER_URL_LINUX64=https://repo.anaconda.com/miniconda/Miniconda3-py313_26.3.2-2-Linux-x86_64.sh0 B11ARG SHA256SUM_LINUX64=2284bafb7863a23411b19874d216e237964d4b32dd9beb6807fa8b2d845709610 B12ARG INSTALLER_URL_AARCH64=https://repo.anaconda.com/miniconda/Miniconda3-py313_26.3.2-2-Linux-aarch64.sh0 B13ARG SHA256SUM_AARCH64=81a5e828724478a7a036027a74356ceff0206147d3b1243c8ba32e0cfa1879670 B14RUN |5 DEPRECATION_MESSAGE=::warning::This image is167.7 MB15RUN /bin/sh -c apt-get update118.44 MB16WORKDIR /app93 B17COPY environment.yaml ./ # buildkit305 B18RUN /bin/sh -c conda env677.91 MB19COPY package.json package-lock.json ./ #17.81 KB20RUN /bin/sh -c npm ci11.31 MB21COPY server/ ./server/ # buildkit63.58 KB22COPY scripts/ ./scripts/ # buildkit35.28 KB23COPY /build/dist ./client/dist/ # buildkit187.7 KB24COPY /build/dist ./admin/dist/ # buildkit134.25 KB25ENV NODE_ENV=production PORT=3000 CONDA_ENV_NAME=oceantoair CONDA_PATH=/opt/conda/bin/conda0 B26EXPOSE map[3000/tcp:{}]0 B27CMD ["node" "--expose-gc" "server/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'