Recommendations for extending an image. #48
-
I would like to extend one of the g3 images to add additional packages. One approach may be cloning the repo and modifying the scripts. This seems non-trivial given the multi-stage process for building the g3 image. Another approach is to use a Dockerfile like this:
I am surprised that when I start this image with the
Can someone explain what is the proper way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
In the above, the problem originates from this line:
Without it, the image seems to work properly. |
Beta Was this translation helpful? Give feedback.
-
Hallo @NicolasRouquette, I believe that my answer to the issue #51 applies also to this one. Regards, |
Beta Was this translation helpful? Give feedback.
-
The new User guide contains a section about using Docker Compose with my images. First examples are already included and more are still to come. Therefore I'm closing this discussion. Please use the Issues of the User guide project for feedback. |
Beta Was this translation helpful? Give feedback.
Hallo @NicolasRouquette,
I believe that my answer to the issue #51 applies also to this one.
Regards,
accetto