Skip to content

Releases: anaconda/docker-images

pkg-build-2022.03.14

Choose a tag to compare

@cjmartian cjmartian released this 14 Mar 13:39

Releasing for conda-build 3.21.8

pkg-build-2022.02.09

Choose a tag to compare

@dbast dbast released this 09 Feb 08:38

What's Changed

  • Install libglvnd-opengl to have libOpenGL.so.* available by @tobijk in #276

New Contributors

Full Changelog: pkg-build-2022.01.06...pkg-build-2022.02.09

miniconda3-v4.10.3p0-alpine

Choose a tag to compare

@dbast dbast released this 07 Jan 16:04

Unpin for alpine release updates

Release pkg-build-2022.01.06

Choose a tag to compare

@dbast dbast released this 06 Jan 15:45

Adds tar to be build image.

miniconda3-v4.10.3p1

Choose a tag to compare

@dbast dbast released this 05 Jan 16:17

Publish updated image.

Release pkg-build-2021.10.04

Choose a tag to compare

@dbast dbast released this 04 Oct 14:02
737e57d
Add Concourse specific build image. (#255)

* Add Concourse specific build image.

Currently, concourse is struggling with the manifest list v2. To alleviate that, try building an image from the same Dockerfile as the anaconda-pkg-build for only linux/amd64. The meta and steps are similar but it has a unique name: concourse-pkg-build.

* Using existing image name with a new tag instead of a completely new name.

* Use correct input for platforms, list of one item.

* Disable latest tag for specific build

Co-authored-by: Daniel Bast <2790401+dbast@users.noreply.github.com>

Release pkg-build-2021.09.13

Choose a tag to compare

@dbast dbast released this 13 Sep 07:54

Initial release of unchanged multi-arch anaconda-pkg-build image.

Release pkg-build-2021.09.10

Choose a tag to compare

@dbast dbast released this 10 Sep 15:48
Switch to continuumio for the rsync image

miniconda3-v4.10.3p0

Choose a tag to compare

@dbast dbast released this 23 Jul 12:33

Republish to restore latest tag pointing to the Debian image instead of alpine.

miniconda3-v4.10.3-alpine

Choose a tag to compare

@dbast dbast released this 23 Jul 12:21
dba469f
  • Updated to Miniconda 4.10.3 (Python 3.9)

  • Alpine base image is updated to 3.14.0 with glibc 2.33-r0

  • The installer is now sha256 checked (instead of md5)

  • Dockerfiles are now hadolint checked

  • Image builds + upload done via Github actions

    • event based with public build log available
    • tags based on git-branches/tags
    Event Ref Docker Tags
    pull_request refs/pull/2/merge pr-2-alpine (not published on Dockerhub)
    push refs/heads/master master-alpine
    push tag refs/tags/miniconda3-v1.2.3-alpine 1.2.3-alpine
  • Github actions sha1s are hardcoded due supply chain security reasons and updated by dependabot

  • Includes procps containing ps (required by the installers)

  • Switched to bash in the alpine image as ash is not fully supported by conda