首页 > 解决方案 > 将 Nexus 存储库复制到 GitLab 注册表

问题描述

初始状态:

目标状态:

挑战:

笔记:

标签: gitlabintegrationnexusdata-migration

解决方案


I would recommend creating a script to do the following:

  1. Script that lists Docker images stored in a Docker repo of the aforementioned Nexus instance.

  2. Script that pulls a docker image from the aforementioned Nexus repo of Docker format and pushes it into the Docker registry on a local host.

  3. Script that pulls the aforementioned Docker image from the local Docker registry and pushes it into the aforementioned GitLab project Docker registry.


推荐阅读