Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
fedora-boot-cloud: Fix image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Nov 10, 2023
1 parent f20ce57 commit ed1a79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora-boot-cloud/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This image contains cloud-init, which makes it usable out of the box
# for e.g. a pre-generated AWS or KVM guest system.
FROM registry.gitlab.com/centos/cloud/sagano/fedora-boot-tier-1:eln
FROM quay.io/centos-boot/fedora-tier-1:eln
RUN dnf -y install cloud-init && \
ln -s ../cloud-init.target /usr/lib/systemd/system/default.target.wants && \
rm /var/log/*.log /var/lib/dnf -rf && ostree container commit

0 comments on commit ed1a79c

Please sign in to comment.