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

pull/79821/head
Matt Clay 1 year ago committed by GitHub
parent 739bc8bb6c
commit 7e53ec3c01
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 plugin to use a newer multi-arch test container.

@ -30,7 +30,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.4.0'
DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:1.5.0'
def __init__(self, args: IntegrationConfig) -> None:
super().__init__(args)

Loading…
Cancel
Save