-
Notifications
You must be signed in to change notification settings - Fork 2.3k
container-engine: Allow full image override #5356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
container-engine: Allow full image override #5356
Conversation
openshift_docker_systemcontainer_image_registry_override has been replaced with openshift_docker_systemcontainer_image_override. The difference is openshift_docker_systemcontainer_image_override takes a full image path including the tag. Example: openshift_docker_systemcontainer_image_override=gscrivano/container-engine:latest Signed-off-by: Steve Milner <smilner@redhat.com>
|
aos-ci-test |
|
[merge] |
|
Evaluated for openshift ansible merge up to ab973c7 |
|
[test]ing while waiting on the merge queue |
|
Evaluated for openshift ansible test up to ab973c7 |
|
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_openshift_ansible/642/) (Base Commit: 7f6b765) (PR Branch Commit: ab973c7) |
|
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_openshift_ansible/1015/) (Base Commit: 33d254a) (PR Branch Commit: ab973c7) |
openshift_docker_systemcontainer_image_registry_overridehas been replacedwith
openshift_docker_systemcontainer_image_override. The difference isopenshift_docker_systemcontainer_image_overridetakes a full image pathincluding the tag.
Example: