Browse Source

修改Docker镜像仓库命名空间

luoshi 4 years ago
parent
commit
a3b61f4a81
3 changed files with 3 additions and 3 deletions
  1. 1 1
      themis-backend/pom.xml
  2. 1 1
      themis-exam/pom.xml
  3. 1 1
      themis-task/pom.xml

+ 1 - 1
themis-backend/pom.xml

@@ -55,7 +55,7 @@
                 <artifactId>dockerfile-maven-plugin</artifactId>
                 <version>1.4.12</version>
                 <configuration>
-                    <repository>registry.cn-shenzhen.aliyuncs.com/themis/admin</repository>
+                    <repository>registry.cn-shenzhen.aliyuncs.com/online_exam/admin</repository>
                     <tag>${project.version}</tag>
                     <contextDirectory>${project.baseDir}</contextDirectory>
                     <useMavenSettingsForAuth>true</useMavenSettingsForAuth>

+ 1 - 1
themis-exam/pom.xml

@@ -43,7 +43,7 @@
                 <artifactId>dockerfile-maven-plugin</artifactId>
                 <version>1.4.12</version>
                 <configuration>
-                    <repository>registry.cn-shenzhen.aliyuncs.com/themis/exam</repository>
+                    <repository>registry.cn-shenzhen.aliyuncs.com/online_exam/exam</repository>
                     <tag>${project.version}</tag>
                     <contextDirectory>${project.baseDir}</contextDirectory>
                     <useMavenSettingsForAuth>true</useMavenSettingsForAuth>

+ 1 - 1
themis-task/pom.xml

@@ -43,7 +43,7 @@
                 <artifactId>dockerfile-maven-plugin</artifactId>
                 <version>1.4.12</version>
                 <configuration>
-                    <repository>registry.cn-shenzhen.aliyuncs.com/themis/task</repository>
+                    <repository>registry.cn-shenzhen.aliyuncs.com/online_exam/task</repository>
                     <tag>${project.version}</tag>
                     <contextDirectory>${project.baseDir}</contextDirectory>
                     <useMavenSettingsForAuth>true</useMavenSettingsForAuth>