Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push tidb-backup-manager v2 only to GCR for now #559

Merged
merged 1 commit into from
Feb 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions packages/delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,17 @@ image_copy_rules:
- docker.io/pingcap/tidb-operator
- gcr.io/pingcap-public/dbaas/tidb-operator
hub.pingcap.net/pingcap/tidb-operator/images/tidb-backup-manager:
- description: delivery the version images.
- description: delivery the v1 version images.
tags_regex:
- ^(v[0-9]+[.][0-9]+[.][0-9]+)(-.+)?$
- ^(v1[.][0-9]+[.][0-9]+)(-.+)?$
dest_repositories:
- docker.io/pingcap/tidb-backup-manager
- gcr.io/pingcap-public/dbaas/tidb-backup-manager
- description: delivery the v2 version images, it is in development.
tags_regex:
- ^(v2[.][0-9]+[.][0-9]+)(-.+)?$
dest_repositories:
- gcr.io/pingcap-public/dbaas/tidb-backup-manager
- <<: *sync_trunk_community
dest_repositories:
- docker.io/pingcap/tidb-backup-manager
Expand Down
Loading