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

Better docker support #92

Open
wants to merge 4 commits into
base: 2.5.x
Choose a base branch
from

Conversation

MadCat34
Copy link

Q A
Documentation no
Bugfix no
BC Break no
New Feature no
RFC no
QA no

Description

The idea is to bring the use of Docker closer to the needs of developers. To achieve this, the Dockerfile has been optimised using a multi-stage approach:

  • for development
  • for production

Only what is necessary is installed for each stage.

To filter what is copied to the image, a .dockerignore file has also been added.

docker-build actions build dev and prod images and tests them

This is a proposal for #71 :-)

@MadCat34 MadCat34 force-pushed the feat/71-better-docker-support branch from 4145efd to 8e99c9e Compare December 18, 2024 12:37
Romain Bastide and others added 4 commits December 18, 2024 13:42
Add a docker-compose.override.yml file
Add a .dockerignore filewq

Signed-off-by: MadCat34 <[email protected]>
Signed-off-by: MadCat34 <[email protected]>
@MadCat34 MadCat34 force-pushed the feat/71-better-docker-support branch from 94b484d to 39e0ec2 Compare December 18, 2024 12:43
@MadCat34 MadCat34 changed the title Feat/71 better docker support Better docker support Dec 18, 2024
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