-
Notifications
You must be signed in to change notification settings - Fork 407
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
ko support podman(cri-o) #771
Comments
Is there an equivalent for Podman? Or is there some way to configure Podman to accept images in the same way as There was some discussion in go-containerregistry about supporting Podman better, maybe that's a place to start: google/go-containerregistry#998 |
Let me check. sudo podman system service -t 5000 &
export DOCKER_HOST=unix:///run/podman/podman.sock
export KO_DOCKER_REPO=ko.local |
Thanks for figuring that out. We should probably document this somewhere more visible... 🤔 |
Environment
k8s with cri-o container engine
what problem
If with env
KO_DOCKER_REPO=ko.local
, the build img only can be found with docker.When the pod is launched, there will be a error:
img pull failed
what need
ko support podman
The text was updated successfully, but these errors were encountered: