Feature Request: Support exporting images to a containerd
socket
#1393
Labels
status/discussion-needed
Issue or PR that requires in-depth discussion.
type/enhancement
Issue that requests a new feature or improvement.
Description
It is more and more common not to have a local Docker daemon available and during certain testing cycles pushing to a registry is not always easy or desirable.
It would be great if you could easily create a buildpack and then export the results directly into a containerd namespace.
Proposed solution
Extend
pack
and the underlyingcreator
command so that it is possible to pass in something like-containerd k8s.io
, which will then tell theexport
step to push the results into that containerd namespace instead of into a Docker registry or daemon.Describe alternatives you've considered
Many hacks that require running Docker, exporting to docker, pull out the image, and then re-pushing it into containerd.
The text was updated successfully, but these errors were encountered: