This commit is contained in:
parent
51ce2fc7c2
commit
8febe54523
2 changed files with 3 additions and 3 deletions
|
@ -28,10 +28,10 @@ jobs:
|
||||||
- name: Build Minimal Images
|
- name: Build Minimal Images
|
||||||
run: |
|
run: |
|
||||||
cd fedora-40-minimal && \
|
cd fedora-40-minimal && \
|
||||||
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs manifest create code.lightstands.xyz/standcoded/fedora:40-minimal && \
|
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs manifest create code.lightstands.xyz/standcoded/fedora-minimal:40 && \
|
||||||
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs build --arch aarch64 \
|
buildah --storage-opt mount_program=/usr/bin/fuse-overlayfs --cgroup-manager=cgroupfs build --arch aarch64 \
|
||||||
--pid=host --ipc=host --network=host --userns=host --uts=host -v /var/cache/dnf:/var/cache/dnf \
|
--pid=host --ipc=host --network=host --userns=host --uts=host -v /var/cache/dnf:/var/cache/dnf \
|
||||||
--manifest code.lightstands.xyz/standcoded/fedora:40-minimal .
|
--manifest code.lightstands.xyz/standcoded/fedora-minimal:40 .
|
||||||
env:
|
env:
|
||||||
BUILDAH_ISOLATION: chroot
|
BUILDAH_ISOLATION: chroot
|
||||||
- name: Build Images
|
- name: Build Images
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM code.lightstands.xyz/standcoded/fedora:40-minimal
|
FROM code.lightstands.xyz/standcoded/fedora-minimal:40
|
||||||
|
|
||||||
RUN dnf install -y --setopt install_weak_deps=False sqlite-devel binutils
|
RUN dnf install -y --setopt install_weak_deps=False sqlite-devel binutils
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue