Sign inSign up

bengal1/ocean2air:0.1

Multi-platform
Index digest

sha256:86868bc75ded533a0b4562bed6ec37fd01bedf366df27123fbbab0d101818bf0

OS/ARCH

Compressed size

1.04 GB

Last pushed

5 months by bengal1

Type

Image

Manifest digest

sha256:08904505de3ca110717fb3c6ef3303e21ab370cad06d0cd2a64a6c9ff88e1028

Image Layers

1# debian.sh --arch 'arm64' out/28.75 MB
2LABEL maintainer=Anaconda, Inc0 B
3ENV LANG=C.UTF-8 LC_ALL=C.UTF-80 B
4RUN /bin/sh -c apt-get update61.63 MB
5ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
6ARG DEPRECATION_MESSAGE=::warning::This image is deprecated.\n\nUpdates0 B
7RUN |1 DEPRECATION_MESSAGE=::warning::This image is376 B
8ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B
9CMD ["/bin/bash"]0 B
10ARG INSTALLER_URL_LINUX64=https://repo.anaconda.com/miniconda/Miniconda3-py313_26.3.2-2-Linux-x86_64.sh0 B
11ARG SHA256SUM_LINUX64=2284bafb7863a23411b19874d216e237964d4b32dd9beb6807fa8b2d845709610 B
12ARG INSTALLER_URL_AARCH64=https://repo.anaconda.com/miniconda/Miniconda3-py313_26.3.2-2-Linux-aarch64.sh0 B
13ARG SHA256SUM_AARCH64=81a5e828724478a7a036027a74356ceff0206147d3b1243c8ba32e0cfa1879670 B
14RUN |5 DEPRECATION_MESSAGE=::warning::This image is167.8 MB
15RUN /bin/sh -c apt-get update112.85 MB
16WORKDIR /app93 B
17COPY environment.yaml ./ # buildkit305 B
18RUN /bin/sh -c conda env677.25 MB
19COPY package.json package-lock.json ./ #17.81 KB
20RUN /bin/sh -c npm ci11.27 MB
21COPY server/ ./server/ # buildkit63.63 KB
22COPY scripts/ ./scripts/ # buildkit35.33 KB
23COPY /build/dist ./client/dist/ # buildkit187.7 KB
24COPY /build/dist ./admin/dist/ # buildkit134.25 KB
25ENV NODE_ENV=production PORT=3000 CONDA_ENV_NAME=oceantoair CONDA_PATH=/opt/conda/bin/conda0 B
26EXPOSE map[3000/tcp:{}]0 B
27CMD ["node" "--expose-gc" "server/index.js"]0 B

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1776729600'