distro-test-containers

Distribution specific containers for Ansible integration testing.

GPL-3.0 License

Stars
27
Committers
12

Bot releases are hidden (Show)

distro-test-containers - 8.1.0 Latest Release

Published by mattclay 3 months ago

distro-test-containers - 8.0.0

Published by mattclay 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ansible/distro-test-containers/compare/7.1.0...8.0.0

distro-test-containers - 7.1.0

Published by mattclay 7 months ago

  • Added Alpine 3.19.
distro-test-containers - 7.0.0

Published by mattclay 11 months ago

  • Replaced Fedora 38 with Fedora 39.
  • Removed CentOS 7 since the default Python is no longer supported by ansible-core.
  • Removed openSUSE 15 since the default Python is no longer supported by ansible-core.
distro-test-containers - 6.3.0

Published by mattclay about 1 year ago

  • Update coverage to 7.3.2
distro-test-containers - 6.2.0

Published by mattclay over 1 year ago

  • Upgrade Alpine 3.17.0 to 3.18.2
distro-test-containers - 6.1.0

Published by mattclay over 1 year ago

  • Add Fedora 38.
distro-test-containers - 6.0.0

Published by mattclay over 1 year ago

  • Bump OpenSuSE from 15.4 to 15.5
distro-test-containers - 5.0.0

Published by mattclay almost 2 years ago

  • Use pip instead of pip3 for installs.
  • Remove SSH RSA SHA-1 hack from Fedora.
  • Remove pam_loginuid hack from Fedora.
  • Remove requiretty hack from Fedora and CentOS.
  • Improve container consistency.
  • Update Ubuntu base images.
  • Upgrade Alpine from 3.16.1 to 3.17.0.
  • Replace Fedora 36 with Fedora 37.
distro-test-containers - 4.8.0

Published by mattclay about 2 years ago

  • Update coverage to 6.5.0.
distro-test-containers - 4.7.0

Published by mattclay about 2 years ago

  • Update coverage to 6.4.4.
distro-test-containers - 4.6.0

Published by mattclay about 2 years ago

  • Remove the VOLUME instruction.
distro-test-containers - 4.5.0

Published by mattclay about 2 years ago

Update coverage to 6.4.3.

distro-test-containers - 4.4.0

Published by mattclay over 2 years ago

Update base images and packages.

  • Install resolvelib using OS packages.
  • Update coverage to 6.4.2.
  • Remove nose package.
  • Remove psycopg2 package.
  • Remove cairo package.
  • Remove postgresql-server package.
  • Update base images.
distro-test-containers - 4.3.0

Published by mattclay over 2 years ago

The containers no longer contain an /etc/ansible directory.

Previously an /etc/ansible/hosts file existed, containing:

[local]
localhost ansible_connection=local
distro-test-containers - 4.2.0

Published by mattclay over 2 years ago

  • Update to Alpine 3.16.0
  • Update to openSUSE 15.4
distro-test-containers - 4.1.0

Published by mattclay over 2 years ago

  • Add Fedora 36.
  • Remove Fedora 34.
  • Update coverage requirement.
distro-test-containers - 4.0.0

Published by mattclay over 2 years ago

Containers are now built with support for multiple architectures:

  • x86_64 (amd64)
  • aarch64 (arm64)

Additionally, Ubuntu 22.04 has been added and Fedora 35 builds are working again.

distro-test-containers - 3.3.0

Published by mattclay over 2 years ago

Update Alpine from 3.14.2 to 3.15.0.

distro-test-containers - 3.2.0

Published by mattclay almost 3 years ago

Added Fedora 35.

Related Projects