删除 构建包过程中,从docker register 下载 docker image 并生成tar的过程
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
dockerImages:
|
||||
- name: "git.mesalab.cn:7443/tsg/tsg-diagnose/unittest"
|
||||
tag: latest
|
||||
- name: "git.mesalab.cn:7443/tsg/tsg-diagnose/wpr"
|
||||
tag: latest
|
||||
- name: "git.mesalab.cn:7443/tsg/tsg-diagnose/badssl"
|
||||
tag: latest
|
||||
|
||||
dockerImages2tags:
|
||||
- name: "git.mesalab.cn:7443/tsg/tsg-diagnose/unittest:latest"
|
||||
repo: "unittest-self-test:latest"
|
||||
- name: "git.mesalab.cn:7443/tsg/tsg-diagnose/wpr:latest"
|
||||
repo: "wpr-self-test:latest"
|
||||
- name: "git.mesalab.cn:7443/tsg/tsg-diagnose/badssl:latest"
|
||||
repo: "badssl-self-test:latest"
|
||||
|
||||
dockerImagesTar:
|
||||
- name: "unittest-self-test"
|
||||
tag: "latest"
|
||||
tarpath: /tmp/padding_for_PACK_TAR_BUILD_DIRS_PREFIX/tsg/tsg-scripts/roles/self-test/files/images/unittest.tar
|
||||
- name: "wpr-self-test"
|
||||
tag: "latest"
|
||||
tarpath: /tmp/padding_for_PACK_TAR_BUILD_DIRS_PREFIX/tsg/tsg-scripts/roles/self-test/files/images/wpr.tar
|
||||
- name: "badssl-self-test"
|
||||
tag: "latest"
|
||||
tarpath: /tmp/padding_for_PACK_TAR_BUILD_DIRS_PREFIX/tsg/tsg-scripts/roles/self-test/files/images/badssl.tar
|
||||
|
||||
#dockerImages:
|
||||
# - name: "git.mesalab.cn:7443/tsg/tsg-diagnose/unittest"
|
||||
# tag: latest
|
||||
# - name: "git.mesalab.cn:7443/tsg/tsg-diagnose/wpr"
|
||||
# tag: latest
|
||||
# - name: "git.mesalab.cn:7443/tsg/tsg-diagnose/badssl"
|
||||
# tag: latest
|
||||
#
|
||||
#dockerImages2tags:
|
||||
# - name: "git.mesalab.cn:7443/tsg/tsg-diagnose/unittest:latest"
|
||||
# repo: "unittest-self-test:latest"
|
||||
# - name: "git.mesalab.cn:7443/tsg/tsg-diagnose/wpr:latest"
|
||||
# repo: "wpr-self-test:latest"
|
||||
# - name: "git.mesalab.cn:7443/tsg/tsg-diagnose/badssl:latest"
|
||||
# repo: "badssl-self-test:latest"
|
||||
#
|
||||
#dockerImagesTar:
|
||||
# - name: "unittest-self-test"
|
||||
# tag: "latest"
|
||||
# tarpath: /tmp/padding_for_PACK_TAR_BUILD_DIRS_PREFIX/tsg/tsg-scripts/roles/self-test/files/images/unittest.tar
|
||||
# - name: "wpr-self-test"
|
||||
# tag: "latest"
|
||||
# tarpath: /tmp/padding_for_PACK_TAR_BUILD_DIRS_PREFIX/tsg/tsg-scripts/roles/self-test/files/images/wpr.tar
|
||||
# - name: "badssl-self-test"
|
||||
# tag: "latest"
|
||||
# tarpath: /tmp/padding_for_PACK_TAR_BUILD_DIRS_PREFIX/tsg/tsg-scripts/roles/self-test/files/images/badssl.tar
|
||||
#
|
||||
tarpath:
|
||||
src:
|
||||
- /tmp/padding_for_PACK_TAR_BUILD_DIRS_PREFIX/tsg/tsg-scripts/install_config
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
- include: ImageDownload.yml
|
||||
#- include: ImageDownload.yml
|
||||
- include: RpmDownload.yml
|
||||
- include: TarBuild.yml
|
||||
|
||||
Reference in New Issue
Block a user