| ostree export of commit afc145b7ea63224375721bc386093b622e333254dc3a919e89b553f112eefa60 |
| python3-botocore-1.42.65-1.fc43.noarch |
| nvidia-gpu-firmware-20260309-1.fc43.noarch |
| kernel-modules-6.19.8-200.fc43.x86_64 |
| kernel-modules-core-6.19.8-200.fc43.x86_64 |
| linux-firmware-20260309-1.fc43.noarch |
| podman-5:5.8.1-1.fc43.x86_64 |
| python3-libs-3.14.3-1.fc43.x86_64 |
| atheros-firmware-20260309-1.fc43.noarch |
| libicu-77.1-1.fc43.x86_64 |
| rpm-6.0.1-1.fc43.x86_64 |
| qemu-user-static-mips-2:10.1.4-1.fc43.x86_64 |
| kernel-core-6.19.8-200.fc43.x86_64 |
| amd-gpu-firmware-20260309-1.fc43.noarch |
| skopeo-1:1.22.0-2.fc43.x86_64 |
| mt7xxx-firmware-20260309-1.fc43.noarch |
| samba-client-libs-2:4.23.5-2.fc43.x86_64 |
| qemu-user-static-aarch64-2:10.1.4-1.fc43.x86_64 |
| microcode_ctl-2:2.1-71.1.fc43.x86_64 |
| glib2-2.86.4-2.fc43.x86_64 |
| qemu-user-static-ppc-2:10.1.4-1.fc43.x86_64 |
| qemu-user-static-xtensa-2:10.1.4-1.fc43.x86_64 |
| rpm-ostree-2026.1-2.fc43.x86_64 |
| systemd-udev-258.7-1.fc43.x86_64 |
| qemu-user-static-sparc-2:10.1.4-1.fc43.x86_64 |
| systemd-258.7-1.fc43.x86_64 |
| toolbox-0.3-1.fc43.x86_64 |
| file-libs-5.46-8.fc43.x86_64 |
| bootc-1.13.0-2.fc43.x86_64 |
| coreutils-common-9.7-8.fc43.x86_64 |
| qemu-user-static-riscv-2:10.1.4-1.fc43.x86_64 |
| qemu-user-static-arm-2:10.1.4-1.fc43.x86_64 |
| NetworkManager-libnm-1:1.54.3-2.fc43.x86_64 |
| fwupd-2.0.20-1.fc43.x86_64 |
| hwdata-0.405-1.fc43.noarch |
| brcmfmac-firmware-20260309-1.fc43.noarch |
| qemu-user-static-x86-2:10.1.4-1.fc43.x86_64 |
| 174 components |
| systemd-pam-258.7-1.fc43.x86_64 and systemd-resolved-258.7-1.fc43.x86_64 |
| systemd-shared-258.7-1.fc43.x86_64 and systemd-libs-258.7-1.fc43.x86_64 and python3-boto3-1.42.65-1.fc43.noarch |
| 8 components |
| 12 components |
| 12 components |
| glibc-common-2.42-10.fc43.x86_64 and libldb-2:4.23.5-2.fc43.x86_64 and samba-common-libs-2:4.23.5-2.fc43.x86_64 and libsmbclient-2:4.23.5-2.fc43.x86_64 and samba-common-2:4.23.5-2.fc43.noarch |
| 12 components |
| 11 components |
| 12 components |
| btrfs-progs-6.17.1-1.fc43.x86_64 |
| 12 components |
| 12 components |
| 12 components |
| 12 components |
| 12 components |
| 12 components |
| 12 components |
| 12 components |
| 12 components |
| openssl-1:3.5.4-2.fc43.x86_64 and criu-4.2-11.fc43.x86_64 |
| 24 components |
| 24 components |
| 17 components |
| 24 components |
| 24 components |
| initramfs (kernel 6.19.8-200.fc43.x86_64) and rpmostree-unpackaged-content |
| Reserved for new packages |
| RUN /bin/sh -c set -eoux pipefail && dnf upgrade --refresh -y && dnf install -y dnf-plugins-core openssh-server firewalld cloud-init https://packages.hetzner.com/hcloud/rpm/hc-utils-0.0.7-1.fc42.noarch.rpm && dnf install 'dnf5-command(config-manager)' -y && dnf config-manager addrepo --from-repofile="https://download.docker.com/linux/fedora/docker-ce.repo" && dnf install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y && dnf clean all -y && systemctl enable docker && systemctl enable sshd && systemctl enable firewalld # buildkit |
| COPY config/firewalld/pangolin.xml /etc/firewalld/zones/pangolin.xml # buildkit |
| COPY config/sshd/sshd_config /etc/ssh/sshd_config # buildkit |
| ARG USERNAME=tempestarius |
| RUN |1 USERNAME=tempestarius /bin/sh -c PASSWORD=/run/secrets/password AUTHORIZED_KEYS=/run/secrets/ssh_pubkey set -eoux pipefail && groupadd -g 1000 "${USERNAME}" && useradd -m -u 1000 -g 1000 -G wheel -G docker -s /bin/bash -p "${PASSWORD}" "${USERNAME}" && mkdir /home/"${USERNAME}"/.ssh && printf "%s\n" "${AUTHORIZED_KEYS}" > /home/"${USERNAME}"/.ssh/authorized_keys && printf 'VARIANT="mgn access system"\n' >> /usr/lib/os-release && printf 'VARIANT_ID="wf.hvn.git.magonia.access.stemcell"\n' >> /usr/lib/os-release && chown -R 0:0 /etc/firewalld/zones/ && chown -R 0:0 /etc/firewalld/zones/ && chmod 700 /etc/ssh/sshd_config && chmod 700 /etc/firewalld/zones/* # buildkit |
| RUN |1 USERNAME=tempestarius /bin/sh -c bootc container lint # buildkit |