{"id":13749983,"url":"https://github.com/anaconda/docker-images","last_synced_at":"2026-03-06T20:04:41.194Z","repository":{"id":18299124,"uuid":"21474301","full_name":"anaconda/docker-images","owner":"anaconda","description":"Repository of Docker images created by Anaconda","archived":false,"fork":false,"pushed_at":"2024-08-23T14:45:01.000Z","size":635,"stargazers_count":827,"open_issues_count":34,"forks_count":282,"subscribers_count":95,"default_branch":"main","last_synced_at":"2024-08-29T04:01:34.451Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/u/continuumio/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anaconda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-07-03T19:24:05.000Z","updated_at":"2024-08-27T13:54:35.000Z","dependencies_parsed_at":"2023-09-26T17:13:22.729Z","dependency_job_id":"601de7fc-1840-4897-bfea-d271f4c8d9fc","html_url":"https://github.com/anaconda/docker-images","commit_stats":{"total_commits":346,"total_committers":41,"mean_commits":8.439024390243903,"dds":0.8121387283236994,"last_synced_commit":"76adde2d5ab9c0233786c85a3b1d78bd01c65349"},"previous_names":["anaconda/docker-images","continuumio/docker-images"],"tags_count":103,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anaconda%2Fdocker-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anaconda%2Fdocker-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anaconda%2Fdocker-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anaconda%2Fdocker-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anaconda","download_url":"https://codeload.github.com/anaconda/docker-images/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243615629,"owners_count":20319733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T07:01:21.088Z","updated_at":"2025-12-17T13:16:08.026Z","avatar_url":"https://github.com/anaconda.png","language":"Dockerfile","readme":"# Anaconda and Miniconda Docker Images and Documentation\n\nDocker images for Anaconda/Miniconda that are available from DockerHub:\n\nhttps://hub.docker.com/r/continuumio/\n\nDocumentation for Anaconda Integrations, including Docker:\n\nhttps://docs.anaconda.com/anaconda/user-guide/tasks/docker/\n\nPackage build images hosted on ECR can be found here:\n\nhttps://gallery.ecr.aws/y0o4y9o3/anaconda-pkg-build\n\nPackage build images hosted on DockerHub can be found here:\n\nhttps://hub.docker.com/r/continuumio/anaconda-pkg-build/tags?page=1\u0026ordering=last_updated\n\n\nimage            | description                               | version | pulls | stars\n---------------- | ----------------------------------------- | ------- | ----- | -----\n[anaconda3](https://hub.docker.com/r/continuumio/anaconda3)    | Container with a bootstrapped Anaconda installation  | [![](https://img.shields.io/docker/v/continuumio/anaconda3/latest?label=version)](https://hub.docker.com/r/continuumio/anaconda3)   | [![](https://img.shields.io/docker/pulls/continuumio/anaconda3)](https://hub.docker.com/r/continuumio/anaconda3)   | [![](https://img.shields.io/docker/stars/continuumio/anaconda3)](https://hub.docker.com/r/continuumio/anaconda3)\n[miniconda3](https://hub.docker.com/r/continuumio/miniconda3)  | Container with a bootstrapped Miniconda installation | [![](https://img.shields.io/docker/v/continuumio/miniconda3/latest?label=version)](https://hub.docker.com/r/continuumio/miniconda3) | [![](https://img.shields.io/docker/pulls/continuumio/miniconda3)](https://hub.docker.com/r/continuumio/miniconda3) | [![](https://img.shields.io/docker/stars/continuumio/miniconda3)](https://hub.docker.com/r/continuumio/miniconda3)\n[Anaconda Package Build](https://hub.docker.com/r/continuumio/anaconda-pkg-build/tags?page=1\u0026ordering=last_updated)  | Container with a bootstrapped Anaconda installation with GCC | [![](https://img.shields.io/docker/v/continuumio/anaconda-pkg-build?sort=semver)](https://hub.docker.com/r/continuumio/anaconda-pkg-build) | [![](https://img.shields.io/docker/pulls/continuumio/anaconda-pkg-build)](https://hub.docker.com/r/continuumio/anaconda-pkg-build) | [![](https://img.shields.io/docker/stars/continuumio/anaconda-pkg-build)](https://hub.docker.com/r/continuumio/anaconda-pkg-build)\n\n## Updating and publishing Docker images\n\nDocker images are updated by changing the appropriate `Dockerfile`s in each subdirectory.\nFor Miniconda (`miniconda3`) and Anaconda Distribution (`anaconda3`) this is automatically done by `renovate`.\n\nTo publish a Docker image, a release has to be created.\nThe scheme for the release tag name is specified in each workflow file, for example:\n\n```\non:\n  push:\n    branches:\n      - main\n    tags:\n      - 'anaconda3-*'\n```\n\nIf an image with the same version needs to be republished, the version number should be amended with `.postN` where `N` is an integer.\n\n## Automatic updates using renovate\n\nDocker images using the Miniconda or Anaconda Distribution installers can be updated using `renovate`.\n\n### Updates with sha256 checks\n\nTo update Dockerfiles that contain sha256 checks, the full URL and sha256 sums need to be provided for each installer:\n\n```\n# renovate datasource=custom.miniconda\nARG INSTALLER_URL=\"\u003cURL to installer file\u003e\"\nARG SHA256SUM=\"\u003cinstaller checksum\u003e\"\n```\n\nThe sha variable must be in the line beneath the installer URL.\nFor Anaconda Distribution, the `datasource` must be changed to `custom.anaconda`.\n\nThe variable names can have suffixes if there are multiple installers in one file, for example:\n```\n# renovate datasource=custom.miniconda\nARG INSTALLER_URL_LINUX64=\"\u003cURL to linux-64 installer file\u003e\"\nARG SHA256SUM_LINUX64=\"\u003clinux-64 installer checksum\u003e\"\n# renovate datasource=custom.miniconda\nARG INSTALLER_URL_AARCH64=\"\u003cURL to linux-aarch64 installer file\u003e\"\nARG SHA256SUM_AARCH64=\"\u003clinux-aarch64 installer checksum\u003e\"\n```\n\n### Simple version number updates\n\nIf not checksums are needed, the Dockerfile can be simplified:\n\n```\n# renovate: datasource=custom.miniconda depName=Linux-x86_64.sh\nARG INSTALLER_VERSION=\u003cinstaller version\u003e\n```\n\n`Linux-x86_64.sh` can be replaced by any installer suffix supported in the latest release.\n","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanaconda%2Fdocker-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanaconda%2Fdocker-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanaconda%2Fdocker-images/lists"}