You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(pingcap/ticdc): we build and publish cdc components from pingcap/ticdc repo since v9.0.0 (#529)
This pull request includes changes to the Dockerfile for the `ticdc`
product and updates to the `packages.yaml.tmpl` file to modify the build
and publish process for CDC components. The most important changes are:
Dockerfile changes:
* Added a new base image argument and updated the Dockerfile to use this
base image for building the `ticdc` product.
Build and publish process updates:
* Updated the version constraint and added new steps to build and
publish CDC components from the `pingcap/ticdc` repository for versions
starting from `v9.0.0`.
* Added detailed steps for installing the Node.js toolchain and building
`dm-master`, `dm-worker`, `dmctl`, and `dm-syncer` components.
* Defined new artifact configurations for `dm-master`, `dm-worker`,
`dmctl`, and container images for `dm` and `tiflow-engine` since v9.0.0
---------
Signed-off-by: wuhuizuo <[email protected]>
0 commit comments