Skip to content

Commit

Permalink
Revert "feat: add tiflow-engine docker image" (#220)
Browse files Browse the repository at this point in the history
Reverts #219
  • Loading branch information
wuhuizuo authored Jan 24, 2024
1 parent 90f8436 commit fc53209
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,6 @@ 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 @@ -1365,12 +1364,6 @@ 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 fc53209

Please sign in to comment.