网站商城开发公司,临沂市建设职工中等专业学校校长,网络营销方法选择,花园桥网站建设GitLab 是一个全球知名的一体化 DevOps 平台#xff0c;很多人都通过私有化部署 GitLab 来进行源代码托管。极狐GitLab #xff1a;https://gitlab.cn/install?channelcontentutm_sourcecsdn 是 GitLab 在中国的发行版#xff0c;专门为中国程序员服务。可以一键式部署…GitLab 是一个全球知名的一体化 DevOps 平台很多人都通过私有化部署 GitLab 来进行源代码托管。极狐GitLab https://gitlab.cn/install?channelcontentutm_sourcecsdn 是 GitLab 在中国的发行版专门为中国程序员服务。可以一键式部署极狐GitLab。
极狐GitLab 在 5 月 28 日正式发布了 AI 产品驭码CodeRider。现已开启免费试用登录官网https://coderider.gitlab.cn/ 即可申请试用。 更多关于极狐GitLab https://gitlab.cn 或者 DevOps 的最佳实践可以关注文末的极狐GitLab 公众号。 学习极狐GitLab 的相关资料
极狐GitLab 官网https://gitlab.cn极狐GitLab 官网文档https://docs.gitlab.cn极狐GitLab 论坛https://forum.gitlab.cn/极狐GitLab 安装配置https://gitlab.cn/install极狐GitLab 资源中心https://resources.gitlab.cn/AI 产品驭码CodeRiderhttps://coderider.gitlab.cn/
搜索【极狐GitLab】公众号后台输入加群备注gitlab即可加入官方微信技术交流群。
关联阅读
如何使用 API list 极狐GitLab 群组中的镜像仓库
上一篇文章中我们使用 GET /groups/:id/registry/repositoriesAPI list 出来了群组下面的容器镜像仓库。那如何用 API 再查看某个具体的仓库下面的镜像呢
当然可以使用下面的 API
GET /registry/repositories/:id比如上面文章中list 出来了两个镜像仓库ID 分别为 534和 535。以 535为例可以使用下面的 API 完成 list 出该仓库下面的镜像详情
curl --header PRIVATE-TOKEN: YOUR-PERSONAL-ACCESS-TOKEN \https://jihulab.com/api/v4/registry/repositories/535?tagstruetags_counttruesizetrue可以看到如下返回结果
{id: 535,name: ,path: jh-xiaomage-devops/go-demo,project_id: 16274,location: registry.jihulab.com/jh-xiaomage-devops/go-demo,created_at: 2022-02-21T18:45:07.09008:00,cleanup_policy_started_at: null,tags_count: 1,tags: [{name: 1.0.0,path: jh-xiaomage-devops/go-demo:1.0.0,location: registry.jihulab.com/jh-xiaomage-devops/go-demo:1.0.0}],delete_api_path: https://jihulab.com/api/v4/projects/16274/registry/repositories/535,size: null,status: null
}