edff632186
This is a base element which uses a containerfile (Dockerfile) to build a container image, then the filesystem is extracted from that image and forms the root of the dib image. You can add as little or as much to the dockerfile as desired. Change-Id: I4e821aa2ce7feb8841ef31da56de1a31aa9218b5
10 lines
259 B
ReStructuredText
10 lines
259 B
ReStructuredText
=============
|
|
containerfile
|
|
=============
|
|
|
|
Base element for creating images from container files (aka
|
|
Dockerfiles).
|
|
|
|
To use this element, create a container file (Dockerfile), and supply
|
|
the path to that file in the environment variable `DIB_CONTAINER_FILE`.
|