asp怎么做网站,nginx部署wordpress,最新汽车网站大全,嘉兴网站制作设计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 查看极狐GitLab 镜像仓库中的镜像
前面的文章中使用 GET /registry/repositories/:idlist 出了极狐GitLab 镜像仓库中的镜像详情。下面使用 API 来 list 某个镜像仓库中的 tag 信息。
API 如下
GET /projects/:id/registry/repositories/:repository_id/tags以上面的 535镜像仓库为例可以使用如下 API 来 list tag
curl --header PRIVATE-TOKEN: YOUR-PERSONAL-ACCESS-TOKEN \ https://jihulab.com/api/v4/projects/16274/registry/repositories/535/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}
]可以看到镜像仓库 go-demo中只有一个镜像tag 为 1.0.0。