Problem
When testing images generated locally (for example, in a CI/CD workflow), it would be convenient not to have to push them to a repository in order to make them available to the k3s test container. Instead, the test should be able tp upload the images to the test container.
Solution
Add a method to the k3s container for loading images. This method should
- Export image to a file
- Copy image file to k3s container
- Import image to containerd (in the k3s container)
Benefit
No need to push images to a registry for testing
Alternatives
- Run a private registry.
- Push image to this registry
- Configure k3s to use this registry
Would you like to help contributing this feature?
Yes
Problem
When testing images generated locally (for example, in a CI/CD workflow), it would be convenient not to have to push them to a repository in order to make them available to the k3s test container. Instead, the test should be able tp upload the images to the test container.
Solution
Add a method to the k3s container for loading images. This method should
Benefit
No need to push images to a registry for testing
Alternatives
Would you like to help contributing this feature?
Yes