default-test-container

Container used by ansible-test for distribution independent tests.

GPL-3.0 License

Stars
11
Committers
8

Bot releases are hidden (Show)

default-test-container - 3.1.0

Published by mattclay over 3 years ago

  • Update and freeze requirements
  • Only install sanity test requirements for Python 3.6+
  • Limit cryptography to match constraints in ansible-test
default-test-container - 3.0.0

Published by mattclay over 3 years ago

SSH client keys are no longer generated. This is now the responsibility of ansible-test.

default-test-container - 2.11.0

Published by mattclay over 3 years ago

  • Update and Freeze Requirements.
  • The main addition in this update is resolvelib, which is a new requirement for ansible.
default-test-container - 2.10.0

Published by mattclay over 3 years ago

Requirements were updated and frozen.

default-test-container - 2.9.0

Published by relrod about 4 years ago

default-test-container - 2.8.0

Published by relrod about 4 years ago

This update rebuilds the Dockerfile so that Python 3.9.0 final is picked up from the deadsnakes PPA.

default-test-container - 2.7.0

Published by relrod about 4 years ago

This update rebuilds the Dockerfile so that Python 3.9.0rc1 is picked up from the deadsnakes PPA.

default-test-container - 2.6.0

Published by mattclay over 4 years ago

This is a complete rebuild of the Dockerfile, which includes an update to Python 3.9.0b3.

Requirements have also been updated and frozen.

default-test-container - 2.5.0

Published by mattclay over 4 years ago

This release updates the container to Python 3.9.0b3.

Requirements have also been updated and frozen.

UPDATE: While this release did trigger a new build on quay.io, the resulting image still has python 3.9.0b1 due to the build using the previously cached images. Changes to the frozen files were insufficient to trigger a full build. A 2.6.0 release will be published to trigger a full build.

default-test-container - 2.4.0

Published by mattclay over 4 years ago

This release contains no changes to the container definition.

Instead, it is being done to pull in the latest Python 3.9 beta release (beta 3).

UPDATE: While this release did trigger a new build on quay.io, the resulting image is the same as 2.2 due to the build using the previously cached images. Changes to the README.md were insufficient to trigger a new build. A 2.5.0 release will be published to trigger a full build.

default-test-container - 2.3.0

Published by mattclay over 4 years ago

This release contains no changes to the container definition.

Instead, it is being done to pull in the latest Python 3.9 beta release (beta 3).

UPDATE: While this release did trigger a new build on quay.io, the resulting image is the same as 2.2 due to the build using the previously cached images. A 2.4.0 release will be published to trigger a full build.

default-test-container - 2.2

Published by mattclay over 4 years ago

This is the first release to include requirements split out for each sanity test.

default-test-container - 2.1

Published by jborean93 over 4 years ago

This release includes a greatly reduces the size of the PowerShell install.

  • Removes the .NET SDK
  • Removes uneeded compat files for PSScriptAnalyzer
default-test-container - 2.0

Published by mattclay over 4 years ago

This release includes a greatly reduced set of Python requirements.

Requirements specific to ansible-base have been removed.
Requirements specific to "cloud" test plugins have been removed.

Requirements are also installed using --no-cache-dir with pip to save space.

default-test-container - 1.14

Published by mattclay over 4 years ago

This release upgrades to Python 3.9.0b1 and updates/freezes requirements.

default-test-container - 1.13

Published by mattclay over 4 years ago

This is the first release to include a reduced set of requirements after the completion of collection migration.

Notable changes include:

  • Upgraded from Python 3.9a4 to 3.9a6. This may result in new syntax errors under Python 3.9.
  • Upgraded from pycodestyle 2.5 to 2.6. This may result in new PEP8 sanity test failures.
default-test-container - 1.12

Published by mattclay over 4 years ago

This release updates and freezes requirements to resolve issues with AWS tests on Python 2.6.

default-test-container - 1.11

Published by mattclay over 4 years ago

  • Add Python 3.9.0 Alpha 4.
  • Install *-venv and *-distutils packages when available for each Python version.
  • Separate Ubuntu and deadsnakes PPA package installation to avoid package conflicts.
  • Update requirements.
  • Update freeze script to exclude non-existent packages.
  • Freeze requirements.
default-test-container - 1.10.1

Published by mattclay about 5 years ago

  • Re-freeze requirements.
default-test-container - 1.10.0

Published by mattclay about 5 years ago

  • Rebuilt to update to the final Python 3.8.0 release.
  • Includes previously unreleased updates to requirements.