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

Refactor Bundler docker image to make it leaner #580

Open
TakGN opened this issue Mar 12, 2024 · 1 comment
Open

Refactor Bundler docker image to make it leaner #580

TakGN opened this issue Mar 12, 2024 · 1 comment
Assignees
Labels
🧹 Chore Catch-all label for all boring tasks that can't be classified into any other category

Comments

@TakGN
Copy link
Collaborator

TakGN commented Mar 12, 2024

No description provided.

@radupopa2010
Copy link
Contributor

radupopa2010 commented Mar 12, 2024

docker images *21.6-bookworm
REPOSITORY   TAG             IMAGE ID       CREATED       SIZE
node         21.6-bookworm   505e9f3603f0   3 weeks ago   1.1GB

the base image is quite big;
I chose it as a base for all our node applications. The reason is that we find ourself debugging something and it's good that it has most tools installed ;
I know all the good practice mention to make the image as small as possible; I just wanted to make our lives easier since we still develop the applications :)

if we refactor bundler we should refactor all docker images on the sam base

@TheDivic TheDivic added the 🧹 Chore Catch-all label for all boring tasks that can't be classified into any other category label Sep 4, 2024
@TheDivic TheDivic added this to the Improve our CI / CD process milestone Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧹 Chore Catch-all label for all boring tasks that can't be classified into any other category
Projects
None yet
Development

No branches or pull requests

3 participants