diff options
| author | seth <[email protected]> | 2024-01-25 08:20:48 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-01-25 11:16:13 -0500 |
| commit | c9e0dd7c15260eb73d59b9996a5a9a17548afd59 (patch) | |
| tree | b23d24c9e463a76205ac464e381cb9e6685013f5 /Containerfile | |
| parent | 4a2a030af2daef14c40a16e00ad186ac77796cea (diff) | |
don't use script files
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Containerfile b/Containerfile deleted file mode 100644 index c5f7c39..0000000 --- a/Containerfile +++ /dev/null @@ -1,11 +0,0 @@ -ARG IMAGE_FLAVOR="${IMAGE_FLAVOR:-silverblue}" -ARG BASE_IMAGE="quay.io/fedora-ostree-desktops/${IMAGE_FLAVOR}" -ARG FEDORA_VERSION="${FEDORA_VERSION:-39}" - -FROM ${BASE_IMAGE}:${FEDORA_VERSION} as builder - -COPY initial_setup.sh /usr/local/bin/initial_setup.sh -COPY override.sh /tmp/override.sh - -RUN /tmp/override.sh && rpm-ostree cleanup -m && \ - rm -rf /tmp/* /var/* && ostree container commit |
