ansible-test - Update pypi-test-container (#83273)

pull/83325/head
Matt Clay 4 months ago committed by GitHub
parent 930f18ea65
commit b8483adb33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -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:2.0.0'
image = 'quay.io/ansible/pypi-test-container:3.0.0'
port = 3141
run_support_container(

Loading…
Cancel
Save