Skip to content

Commit

Permalink
feat: Install config
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Trujillo <[email protected]>
  • Loading branch information
EyeCantCU committed May 27, 2024
1 parent 01bbb4d commit 9cd1f3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ARG SOURCE_ORG="${SOURCE_ORG:-travier-redhat}"
ARG BASE_IMAGE="quay.io/${SOURCE_ORG}/${SOURCE_IMAGE}"
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-40}"

FROM ghcr.io/ublue-os/config:latest as config

FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION}

COPY github-release-install.sh \
Expand All @@ -13,6 +15,8 @@ COPY github-release-install.sh \
packages.json \
/tmp/

COPY --from=config /rpms /tmp/rpms

ARG IMAGE_NAME="${IMAGE_NAME:-silverblue}"
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-40}"
ARG RPMFUSION_MIRROR=""
Expand Down

0 comments on commit 9cd1f3b

Please sign in to comment.