Skip to content

Commit

Permalink
fix(packages): fix packages.yaml.tmpl (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>

---------

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo authored Nov 10, 2023
1 parent a348d85 commit a5d02d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ msb-tidb: (_msb "tidb" "https://github.com/pingcap/tidb.git" "master")

msb-pd: (_clone "pd" "https://github.com/tikv/pd.git" "master")
docker build -t localhost/pd:local-build -f dockerfiles/cd/tikv/pd/Dockerfile ../pd
docker run --rm localhost/pd:local-build /cdc -V
docker run --rm localhost/pd:local-build -V

build_product_base_images: (_docker_build_prod_base_images "hub.pingcap.net/bases")

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cd/tikv/pd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG GOPROXY
RUN GOPROXY=${GOPROXY} make build tools -C /pd
RUN /pd/bin/pd-server -V
RUN /pd/bin/pd-ctl -V
RUN /pd-recover -V
RUN /pd/bin/pd-recover -V

########### stage: Final image
FROM ghcr.io/pingcap-qe/bases/pd-base:v1.7.1
Expand Down
2 changes: 1 addition & 1 deletion packages/packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ components:
type: image
artifactory:
repo: hub.pingcap.net/pingcap/tiflow/images/cdc
dockerfile: https://github.com/PingCAP-QE/artifacts/raw/main/dockerfiles/cdc.Dockerfile
dockerfile: https://github.com/PingCAP-QE/artifacts/raw/main/dockerfiles/ticdc.Dockerfile
files: # context files
- name: cdc
src:
Expand Down

0 comments on commit a5d02d7

Please sign in to comment.