ansible-test - Update PyPI and utility container (#83475)

pull/80136/merge
Matt Clay 5 months ago committed by GitHub
parent 1b42af5004
commit 96c04e9d1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,2 +1,2 @@
minor_changes:
- ansible-test - Update ``pypi-test-container`` to version 3.1.0.
- ansible-test - Update ``pypi-test-container`` to version 3.2.0.

@ -1,2 +1,2 @@
minor_changes:
- ansible-test - Update ``ansible-test-utility-container`` to version 3.0.0.
- ansible-test - Update ``ansible-test-utility-container`` to version 3.1.0.

@ -47,7 +47,7 @@ DOCKER_COMMANDS = [
'podman',
]
UTILITY_IMAGE = 'quay.io/ansible/ansible-test-utility-container:3.0.0'
UTILITY_IMAGE = 'quay.io/ansible/ansible-test-utility-container:3.1.0'
# Max number of open files in a docker container.
# Passed with --ulimit option to the docker run command.

@ -69,7 +69,7 @@ def run_pypi_proxy(args: EnvironmentConfig, targets_use_pypi: bool) -> None:
display.warning('Unable to use the PyPI proxy because Docker is not available. Installation of packages using `pip` may fail.')
return
image = 'quay.io/ansible/pypi-test-container:3.1.0'
image = 'quay.io/ansible/pypi-test-container:3.2.0'
port = 3141
run_support_container(

Loading…
Cancel
Save