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

Deployment issue due to bug in Dockerfile #569

Closed
4 of 5 tasks
placek opened this issue Mar 27, 2024 · 2 comments · Fixed by #570
Closed
4 of 5 tasks

Deployment issue due to bug in Dockerfile #569

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

Comments

@placek
Copy link
Contributor

placek commented Mar 27, 2024

As a developer,

I want to fix the bug in the Dockerfile for the backend module of the project

so that the deployment can be successful.

Summary

The deployment of the project is failing due to a bug in the Dockerfile of the backend module, as highlighted in the failing deployment logs at https://github.com/IntersectMBO/govtool/actions/runs/8439354402/job/23113753291. The root cause of the issue is identified in the pull request (PR) at #564.

Acceptance criteria:

  • Investigate the bug in the Dockerfile causing the build failure.
  • Identify the changes needed in the Dockerfile to resolve the issue.
  • Make necessary modifications to the Dockerfile.
  • Test the new Dockerfile to ensure successful building of the backend module.
  • Push the changes to the repository and trigger a deployment to verify the fix.
@placek placek self-assigned this Mar 27, 2024
placek added a commit that referenced this issue Mar 27, 2024
The deployment of the project was failing due to a bug in the Dockerfile
of the backend module, caused by a change in the GHC version. The issue
was identified during the build process, as the executable path had
changed, preventing successful building of the backend module.

Changes made in this commit:
- Updated the Dockerfile for the backend module to reflect the correct
  GHC version (9.2.7) and executable path.
@placek placek added 🐛 Bug Something isn't working 🏗 Infrastructure labels Mar 27, 2024
@placek placek linked a pull request Mar 27, 2024 that will close this issue
placek added a commit that referenced this issue Mar 27, 2024
…e-to-bug-in-dockerfile

[#569] Deployment issue due to bug in Dockerfile
@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 Does this one have the correct status, is it really blocked?

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

It is on staging, not blocked. Moved to appropriate column

@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