Skip to content
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

Podman support #30

Open
larsskj opened this issue Feb 16, 2023 · 2 comments
Open

Podman support #30

larsskj opened this issue Feb 16, 2023 · 2 comments
Labels
feature request New feature or request

Comments

@larsskj
Copy link

larsskj commented Feb 16, 2023

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

@larsskj larsskj added the feature request New feature or request label Feb 16, 2023
@yahavi
Copy link
Member

yahavi commented Mar 9, 2023

@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.

@PipeItToDevNull
Copy link

Hi @yahavi

This level of support is rudimentary at best, we need equal levels of build support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants