AGENT-500: Add configurable step to oc-mirror to generate tarfile - #1497
Conversation
Add the ability to use oc-mirror to create a mirror registry by generating a tarfile first and then publishing the tarfile to the registry. The can be used to test a common use case for disconnected installs. In addition, a function to create a tarfile with only images needed to bootstrap a host is included. This will be used for testing future functionality to remove the external registry.
d13ef79 to
fad5a68
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 |
|
/retest |
|
/test e2e-metal-ipi-serial-ipv4 |
|
@bfournie: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
DetailsIn response to this:
Instructions 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. |
|
/test e2e-metal-ipi-ovn-ipv6 |
|
/retest-required |
|
Both e2e-metal-ipi-serial-ipv4 and e2e-metal-ipi-bm have passed multiple times on this PR after the last commit as can be seen in the PR history, however each time a retest is run invariably one of them fails due a random issue. The failure is completely unrelated to this PR which has added a code which is not even exercised. Attempting to override after the last failure |
|
@bfournie: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. DetailsIn response to this:
Instructions 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. |
|
/override ci/prow/e2e-metal-ipi-serial-ipv4 |
|
@bfournie: Overrode contexts on behalf of bfournie: ci/prow/e2e-metal-ipi-serial-ipv4 DetailsIn response to this:
Instructions 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. |
Add the ability to use oc-mirror to create a mirror registry by generating a tarfile first and then publishing the tarfile to the registry. The can be used to test a common use case for disconnected installs.