You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2023. It is now read-only.
To avoid building images containing build tools, it would be nice to designate that an image is built using another image.
For instance I might create an image that has build-essentials in it from debian/ubuntu and call it sixsense/builder_bob. This image doesn't have to be built by shipwright but it could be.
Then I'd modify .shipwright.json to designate that an image is built inside builder bob like this.
To avoid building images containing build tools, it would be nice to designate that an image is built using another image.
For instance I might create an image that has build-essentials in it from debian/ubuntu and call it
sixsense/builder_bob. This image doesn't have to be built by shipwright but it could be.Then I'd modify
.shipwright.jsonto designate that an image is built insidebuilder boblike this.Another option is to introduce our own Keyword to the
DockerfileExamples of this can be seen here.
http://neophob.com/2k014/08/inception-a-docker-image-that-build-docker-images/