jfrog / jfrog-cli

JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
Apache License 2.0
534 stars 234 forks source link

Jfrog-cli to support buildah (alternative to docker) to push docker images to artifactory #1962

Open vigneshsweekaran opened 1 year ago

vigneshsweekaran commented 1 year ago

We are using only buildah in our environment to build and push the docker images. Now we are planning to use jfrog-cli to publish and scan the docker images. But jfrog-cli tightly coupled with docker. So we are looking for jfrog-cli to support buildah

jfrog-cli should have the additional option to use buildah to push the docker images to artifactory. And even the build-info should be published along with that

Expected :

  1. With buildah support jfrog-cli should be able to push images to artifactory along with build-info
  2. With buildah support jfrog-cli should be able to scan the docker images in artifactory
michaelfranzl commented 1 year ago

This already works. Images built with buildah can be pushed with jf rt pp because podman and buildah access the same image storage.