Merge "Remove image_pull_policy field"
This commit is contained in:
commit
d3dc728b90
@ -59,7 +59,6 @@ def container_data(default_data=None, **kwargs):
|
||||
'environment': {},
|
||||
'labels': {},
|
||||
'image_driver': 'docker',
|
||||
'image_pull_policy': 'always',
|
||||
'restart_policy': {'Name': 'no'},
|
||||
'workdir': '/',
|
||||
'interactive': False,
|
||||
@ -83,7 +82,6 @@ def container_data_legacy(default_data=None, **kwargs):
|
||||
'environment': {},
|
||||
'labels': {},
|
||||
'image_driver': 'docker',
|
||||
'image_pull_policy': 'always',
|
||||
'restart_policy': {'Name': 'no'},
|
||||
'workdir': '/',
|
||||
'interactive': False,
|
||||
|
@ -87,7 +87,6 @@ class TestCapsule(base.BaseZunTest):
|
||||
"ENV2": "/usr/bin"
|
||||
},
|
||||
"image": "ubuntu",
|
||||
"imagePullPolicy": "ifnotpresent",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 80,
|
||||
|
Loading…
Reference in New Issue
Block a user