Commit Graph

6 Commits (main)

Author SHA1 Message Date
Dustin d795dd104a Install mtools
ContainerImages/build.rootfs/pipeline/head This commit looks good Details
The *mtools* package contains `mcopy` et al. utilities, which are used
by `genimage` to create DOS filesystem images.
2024-02-07 17:50:31 -06:00
Dustin 3d9dd0ecf2 Install libconfuse
ContainerImages/build.rootfs/pipeline/head This commit looks good Details
This is is a dependency of `genimage`.
2024-02-07 13:00:36 -06:00
Dustin 8ae4e625d0 Set BUILDAH_ISOLATION env var
By default, `buildah` creates its working containers using kernel
namespaces.  When it is running in a container itself, this is not
possible, so it must use a plain `chroot`.  Setting this environment
variable will ensure that it does this by default, without having to
explicitly pass `--isolation chroot` on the command line.
2024-02-07 12:59:11 -06:00
Dustin 6cd88a70ef Install buildah
ContainerImages/build.rootfs/pipeline/head This commit looks good Details
2024-02-07 12:22:13 -06:00
Dustin 48cb8033da Install envsubst command
ContainerImages/build.rootfs/pipeline/head This commit looks good Details
This command is often used to generate configuration files from
environment variables, etc.
2024-02-07 12:15:36 -06:00
Dustin 30ec9260ea Initial commit
ContainerImages/build.rootfs/pipeline/head This commit looks good Details
2024-02-07 11:17:41 -06:00