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
520 stars 223 forks source link

Jfrog-cli to manually create the build-info and attach to existing docker image in artifactory #1963

Open vigneshsweekaran opened 1 year ago

vigneshsweekaran commented 1 year ago

Jfrog-cli to give additional option to manually create the build-info and attach to the existing docker image in artifactory

Expected:

  1. Using buildah we will push the docker image to Jfrog artifactory (Build-info is not available)
  2. Jfrog cli should have the option to manually create the build-info and attach this build-info to docker image in artifactory which was pushed by buildah
dsbenghe commented 7 months ago

We need a similar feature.

We want to add a docker image as a dependency of our build. The docker image is produced by a different build.

The only solution right now is to do a dumb "jf rt docker-pull" to add the container image as a dependency of the current build.