base: add 'make' to base image for all resulting images#1
base: add 'make' to base image for all resulting images#1se-bi wants to merge 1 commit intohdl:masterfrom
Conversation
to be used later in each pushed image that is e.g. used for CI jobs
|
Hi @se-bi! Please, see the updated documentation. I'm not sure about adding Apart from that, there are all-in-one images. Adding So, what is your use case? Which images/tools are you using? |
My current use case is e.g. this project ULX3S GHDL Examples or my fork, more as a playground to setup and test the workflow of the CI scripts. In the beginning I was not sure, if I like the idea of separated containers.
The project I primarily wanted to focus, uses like the other mentioned above, Makefiles for the build process. And 'make' is not a large package (<1MB) without any further relevant dependencies,
Comparing to that approach just swapping Docker inside Make or Make inside Docker
Sorry, can you give an example for those all-in-one images ( |
The point is that I don't see how So, fine-grained containers are meant for "Docker inside Make" and don't need
So, for your use case, I suggest creating Bitstream packaging tools are included in |
|
So, image |
First my apologies, the PR @eine applied here from ghdl/docker was a bit rashed,
regarding that 'make' commit.
My intention was more what this completes,
to have 'make' in each resulting image.