sha256:7e8c126df6ce2ad9422b6f60fcf0996551daf1a6a4fd55b2079cd1c3069c81a0
OS/ARCH
Compressed size
1.11 GB
Last pushed
about 2 months by bengal1
Type
Image
Manifest digest
sha256:51c67ae5bd3ea5a5ab1c342060b2fae4add8e1b4fb87b899206e6ee296bc78ef
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2LABEL maintainer=Anaconda, Inc0 B3ENV LANG=C.UTF-8 LC_ALL=C.UTF-80 B4RUN /bin/sh -c apt-get update61.64 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 is380 B8ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B9CMD ["/bin/bash"]0 B10ARG INSTALLER_URL_LINUX64=https://repo.anaconda.com/miniconda/Miniconda3-py314_26.5.3-1-Linux-x86_64.sh0 B11ARG SHA256SUM_LINUX64=42cfece170da342364a78d629e06b94dfd81b0f2717d7655729100d888d606b40 B12ARG INSTALLER_URL_AARCH64=https://repo.anaconda.com/miniconda/Miniconda3-py314_26.5.3-1-Linux-aarch64.sh0 B13ARG SHA256SUM_AARCH64=781abf4cec9b842f5ed508e7c364ed9951380ba11187b80fe5d9c3dbf9ffccea0 B14RUN |5 DEPRECATION_MESSAGE=::warning::This image is209.1 MB15RUN /bin/sh -c apt-get update113.04 MB16WORKDIR /app93 B17COPY environment.yaml ./ # buildkit308 B18RUN /bin/sh -c conda env713.18 MB19COPY package.json package-lock.json ./ #17.82 KB20RUN /bin/sh -c npm ci11.44 MB21COPY server/ ./server/ # buildkit63.56 KB22COPY scripts/ ./scripts/ # buildkit35.35 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 'arm64' out/ 'trixie' '@1782172800'