This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies
- Loading branch information
1 parent
00923ab
commit 7961a66
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 quay.io/centos-boot/fedora-tier-1:eln | ||
FROM quay.io/centos-boot/fedora-tier-1:eln@sha256:52dd1a519a9b67ff141827375cd7cec6b51eff8725934ee19700a5725c2b2f9a | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 quay.io/centos-boot/fedora-tier-1-dev:eln | ||
FROM quay.io/centos-boot/fedora-tier-1-dev:eln@sha256:2b12163056f0db2c52d6040aabca9ffc0bc787c70f414938895b8a9611a6453e | ||
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 |