images icon indicating copy to clipboard operation
images copied to clipboard

[Feature/Discussion] Add user-customizable layers

Open matthewdoerksen opened this issue 4 years ago • 1 comments

Our project has a number of layers that we add on to the base images (like certificates for Chrome/Firefox and test resources inside the containers for use by our selenium tests). It would be nice for us to be able to simply execute the build and have the project include our customizations.

What I want to start a conversation around is, would this project be open to me building the scaffolding to include user customizable layers (even though they wouldn't be used by the project directly) / would this be useful?

matthewdoerksen avatar Sep 24 '20 19:09 matthewdoerksen

@matthewdoerksen I don't get how to technically achieve this. Usually adding new layers is as simple as inheriting from existing Docker images and adding any desired stuff.

vania-pooh avatar Sep 25 '20 04:09 vania-pooh