conda (2f4cd3427826ae30ea1c928290cd6dba3af88989)
Installation
docker pull gitco.re/docker/conda:2f4cd3427826ae30ea1c928290cd6dba3af88989sha256:05d8b065dbb25ce579892874daaeaed47f7da14c4b4fda24f9c0d0d536fc6007
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 2215cc8dcc | linux/amd64 | 244 MiB |
| 5607570164 | linux/arm64 | 232 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400' |
| LABEL maintainer=Anaconda, Inc |
| ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 |
| RUN /bin/sh -c apt-get update -q && apt-get install -q -y --no-install-recommends bzip2 ca-certificates git libglib2.0-0 libsm6 libxext6 libxrender1 mercurial openssh-client procps subversion wget && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| CMD ["/bin/bash"] |
| ARG INSTALLER_URL_LINUX64=https://repo.anaconda.com/miniconda/Miniconda3-py313_25.3.1-1-Linux-x86_64.sh |
| ARG SHA256SUM_LINUX64=53a86109463cfd70ba7acab396d416e623012914eee004729e1ecd6fe94e8c69 |
| ARG INSTALLER_URL_AARCH64=https://repo.anaconda.com/miniconda/Miniconda3-py313_25.3.1-1-Linux-aarch64.sh |
| ARG SHA256SUM_AARCH64=4caa0c266ab726b440ccad40a74774167494e001da5de281b74f2d5673e4ace9 |
| RUN |4 INSTALLER_URL_LINUX64=https://repo.anaconda.com/miniconda/Miniconda3-py313_25.3.1-1-Linux-x86_64.sh SHA256SUM_LINUX64=53a86109463cfd70ba7acab396d416e623012914eee004729e1ecd6fe94e8c69 INSTALLER_URL_AARCH64=https://repo.anaconda.com/miniconda/Miniconda3-py313_25.3.1-1-Linux-aarch64.sh SHA256SUM_AARCH64=4caa0c266ab726b440ccad40a74774167494e001da5de281b74f2d5673e4ace9 /bin/sh -c set -x && UNAME_M="$(uname -m)" && if [ "${UNAME_M}" = "x86_64" ]; then INSTALLER_URL="${INSTALLER_URL_LINUX64}"; SHA256SUM="${SHA256SUM_LINUX64}"; elif [ "${UNAME_M}" = "aarch64" ]; then INSTALLER_URL="${INSTALLER_URL_AARCH64}"; SHA256SUM="${SHA256SUM_AARCH64}"; fi && wget "${INSTALLER_URL}" -O miniconda.sh -q && echo "${SHA256SUM} miniconda.sh" > shasum && sha256sum --check --status shasum && mkdir -p /opt && bash miniconda.sh -b -p /opt/conda && rm miniconda.sh shasum && ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc && echo "conda activate" >> ~/.bashrc && find /opt/conda/ -follow -type f -name '*.a' -delete && find /opt/conda/ -follow -type f -name '*.js.map' -delete && /opt/conda/bin/conda clean -afy # buildkit |
| WORKDIR /workspace |
| RUN /bin/sh -c useradd -m condauser && chown -R condauser /workspace # buildkit |
| USER condauser |
| SHELL [/bin/bash -c] |
| RUN /bin/bash -c conda init bash # buildkit |
| CMD ["bash"] |
Labels
| Key | Value |
|---|---|
| maintainer | Anaconda, Inc |
| org.opencontainers.image.created | 2025-05-05T14:42:30.227Z |
| org.opencontainers.image.description | Repository of Docker images created by Anaconda |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | cdbf1ab98f3d13d58e454d4ec69bc4dd84d7fe02 |
| org.opencontainers.image.source | https://github.com/anaconda/docker-images |
| org.opencontainers.image.title | docker-images |
| org.opencontainers.image.url | https://github.com/anaconda/docker-images |
| org.opencontainers.image.version | 25.3.1-1 |
Details
Versions (6)
View all
master
2025-12-01
1.0.1
2025-05-28
latest
2025-05-28
8309438d95c861f2f03cfa3ec7fac7b773109217
2025-05-28
3d76823266bb387be63f4200514c9ca5ff3dbde8
2025-05-28