feat: declare base image and fedora ver in recipe

This commit is contained in:
ER
2023-04-03 15:17:16 +03:00
parent 5947af45da
commit fe16187a92
3 changed files with 15 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
ARG FEDORA_MAJOR_VERSION=37
ARG BASE_CONTAINER_URL=ghcr.io/ublue-os/silverblue-main
# change this line if you want to change the image
FROM ghcr.io/ublue-os/silverblue-main:${FEDORA_MAJOR_VERSION}
FROM ${BASE_CONTAINER_URL}:${FEDORA_MAJOR_VERSION}
# copy over configuration files
COPY etc /etc