We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JFrog CLI supports Docker for building container images.
But the Docker daemon has become unsupported on modern Kubernetes installations, and it's in general regarded a security threat.
For that reasons many organizations have moved to Podman for building container images.
Do you have any plans to support that using the JFrog CLI?
Same support level for Podman as for Docker daemon.
All kind of custom modifications/workarounds - but a standard stock solution would be much better.
No response
The text was updated successfully, but these errors were encountered:
@larsskj, Thanks for using the Jenkins JFrog plugin and the JFrog CLI.
Podman is already supported in the JFrog CLI. Examples:
jf rt podman-pull my-docker-registry.io/my-docker-image:latest docker-local --build-name=my-build-name --build-number=7
jf rt podman-push my-docker-registry.io/my-docker-image:latest docker-local --build-name=my-build-name --build-number=7
Check out "Pulling Docker Images Using Podman" and "Pushing Docker Images Using Podman" under Managing Docker Images.
Please let me know if that helped.
Sorry, something went wrong.
Hi @yahavi
This level of support is rudimentary at best, we need equal levels of build support.
No branches or pull requests
Is your feature request related to a problem? Please describe.
JFrog CLI supports Docker for building container images.
But the Docker daemon has become unsupported on modern Kubernetes installations, and it's in general regarded a security threat.
For that reasons many organizations have moved to Podman for building container images.
Do you have any plans to support that using the JFrog CLI?
Describe the solution you'd like to see
Same support level for Podman as for Docker daemon.
Describe alternatives you've considered
All kind of custom modifications/workarounds - but a standard stock solution would be much better.
Additional context
No response
The text was updated successfully, but these errors were encountered: