Compare commits

...

2 Commits

Author SHA1 Message Date
Neil Hanlon daae35bfef
we really don't need this, i think 2023-11-21 21:32:55 -05:00
Neil Hanlon 3520034d19
ensure we set these when building 2023-11-21 21:27:50 -05:00
4 changed files with 4 additions and 15 deletions

View File

@ -7,3 +7,4 @@
DIB_ARCHITECTURE: ppc64le
DIB_YUM_DNF_CONTENTDIR: stg/rocky
DIB_AVOID_ISCSI: '1'
DIB_YUM_ROCKY_CONTAINER_TYPE: 'Base'

View File

@ -1,10 +1,10 @@
- imagename: Rocky-9-Container-Minimal
types: [tar]
docker-target: git.resf.org/sig_cloud/images:9.3-ubi
docker-target: git.resf.org/sig_cloud/images:9.3-minimal
elements: [rocky-container-minimal]
arch: ppc64le
environment:
DIB_ARCHITECTURE: ppc64le
DIB_YUM_DNF_CONTENTDIR: stg/rocky
DIB_AVOID_ISCSI: '1'
DIB_YUM_ROCKY_CONTAINER_MINIMAL: '1'
DIB_YUM_ROCKY_CONTAINER_TYPE: 'Minimal'

View File

@ -7,3 +7,4 @@
DIB_ARCHITECTURE: ppc64le
DIB_YUM_DNF_CONTENTDIR: stg/rocky
DIB_AVOID_ISCSI: '1'
DIB_YUM_ROCKY_CONTAINER_TYPE: 'UBI'

View File

@ -33,19 +33,6 @@ rm -fr /home/ansible/
# systemd fixes
:> /etc/machine-id
# We're not bundling systemd, so this isn't actually here, nor does it matter if these are masked..
#
# systemd-tmpfiles --create --boot
#
# # mask mounts and login bits
# systemctl mask \
# console-getty.service \
# dev-hugepages.mount \
# getty.target \
# sys-fs-fuse-connections.mount \
# systemd-logind.service \
# systemd-remount-fs.service
# Cleanup the image
rm -fv /etc/udev/hwdb.bin
rm -rfv /usr/lib/udev/hwdb.d/ \