jakirkham / miniforge

A constructor-based builder for a basic conda-forge installer
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Add basic Dockerfiles #40

Open jakirkham opened 6 years ago

jakirkham commented 6 years ago

A nice option would be to have a few basic Dockerfiles or maybe one templated Dockerfile that contains some Linux (probably CentOS 6 to match conda-forge), each Python version, and the current released binary. Ideally the Docker images produced would be tagged using the same versioning as the installers to make it easy for end users to pull in. The goal would be these Dockerfiles could serve as base images for others wanting conda from conda-forge.

jakirkham commented 6 years ago

Related to this it would be good to at least test building in CI. Deployment could occur from CI or some other Docker building service (e.g. Docker Hub, Quay.io, Docker Cloud, etc.).