ansible-test - Update the NIOS test container (#80739)

pull/80741/head
Matt Clay 2 years ago committed by GitHub
parent 5a84ff26df
commit 790e0b0983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Update the ``nios-test-container`` to version 2.0.0, which supports API version 2.9.

@ -28,7 +28,7 @@ class NiosProvider(CloudProvider):
#
# It's source source itself resides at:
# https://github.com/ansible/nios-test-container
DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:1.5.0'
DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:2.0.0'
def __init__(self, args: IntegrationConfig) -> None:
super().__init__(args)

Loading…
Cancel
Save