Skip to content

Commit

Permalink
feat: add tiflow-engine docker image (#219)
Browse files Browse the repository at this point in the history
- as title

Signed-off-by: lijie <[email protected]>
  • Loading branch information
lijie authored Jan 24, 2024
1 parent 265851d commit 90f8436
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,7 @@ components:
npm install -g yarn
- script: |
make cdc dm-master-with-webui dm-worker dmctl dm-syncer
sed '/RUN make engine/ i ENV GOPROXY=http://goproxy.pingcap.net,https://goproxy.cn,direct' -i deployments/engine/docker/Dockerfile
artifacts:
- name: "cdc-{{ .Release.version }}-{{ .Release.os }}-{{ .Release.arch }}.tar.gz"
files:
Expand Down Expand Up @@ -1364,6 +1365,12 @@ components:
- name: dmctl
src:
path: bin/dmctl
- name: container image - tiflow-engine
type: image
artifactory:
repo: hub.pingcap.net/pingcap/tiflow/images/tiflow
context: . # just build under git repo folder.
dockerfile: deployments/engine/docker/Dockerfile
- description: interpret versions according to semantic version spec.
if: {{ semver.CheckConstraint "~6.5.6-0" .Release.version }}
os: [linux]
Expand Down

0 comments on commit 90f8436

Please sign in to comment.