mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
Pin docker simulator versions.
This commit is contained in:
parent
1241d0a3f4
commit
c055795e02
2 changed files with 4 additions and 2 deletions
|
@ -52,7 +52,8 @@ class CsCloudProvider(CloudProvider):
|
|||
"""
|
||||
super(CsCloudProvider, self).__init__(args, config_extension='.ini')
|
||||
|
||||
self.image = 'ansible/ansible:cloudstack-simulator'
|
||||
# The simulator must be pinned to a specific version to guarantee CI passes with the version used.
|
||||
self.image = 'ansible/ansible:cloudstack-simulator@sha256:885aedb7f34ce7114eaa383a2541ede93c4f8cb543c05edf90b694def67b1a6a'
|
||||
self.container_name = ''
|
||||
self.endpoint = ''
|
||||
self.host = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue