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 - 1.16.0

Published by relrod over 4 years ago

Add Dockerfile for Fedora 32 test image.

distro-test-containers - 1.15.0

Published by relrod over 4 years ago

Add Dockerfile for the latest Ubuntu 20.04 LTS version.

distro-test-containers - 1.14.0

Published by relrod over 4 years ago

Update OpenSUSE Dockerfiles to new OpenSUSE version.

Version 15.1 is what is currently stable and not EOL'd, so use that instead.

distro-test-containers - 1.13.0

Published by mattclay over 4 years ago

The Ubuntu 18.04 container now includes venv in addition to virtualenv.

distro-test-containers - 1.12.0

Published by samdoran over 4 years ago

  • Update CentOS to 8.1
  • Add specific tags for CentOS images rather than latest:
    • 6.10
    • 7.6.1810
    • 8.1.1922
  • Pin to coverage<5
  • Remove internationalization files to reduce image size
  • Remove MySQL and MariaDB packages
distro-test-containers - 1.11.0

Published by samdoran almost 5 years ago

  • Add Fedora 31
distro-test-containers - 1.10.0

Published by samdoran almost 5 years ago

  • Add CentOS 8
distro-test-containers - 1.9.4

Published by samdoran about 5 years ago

  • Update the librepo package since 1.9.6 has a bug which causes a segfault. We had this version the Fedora 29 image and it is causing CI failures.
distro-test-containers - 1.9.2

Published by samdoran over 5 years ago

Generate SSH keys in Fedora 30 using openssh 7.9

OpenSSH 8.0 changed the PEM format to PKCS8 rather than the legacy format. This newer PEM format breaks our tests using Paramiko because Paramiko does not recognize the key format.

distro-test-containers - 1.9.1

Published by samdoran over 5 years ago

  • Add rubygem-rdoc to Fedora 30 image
distro-test-containers - 1.9.0

Published by samdoran over 5 years ago

  • Add Fedora 30 test container
  • Remove Fedora 28 test container
distro-test-containers - 1.8.0

Published by mattclay over 5 years ago

  • Remove Paramiko from all containers.
distro-test-containers - 1.7.0

Published by jborean93 over 5 years ago

Adds the OpenSUSE 15 test containers for both Python 2 and 3.

distro-test-containers - 1.6.0

Published by jborean93 almost 6 years ago

  • Fix the Ubuntu 18.04 container to work with the changes in ansible-test and Shippable.
distro-test-containers - 1.5.0

Published by mattclay almost 6 years ago

Update available distros and other minor changes.

Added distributions:

  • Fedora 28
  • Fedora 29
  • Ubuntu 18.04

Removed distributions:

  • Fedora 26
  • Fedora 27

Minor changes:

  • Pin pycparser on Centos 6.
  • Explicitly set key type to PEM when using ssh-keygen.
distro-test-containers - 1.4.0

Published by mattclay about 6 years ago

Fix aufs layering issue in centos6 container.

This should prevent deleted files from python-crypto from remaining after the package is removed.

distro-test-containers - 1.3.0

Published by mattclay about 6 years ago

  • Pin pip to version 9.0.3 in the ubuntu1404 container to match the existing image on Docker Hub.
distro-test-containers - 1.2.0

Published by mattclay about 6 years ago

Limit cryptography version on centos6 to < 2.0.0.

This avoids breaking the uri integration test.

distro-test-containers - 1.1.0

Published by gundalow about 6 years ago

Limit cryptography version for ubuntu1404 image

This avoids unexpected warnings about Python 2.7.x support.

distro-test-containers - 1.0.0

Published by mattclay about 6 years ago

Initial release imported from https://github.com/ansible/ansible with one modification:

  • cryptography in centos6 pinned to < 2.2.0 as later versions do not support Python 2.6.
Related Projects