Skip to content

Commit

Permalink
fix: switch to official images
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Sep 20, 2024
1 parent c9e1997 commit 65186c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG FEDORA_VERSION=40
ARG FEDORA_EDITION=base
ARG IMAGE_REGISTRY=quay.io/fedora-ostree-desktops
ARG FEDORA_IMAGE=${IMAGE_REGISTRY}/${FEDORA_EDITION}:${FEDORA_VERSION}
ARG IMAGE_REGISTRY=quay.io/fedora
ARG FEDORA_IMAGE=${IMAGE_REGISTRY}/fedora-${FEDORA_EDITION}:${FEDORA_VERSION}
ARG COREOS_KERNEL="N/A"

FROM ${FEDORA_IMAGE} as base
Expand Down

0 comments on commit 65186c2

Please sign in to comment.