Hi,
I plan to develop a go application able to perform the following steps:
- Execute a Dockerfile using "Root" privileged to install missing applications from RPMs (nodejs, maven, ...), etc
- Images will not be pushed to a registry
- Get the list of the layers created
- Extract them to a mounted FS volume (e.g /layers)
Why do we need the content of the layers: To enrich the FS used by buildpack build container to perform a build using some of the packages installed (= mvn, node, ...)
Cheers
Charles