Skip to content

[DO NOT MERGE] test updated docker compose#165

Open
Hrithik Kulkarni (hk10111) wants to merge 1 commit intomasterfrom
test-docker-utils
Open

[DO NOT MERGE] test updated docker compose#165
Hrithik Kulkarni (hk10111) wants to merge 1 commit intomasterfrom
test-docker-utils

Conversation

@hk10111
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings November 21, 2025 07:50
@hk10111 Hrithik Kulkarni (hk10111) requested a review from a team as a code owner November 21, 2025 07:50
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR temporarily modifies the Docker upstream tag configuration in the CI/CD pipeline for testing purposes. The change hardcodes a specific Docker image tag instead of using the dynamic latest tag.

  • Replaces dynamic $LATEST_TAG variable with hardcoded tag dev-7.4.x-8fa813ee

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants