This commit is contained in:
parent
6ab6012032
commit
e924c8e748
|
|
@ -43,6 +43,6 @@ steps:
|
|||
--local context=.
|
||||
--local dockerfile=.
|
||||
--opt build-arg:PIP_INDEX_URL=$PIP_INDEX_URL
|
||||
--output type=image,"name=harbor.dc.teramesh.cn/idrc/tools/databridge:dev",push=true
|
||||
--output type=image,"name=harbor.dc.teramesh.cn/library/tools/databridge:dev",push=true
|
||||
--export-cache type=s3,region=x,bucket=ci-cache,name=teramesh-dev,endpoint_url=http://minio.minio:9000,use_path_style=true,access_key_id=$MINIO_SERVER_ACCESS_KEY,secret_access_key=$MINIO_SERVER_SECRET_KEY
|
||||
--import-cache type=s3,region=x,bucket=ci-cache,name=teramesh-dev,endpoint_url=http://minio.minio:9000,use_path_style=true,access_key_id=$MINIO_SERVER_ACCESS_KEY,secret_access_key=$MINIO_SERVER_SECRET_KEY
|
||||
|
|
@ -3,8 +3,8 @@ set -e
|
|||
|
||||
# 默认配置
|
||||
JOB_ID=$(date +%Y%m%d-%H%M%S)
|
||||
IMAGE_REPO=${IMAGE_REPO:-"harbor.dc.teramesh.cn/idrc/tools"}
|
||||
IMAGE_TAG=${IMAGE_TAG:-"latest"}
|
||||
IMAGE_REPO=${IMAGE_REPO:-"harbor.dc.teramesh.cn/library/tools"}
|
||||
IMAGE_TAG=${IMAGE_TAG:-"dev"}
|
||||
BATCH_SIZE=${BATCH_SIZE:-"1000"}
|
||||
LOG_LEVEL=${LOG_LEVEL:-"INFO"}
|
||||
DATA_PVC_NAME=${DATA_PVC_NAME:-"data-import-export-pvc"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user