Commit graph

5 commits

Author SHA1 Message Date
Michael Vogt
5aa75ec1c1 Containerfile: initial version
This commit adds an initial Containerfile to build an `image-builder`
container.

Use all the DNF commands together and add a cleaning command to the end
of it. This makes fewer layers and keeps the image size slightly
smaller.

Co-authored-by: Simon de Vlieger <supakeen@redhat.com>
Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
2024-12-19 08:49:26 +00:00
Michael Vogt
e5b3ccd6ed cmd: add new build command
This commit adds the `build` command. It takes the same flags as
`manifest` and will build the specified image.
2024-12-16 14:59:08 +00:00
Simon de Vlieger
ea7b58bd5c chore: README blurbs
Add the common blurb(s) that are on all Image Builder project READMEs.

Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
2024-12-16 09:13:47 +00:00
Michael Vogt
99bd43e7d4 README: document install, prerequists and list-images
This commit adds some examples and how to use to the README.
2024-11-29 10:52:28 +00:00
Michael Vogt
c718759dea README.md: initial draft 2024-11-12 09:47:16 +01:00