You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have to handle QEMU (for cross-arch on a single node), ensure that logic is triggered per sub-manifest within the patchWithContext function.
Add instructions for manual set up of QEMU
Add a check for emulation (possibly by checking if vmx or svm are present in /proc/cpuinfo, or by just trying a simple command with binfmt and seeing if it fails or not)
If emulation is not enabled, then we can fall back to just patching the host arch image.
Single-Arch Patching
Path
function found at https://github.com/project-copacetic/copacetic/blob/main/pkg/patch/patch.go#L45) for each sub-arch.patchWithContext
function./proc/cpuinfo
, or by just trying a simple command with binfmt and seeing if it fails or not)--push
flag for defining whether copa will push the image(s) when done (this is something that can be added for single-arch too). Existing issue can be found here: feat: add push flag to support pushing to registry directly #294Final Multi-Arch Manifest Assembly
--push
or--tag-suffix
arguments.The text was updated successfully, but these errors were encountered: