question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[kubernetes-image-puller] Add support of caching all type images including FROM scratch

See original GitHub issue

Is 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:closed
  • Created 3 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
dkwon17commented, Jul 26, 2021
2reactions
benoitfcommented, Jul 22, 2021

assigned 😀

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found