问题标签 [jfrog-container-registry]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
19 浏览

jfrog-container-registry - JFrog docker 注册表公共视图

我们正在评估 Jfrog 容器注册表来托管我们的 docker 映像,并且主机是公共盟友,以便用户可以查看它们,但拉取需要身份验证。

正如我所见,JFROG 只有列表浏览[1] 才能公开公开 docker 图像。该视图基本上是一个非常原始的 UI。

所以我的问题是,Jfrog 中是否有任何适当的 Docker 注册表用户界面可以公开公开它们?

[1] https://www.jfrog.com/confluence/display/JCR6X/Browsing+JFrog+Container+Registry

0 投票
1 回答
28 浏览

jenkins - How to deploy Artifacts in JFrog repository in custom folders(Name=Jenkins build number) through jenkins pipeline?

Problem 1 : My requirement here is deploying the artifacts which are created during a build should be uploaded to a JFROG repository with a custom folder structure.

Eg. For a Jenkins build number 1, the folder should be named '1' and inside that, all the artifacts of that build should be stored and for build number 2, all artifacts of that build should be stored under the folder named '2'.

Problem 2: Here Iam having a number of parallel and sequential jobs, So, the artifacts created for one job would be required for another job ,Hence that also need to be pulled from the respective custom folder which we created above.

Eg. Job 2 need artifacts of job 1 to get the build successful.

Build is done using Jenkins pipeline script.