[kubernetes-image-puller] Add support of caching all type images including FROM scratch
See original GitHub issueIs your task related to a problem? Please describe.
Currently, https://github.com/che-incubator/kubernetes-image-puller supports only the images where it is possible to execute the sleep
command. This covers most of the cases, however, for images where sleep
command is not available, pre-pulling will not be possible. Need to investigate alternative approaches for pre-pulling that would allow to support all image types including FROM scratch
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
che-incubator/kubernetes-image-puller
Kubernetes Image Puller is used for caching images on a cluster. It creates a DaemonSet downloading and running the relevant container images on...
Read more >Chapter 9. Caching images for faster workspace start
The Image Puller is an additional deployment that runs alongside Red Hat CodeReady Workspaces. Given a list of images to pre-pull, the application...
Read more >Images
Images. A container image represents binary data that encapsulates an application and all its software dependencies. Container images are executable ...
Read more >Kube-fledged: Cache Container Images in Kubernetes
kube-fledged is a kubernetes add-on or operator for creating and managing a cache of container images directly on the worker nodes of a ......
Read more >Managing Images | OpenShift Container Platform 3.11
Using Image Streams with Kubernetes Resources; Image Pull Policy ... Container images can have names added to them that make it more intuitive...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have made a PR here: https://github.com/che-incubator/kubernetes-image-puller/pull/59
assigned 😀