mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 12:19:53 +01:00
ansible-test - Update utility containers (#84545)
This commit is contained in:
parent
20baf29a2a
commit
eb475e23f7
|
|
@ -2,3 +2,6 @@ minor_changes:
|
||||||
- ansible-test - Replace container Fedora 40 with 41.
|
- ansible-test - Replace container Fedora 40 with 41.
|
||||||
- ansible-test - Replace container Alpine 3.20 with 3.21.
|
- ansible-test - Replace container Alpine 3.20 with 3.21.
|
||||||
- ansible-test - Update distro containers to remove unnecessary pakages (apache2, subversion, ruby).
|
- ansible-test - Update distro containers to remove unnecessary pakages (apache2, subversion, ruby).
|
||||||
|
- ansible-test - Update the HTTP test container.
|
||||||
|
- ansible-test - Update the PyPI test container.
|
||||||
|
- ansible-test - Update the utility container.
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ class HttptesterProvider(CloudProvider):
|
||||||
def __init__(self, args: IntegrationConfig) -> None:
|
def __init__(self, args: IntegrationConfig) -> None:
|
||||||
super().__init__(args)
|
super().__init__(args)
|
||||||
|
|
||||||
self.image = os.environ.get('ANSIBLE_HTTP_TEST_CONTAINER', 'quay.io/ansible/http-test-container:3.2.0')
|
self.image = os.environ.get('ANSIBLE_HTTP_TEST_CONTAINER', 'quay.io/ansible/http-test-container:3.3.0')
|
||||||
|
|
||||||
self.uses_docker = True
|
self.uses_docker = True
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ DOCKER_COMMANDS = [
|
||||||
'podman',
|
'podman',
|
||||||
]
|
]
|
||||||
|
|
||||||
UTILITY_IMAGE = 'quay.io/ansible/ansible-test-utility-container:3.1.0'
|
UTILITY_IMAGE = 'quay.io/ansible/ansible-test-utility-container:3.2.0'
|
||||||
|
|
||||||
# Max number of open files in a docker container.
|
# Max number of open files in a docker container.
|
||||||
# Passed with --ulimit option to the docker run command.
|
# 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.')
|
display.warning('Unable to use the PyPI proxy because Docker is not available. Installation of packages using `pip` may fail.')
|
||||||
return
|
return
|
||||||
|
|
||||||
image = 'quay.io/ansible/pypi-test-container:3.2.0'
|
image = 'quay.io/ansible/pypi-test-container:3.3.0'
|
||||||
port = 3141
|
port = 3141
|
||||||
|
|
||||||
run_support_container(
|
run_support_container(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user