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

Devcontainer implementation #148

Merged
merged 2 commits into from
Jul 22, 2024
Merged

Devcontainer implementation #148

merged 2 commits into from
Jul 22, 2024

Conversation

coenjacobs
Copy link
Owner

@coenjacobs coenjacobs commented Jul 22, 2024

Implements a devcontainer to the repository which is based on the actual container as provided by this repository for using the Mozart project. Added a separate stage in the build of the container, which is being used as the devcontainer, but uses the exact same versions and configuration of the required packages, as it is simply a step/stage before the final stage of the Dockerfile is being reached. This is enforced via the included docker-compose.yml file, which specifies the builder stage of the image, instead of using the full application stage (which no longer includes development requirements).

@coenjacobs coenjacobs merged commit 2fb827d into master Jul 22, 2024
6 checks passed
@coenjacobs coenjacobs deleted the devcontainer-implementation branch July 22, 2024 17:14
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.

1 participant