Skip to content

Commit

Permalink
Artifactory migration for release_stabilization.py (#9514)
Browse files Browse the repository at this point in the history
Use the two registry updates that are currently working in branch
  • Loading branch information
gracechensd authored Sep 1, 2022
1 parent 343afe9 commit 8c63e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release_stabilization.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import shlex
from collections import OrderedDict

DOCKER_INTERNAL_REGISTRY = "confluent-docker-internal.jfrog.io/"
DOCKER_REGISTRY = "confluent-docker.jfrog.io/"
DOCKER_INTERNAL_REGISTRY = "519856050701.dkr.ecr.us-west-2.amazonaws.com/docker/prod/"
DOCKER_REGISTRY = "519856050701.dkr.ecr.us-west-2.amazonaws.com/docker/prod/"
CC_SPEC_KSQL_BRANCH = "master"
CCLOUD_DOCKER_REPO = 'confluentinc/cc-ksql'
CCLOUD_DOCKER_HOTFIX_REPO = 'confluentinc/cc-ksql-hotfix'
Expand Down

0 comments on commit 8c63e13

Please sign in to comment.