Skip to content
Open
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
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ global_job_config:
- export DOCKER_PROD_REGISTRY="519856050701.dkr.ecr.us-west-2.amazonaws.com/docker/prod/"
- export DOCKER_UPSTREAM_REGISTRY=$DOCKER_PROD_REGISTRY
- export LATEST_TAG=$BRANCH_TAG-latest
- export DOCKER_UPSTREAM_TAG="$LATEST_TAG"
- export DOCKER_UPSTREAM_TAG="dev-7.4.x-8fa813ee"
Copy link

Copilot AI Nov 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Docker upstream tag is hardcoded to a specific version. Since this is marked as '[DO NOT MERGE]', ensure this change is reverted before merging. Consider using a feature flag or environment variable if temporary testing configurations are needed in the future.

Suggested change
- export DOCKER_UPSTREAM_TAG="dev-7.4.x-8fa813ee"
- export DOCKER_UPSTREAM_TAG="${DOCKER_UPSTREAM_TAG:-dev-7.4.x-8fa813ee}"

Copilot uses AI. Check for mistakes.
- export DOCKER_REPOS="confluentinc/cp-schema-registry"
- export COMMUNITY_DOCKER_REPOS=""
- |
Expand Down