docker-images
by
anaconda

Description: Repository of Docker images created by Anaconda

View on GitHub ↗

Summary Information

Updated 2 hours ago
Added to GitGenius on February 12th, 2025
Created on July 3rd, 2014
Open Issues & Pull Requests: 40 (+0)
Number of forks: 282
Total Stargazers: 857 (+0)
Total Subscribers: 88 (+0)

Issue Activity (beta)

Open issues: 14
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,122 days
Stale 30+ days: 13
Stale 90+ days: 13

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 13.1 days
Mean response time: 613.4 days
90th percentile: 2451.7 days
Tracked items: 8

Most active contributors

Detailed Description

The anaconda/docker-images repository maintains Docker images for Anaconda and Miniconda distributions, providing containerized environments for data science, machine learning, and Python development workflows. The repository is written primarily in Dockerfile and serves as the source for official Docker images published to DockerHub under the continuumio organization.

The repository offers three main Docker image variants. The anaconda3 image provides a complete bootstrapped Anaconda installation with a comprehensive suite of pre-installed packages for data science and scientific computing. The miniconda3 image delivers a lightweight alternative with a minimal Miniconda installation, allowing users to install only the packages they need. The Anaconda Package Build image includes a bootstrapped Anaconda installation along with GCC, enabling users to build and compile packages within containers. All three images are available on DockerHub with version tracking, pull counts, and star ratings displayed in the repository documentation.

A significant transition is underway within this project. The README includes a caution notice indicating that the continuumio images are deprecated, with updates to continuumio/miniconda3 discontinuing after Miniconda version 26.7.x. Users are directed to the newer anaconda/miniconda images on DockerHub as the recommended alternative going forward. This deprecation reflects a shift in Anaconda's containerization strategy and distribution approach.

The repository implements automated maintenance through renovate, which handles version updates for Docker images based on Miniconda and Anaconda Distribution installers. The automation system supports two update mechanisms: updates with SHA256 checksums for enhanced security verification, where full URLs and SHA256 sums are provided for each installer, and simpler version number updates for cases where checksums are not required. The datasource configuration can be customized, with Anaconda Distribution images using a custom.anaconda datasource. Variable naming supports suffixes to accommodate multiple installers within a single Dockerfile.

Publishing new Docker images requires creating releases with specific tag naming schemes defined in workflow files. When republishing an image with the same version, the version number is amended with a .postN suffix where N is an integer, allowing for patch releases without changing the base version.

GitGenius activity data reveals moderate engagement with the repository. Across eight tracked issues and pull requests, the median response latency was 313.9 hours, though the mean of 14721.7 hours indicates occasional longer-term items. The most active contributors tracked were dbast and marcoesters, each with four events, followed by ArivCR7 with one event. The repository shares overlapping contributors with conda/conda, pandas-dev/pandas, and mastra-ai/mastra, indicating connections within the broader Python and data science ecosystem.

The repository is classified across twenty categories including images, cloud, data science, software packages, CI/CD, RStudio, machine learning, AI, containers, environments, Linux, Python, Docker, Anaconda, deployment, testing, machine learning, containerization, and R. This broad classification reflects the repository's role as a foundational infrastructure component serving multiple domains within the data science and development communities. Documentation for Anaconda integrations, including Docker usage, is available through the official Anaconda documentation portal, and package build images are hosted on both Amazon ECR and DockerHub for accessibility across different deployment scenarios.

docker-images
by
anacondaanaconda/docker-images

Repository Details

Fetching additional details & charts...