Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Built-in image copy mechanism (skopeo replacement) #443

Open
estahn opened this issue Jan 23, 2023 · 0 comments
Open

Built-in image copy mechanism (skopeo replacement) #443

estahn opened this issue Jan 23, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@estahn
Copy link
Owner

estahn commented Jan 23, 2023

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.

@estahn estahn added the enhancement New feature or request label Jan 23, 2023
@estahn estahn added this to the 1.6.0 milestone Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant