Skip to content

Commit 0f55f4b

Browse files
committed
Adds the rocky-container-generic element
This makes the rocky-container build more like the generic cloud image, see: https://git.rockylinux.org/rocky/kickstarts/-/blob/r8/Rocky-8-GenericCloud.ks
1 parent 5fd69ed commit 0f55f4b

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rocky-container
2+
package-installs
3+
cloud-init-datasources

elements/rocky-container-generic/package-installs.yaml

Whitespace-only changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
2+
set -x
3+
fi
4+
set -eu
5+
set -o pipefail
6+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
2+
set -x
3+
fi
4+
set -eu
5+
set -o pipefail
6+
7+
# RUN this after DIB_DISTRIBUTION_MIRROR has been set up. It installs a
8+
# load of missing packages from the container image
9+
dnf install -y @core --allowerasing

0 commit comments

Comments
 (0)