Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Enable the new keep-manifest-list argument for heterogenous payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
jupierce committed Jun 3, 2022
1 parent 484a7b8 commit 5363b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doozerlib/cli/release_gen_payload.py
Expand Up @@ -641,7 +641,7 @@ def update_single_arch_istags(apiobj: oc.APIObject):
arch_release_dests[arch] = arch_release_dest
if apply_multi_arch:
# If we are applying, actually create the arch specific release payload containing tags pointing to manifest list component images.
exectools.cmd_assert(f'oc adm release new --name={multi_nightly_name} --reference-mode=source --from-image-stream-file={str(multi_release_is_path)} --to-image-base={cvo_pullspec} --to-image={arch_release_dest}')
exectools.cmd_assert(f'oc adm release new --name={multi_nightly_name} --reference-mode=source --keep-manifest-list --from-image-stream-file={str(multi_release_is_path)} --to-image-base={cvo_pullspec} --to-image={arch_release_dest}')

# Create manifest list spec containing references to all the arch specific release payloads we've created
manifests = []
Expand Down

0 comments on commit 5363b57

Please sign in to comment.