Skip to content

Commit 8c63e13

Browse files
authored
Artifactory migration for release_stabilization.py (#9514)
Use the two registry updates that are currently working in branch
1 parent 343afe9 commit 8c63e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release_stabilization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import shlex
44
from collections import OrderedDict
55

6-
DOCKER_INTERNAL_REGISTRY = "confluent-docker-internal.jfrog.io/"
7-
DOCKER_REGISTRY = "confluent-docker.jfrog.io/"
6+
DOCKER_INTERNAL_REGISTRY = "519856050701.dkr.ecr.us-west-2.amazonaws.com/docker/prod/"
7+
DOCKER_REGISTRY = "519856050701.dkr.ecr.us-west-2.amazonaws.com/docker/prod/"
88
CC_SPEC_KSQL_BRANCH = "master"
99
CCLOUD_DOCKER_REPO = 'confluentinc/cc-ksql'
1010
CCLOUD_DOCKER_HOTFIX_REPO = 'confluentinc/cc-ksql-hotfix'

0 commit comments

Comments
 (0)