Agent-613: Support imageDigestSources for oc adm release mirror - #1525
Conversation
|
/cc @andfasano |
7cf2fa8 to
e994117
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andfasano The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
In 4.14 the `oc adm release mirror` command has been updated to output ImageDigestSources instead of ImageContentSources. Update the agent script to handle both.
e994117 to
cc9414d
Compare
|
/test e2e-agent-sno-ipv6 |
1 similar comment
|
/test e2e-agent-sno-ipv6 |
|
@bfournie: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/lgtm |
In 4.14 the
oc adm release mirrorcommand has been updated to output ImageDigestSources instead of ImageContentSources. Update the agent script to handle both.See openshift/oc#1341 (comment) for the slightly different output.
Also there is a minor fix for inadvertent hardcoding of working dir.