We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343afe9 commit 8c63e13Copy full SHA for 8c63e13
release_stabilization.py
@@ -3,8 +3,8 @@
3
import shlex
4
from collections import OrderedDict
5
6
-DOCKER_INTERNAL_REGISTRY = "confluent-docker-internal.jfrog.io/"
7
-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/"
8
CC_SPEC_KSQL_BRANCH = "master"
9
CCLOUD_DOCKER_REPO = 'confluentinc/cc-ksql'
10
CCLOUD_DOCKER_HOTFIX_REPO = 'confluentinc/cc-ksql-hotfix'
0 commit comments