azure-pipelines-test-container

Container for running ansible-test on Azure Pipelines.

GPL-3.0 License

Stars
1
Committers
4

Bot releases are hidden (Show)

azure-pipelines-test-container - 6.0.0 Latest Release

Published by mattclay 5 months ago

azure-pipelines-test-container - 5.0.0

Published by mattclay 5 months ago

azure-pipelines-test-container - 4.0.1

Published by webknjaz over 1 year ago

azure-pipelines-test-container - 4.0.0

Published by webknjaz over 1 year ago

This release bumps the container to Ubuntu 22.04 (from 20.04 previously) and updates the system-default CPython from 3.9 to 3.10.

azure-pipelines-test-container - 3.0.0

Published by mattclay over 2 years ago

  • Use Ubuntu 20.04 instead of Ubuntu 22.04.
  • Use Python 3.9 instead of Python 3.10.
  • Update frozen requirements.

These changes will allow ansible-core 2.11+ to be supported.

azure-pipelines-test-container - 2.0.0

Published by mattclay over 2 years ago

  • Overhaul container build.
  • Remove unnecessary symlink.
  • Upgrade to Ubuntu 22.04 and Python 3.10.
  • Update frozen package versions.
  • Remove coverage module.
  • Remove .NET Core.
  • Remove cap on cryptography.
azure-pipelines-test-container - 1.9.0

Published by eqrx over 3 years ago

  • Update constraints to newest possible packages
  • Add pin for cryptography since rust is now required for building and we do not support that
azure-pipelines-test-container - 1.8.0

Published by eqrx over 3 years ago

  • Add resolvelib to requirements and constraints. This improves speed since the dependency does not need to downloaded every time.
azure-pipelines-test-container - 1.7.1

Published by jborean93 almost 4 years ago

  • Make sure PATH has ~/.local/bin so it picks up pip installed tools like ansible-test
azure-pipelines-test-container - 1.7.0

Published by mattclay almost 4 years ago

  • Requirements for ansible-core are now pre-installed.
  • The Ubuntu 20.04 base image is now being pulled from the bedrock mirror on quay.io to avoid Docker Hub rate limits.
  • The cryptography requirement was updated from 3.1.1 to 3.2.1.
  • All requirements are now pinned using a constraints file.
  • Binaries installed by non-root users with pip are now on the user's PATH.
azure-pipelines-test-container - 1.6.0

Published by mattclay almost 4 years ago

Install the dotnet-runtime-3.1 package.

azure-pipelines-test-container - 1.5.0

Published by mattclay almost 4 years ago

Install the curl package.

azure-pipelines-test-container - 1.4.0

Published by mattclay almost 4 years ago

Run pip install without the --user option.

azure-pipelines-test-container - 1.3.0

Published by mattclay almost 4 years ago

Install the openssh-client package to provide ssh-keygen.

azure-pipelines-test-container - 1.2.0

Published by mattclay almost 4 years ago

Install the git package.

azure-pipelines-test-container - 1.1.0

Published by mattclay almost 4 years ago

Install the sudo package.

azure-pipelines-test-container - 1.0.0

Published by mattclay almost 4 years ago

Initial container release.