k8s-image-swapper is currently using skopeo, a CLI, to copy images into the registry. This is being executed as an external command and can lead to several issues (OOM, security exposure via skopeo, ...).
skopeo is utilising github.com/containers/image/v5/copy, with some added mechanics like retry, which can be utilised directly in k8s-image-swapper.
k8s-image-swapperis currently usingskopeo, a CLI, to copy images into the registry. This is being executed as an external command and can lead to several issues (OOM, security exposure via skopeo, ...).skopeois utilisinggithub.com/containers/image/v5/copy, with some added mechanics likeretry, which can be utilised directly ink8s-image-swapper.