Skip to content

Releases: costrouc/python-docker

Release 0.2.0 - 2022-08-01

02 Aug 03:21
c70b964
Compare
Choose a tag to compare

Added

  • tests for python 3.10
  • tests for pushing images to dockerhub and quay.io
  • properly implemented authentication for basic and token based authentication

Fixed

  • no longer trust the docker checksum for content recompute each time

Release 0.1.2 - 2021-10-21

22 Oct 03:00
5b315b0
Compare
Choose a tag to compare

[0.1.2] - 2021-10-21

Added

  • test for wider range of docker images for download

Fixed

  • bug in container_config field being an optional field in specification

Release 0.1.1 - 2021-10-21

22 Oct 02:40
b1de22c
Compare
Choose a tag to compare

[0.1.1] - 2021-10-21

Added

  • support for lazily pulling layers of images for registries
  • support for not uploading a layer when pushing if it already exists
  • test for the removing of a layer

Release v0.1.0

07 Aug 20:08
cbc70b1
Compare
Choose a tag to compare

Initial release of python-docker which is a more heavily tested and focused part of conda-docker.

Supports:

  • within docker registries: listing images/tags, pushing images, pulling images, flexible authentication, and deleting images
  • building docker images: custom layers, deleting layers, filtering layer contents