Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancing Docker Compose stack for proper frontend image tagging #466

Closed
4 tasks done
placek opened this issue Mar 13, 2024 · 2 comments · Fixed by #468
Closed
4 tasks done

Enhancing Docker Compose stack for proper frontend image tagging #466

placek opened this issue Mar 13, 2024 · 2 comments · Fixed by #468
Assignees
Labels
🐛 Bug Something isn't working 🏗 Infrastructure

Comments

@placek
Copy link
Contributor

placek commented Mar 13, 2024

As a deployment manager,

I want to tag the frontend images with environment-specific flags

to ensure that the correct frontend build is used for the corresponding deployment environment.

Summary:

The current deployment system utilizes Docker Compose stack to tag frontend
images based on the last commit SHA, which proves to be insufficient as frontend
images may vary based on build arguments and target deployment environments.
Therefore, to prevent using frontend images built for one environment in another
environment with different settings, an environment flag needs to be added to
the image tag for proper differentiation of frontend builds.

Acceptance Criteria:

  • Identify the necessary build arguments specific to each target deployment environment.
  • Modify the Docker Compose stack configuration to include an environment flag in the frontend image tags.
  • Implement a mechanism to ensure that the correct environment flag is applied when building and tagging frontend images.
  • Test the deployment process using the enhanced tagging mechanism to verify that the correct frontend build is deployed to the corresponding environment.

Image

@placek placek self-assigned this Mar 13, 2024
@placek placek added 🐛 Bug Something isn't working 🏗 Infrastructure labels Mar 13, 2024
placek added a commit that referenced this issue Mar 13, 2024
…-compose-stack-for-proper-frontend-image-tagging

[#466] Enhancing Docker Compose stack for proper frontend image tagging
@l-br1 l-br1 added this to Govtool all Apr 2, 2024
@MSzalowski MSzalowski moved this to In staging in Govtool all Apr 8, 2024
@MSzalowski MSzalowski moved this from In staging to Blocked in Govtool all Apr 8, 2024
@bosko-m
Copy link
Contributor

bosko-m commented May 22, 2024

@MSzalowski Any specific reason for this one to be blocked?

@MSzalowski MSzalowski moved this from Blocked to In staging in Govtool all May 27, 2024
@MSzalowski
Copy link
Contributor

Not blocked anymore

@bosko-m bosko-m moved this from In staging to Done in Govtool all Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working 🏗 Infrastructure
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants