debian-bootc-base-images/builder/Containerfile
Colin Walters 9c7a8face4 builder: New container image
This will be the container image buildroot.

TODO: Build this using RHTAP too
2023-11-04 13:05:03 -04:00

5 lines
205 B
Docker

# This image contains the baseline tools to build bootable base images.
FROM quay.io/centos/centos:stream9
COPY coreos-continuous.repo /etc/yum.repos.d
COPY . /src
RUN /src/build.sh && cd / && rm /src -rf