- Added squashfs-tools
Some checks failed
integration-reproducibility-test-cron / default (push) Has been cancelled
integration-images-cron / default (push) Has been cancelled
integration-cloud-images-cron / default (push) Has been cancelled
integration-trusted-boot-cron / default (push) Has been cancelled
integration-qemu-race-cron / default (push) Has been cancelled
integration-qemu-encrypted-vip-cron / default (push) Has been cancelled
integration-qemu-csi-rook-ceph-cron / default (push) Has been cancelled
integration-qemu-csi-longhorn-cron / default (push) Has been cancelled
integration-qemu-cron / default (push) Has been cancelled
integration-cilium-cron / default (push) Has been cancelled
integration-provision-2-cron / default (push) Has been cancelled
integration-provision-1-cron / default (push) Has been cancelled
integration-provision-0-cron / default (push) Has been cancelled
integration-conformance-cron / default (push) Has been cancelled
integration-misc-4-cron / default (push) Has been cancelled
integration-misc-3-cron / default (push) Has been cancelled
integration-misc-2-cron / default (push) Has been cancelled
integration-misc-1-cron / default (push) Has been cancelled
integration-misc-0-cron / default (push) Has been cancelled
integration-image-factory-cron / default (push) Has been cancelled
integration-extensions-cron / default (push) Has been cancelled
integration-gcp-cron / default (push) Has been cancelled
integration-equinix-metal-cron / default (push) Has been cancelled
integration-azure-cron / default (push) Has been cancelled
integration-aws-nvidia-oss-cron / default (push) Has been cancelled
integration-aws-nvidia-nonfree-cron / default (push) Has been cancelled
integration-aws-cron / default (push) Has been cancelled
Close stale issues and PRs / stale (push) Failing after 23s
Lock old issues / action (push) Failing after 24s
Some checks failed
integration-reproducibility-test-cron / default (push) Has been cancelled
integration-images-cron / default (push) Has been cancelled
integration-cloud-images-cron / default (push) Has been cancelled
integration-trusted-boot-cron / default (push) Has been cancelled
integration-qemu-race-cron / default (push) Has been cancelled
integration-qemu-encrypted-vip-cron / default (push) Has been cancelled
integration-qemu-csi-rook-ceph-cron / default (push) Has been cancelled
integration-qemu-csi-longhorn-cron / default (push) Has been cancelled
integration-qemu-cron / default (push) Has been cancelled
integration-cilium-cron / default (push) Has been cancelled
integration-provision-2-cron / default (push) Has been cancelled
integration-provision-1-cron / default (push) Has been cancelled
integration-provision-0-cron / default (push) Has been cancelled
integration-conformance-cron / default (push) Has been cancelled
integration-misc-4-cron / default (push) Has been cancelled
integration-misc-3-cron / default (push) Has been cancelled
integration-misc-2-cron / default (push) Has been cancelled
integration-misc-1-cron / default (push) Has been cancelled
integration-misc-0-cron / default (push) Has been cancelled
integration-image-factory-cron / default (push) Has been cancelled
integration-extensions-cron / default (push) Has been cancelled
integration-gcp-cron / default (push) Has been cancelled
integration-equinix-metal-cron / default (push) Has been cancelled
integration-azure-cron / default (push) Has been cancelled
integration-aws-nvidia-oss-cron / default (push) Has been cancelled
integration-aws-nvidia-nonfree-cron / default (push) Has been cancelled
integration-aws-cron / default (push) Has been cancelled
Close stale issues and PRs / stale (push) Failing after 23s
Lock old issues / action (push) Failing after 24s
- Moved to kernel-image-6.12 kernel-modules-drm-6.12
This commit is contained in:
@ -7,10 +7,12 @@ FROM registry.altlinux.org/alt/base:sisyphus AS install-packges
|
||||
ARG SOURCE_DATE_EPOCH
|
||||
ENV SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH}
|
||||
RUN <<END
|
||||
set -x
|
||||
apt-get update
|
||||
apt-get install apt-repo -y
|
||||
apt-repo add 358957
|
||||
apt-get update
|
||||
apt-repo
|
||||
apt-get install -y \
|
||||
ca-certificates \
|
||||
cryptsetup \
|
||||
@ -26,9 +28,10 @@ RUN <<END
|
||||
util-linux \
|
||||
kmod \
|
||||
make-initrd \
|
||||
kernel-image-6.10 kernel-modules-drm-6.10 \
|
||||
kernel-image-6.12 kernel-modules-drm-6.12 \
|
||||
systemd-boot-efi grub-efi grub-pc \
|
||||
talos-installer talosctl
|
||||
talos-installer talosctl \
|
||||
squashfs-tools
|
||||
rm -f /var/cache/apt/archives/*.rpm \
|
||||
/var/cache/apt/*.bin \
|
||||
/var/lib/apt/lists/*.*
|
||||
@ -149,7 +152,7 @@ RUN <<END
|
||||
initrd-put -v /rootfs \
|
||||
/usr/sbin/lvm \
|
||||
/usr/sbin/lvchange \
|
||||
/usr/sbin/lvconvert \
|
||||
/usr/sbin/lvconvert \squash
|
||||
/usr/sbin/lvcreate \
|
||||
/usr/sbin/lvdisplay \
|
||||
/usr/sbin/lvextend \
|
||||
|
Reference in New Issue
Block a user