Skip to content

Commit b0cffda

Browse files
authored
Push tidb-backup-manager v2 only to GCR for now (#559)
1 parent 47be734 commit b0cffda

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/delivery.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,17 @@ image_copy_rules:
7272
- docker.io/pingcap/tidb-operator
7373
- gcr.io/pingcap-public/dbaas/tidb-operator
7474
hub.pingcap.net/pingcap/tidb-operator/images/tidb-backup-manager:
75-
- description: delivery the version images.
75+
- description: delivery the v1 version images.
7676
tags_regex:
77-
- ^(v[0-9]+[.][0-9]+[.][0-9]+)(-.+)?$
77+
- ^(v1[.][0-9]+[.][0-9]+)(-.+)?$
7878
dest_repositories:
7979
- docker.io/pingcap/tidb-backup-manager
8080
- gcr.io/pingcap-public/dbaas/tidb-backup-manager
81+
- description: delivery the v2 version images, it is in development.
82+
tags_regex:
83+
- ^(v2[.][0-9]+[.][0-9]+)(-.+)?$
84+
dest_repositories:
85+
- gcr.io/pingcap-public/dbaas/tidb-backup-manager
8186
- <<: *sync_trunk_community
8287
dest_repositories:
8388
- docker.io/pingcap/tidb-backup-manager

0 commit comments

Comments
 (0)