File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,11 @@ FROM alpine:3.22
2
2
3
3
ADD ./output-cloudimg/packer-cloudimg /disk/focal.qcow2
4
4
5
- RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh-client aavmf virtiofsd
6
- # dev stuff
7
- # RUN apk add --no-cache iproute2
8
-
9
- RUN truncate -s 64M /root/varstore.img
10
- RUN truncate -s 64M /root/efi.img
11
- RUN dd if=/usr/share/AAVMF/QEMU_EFI.fd of=/root/efi.img conv=notrunc
12
-
13
- RUN qemu-img create -f qcow2 /tmp/disk.qcow2 -b /disk/focal.qcow2 -F qcow2
14
-
15
- RUN apk del aavmf
5
+ RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh-client aavmf virtiofsd \
6
+ && truncate -s 64M /root/varstore.img \
7
+ && truncate -s 64M /root/efi.img \
8
+ && dd if=/usr/share/AAVMF/QEMU_EFI.fd of=/root/efi.img conv=notrunc \
9
+ && qemu-img create -f qcow2 /tmp/disk.qcow2 -b /disk/focal.qcow2 -F qcow2 \
10
+ && apk del --no-cache aavmf qemu-img
16
11
17
12
CMD exec /bin/sh -c "trap : TERM INT; sleep 9999999999d & wait"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ postgres_major:
10
10
# Full version strings for each major version
11
11
postgres_release :
12
12
postgresorioledb-17 : " 17.0.1.094-orioledb"
13
- postgres17 : " 17.4.1.044-darora.1 "
13
+ postgres17 : " 17.4.1.044-darora.2 "
14
14
postgres15 : " 15.8.1.101"
15
15
16
16
# Non Postgres Extensions
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ elif [ -n "$(command -v apt-get)" ]; then
44
44
45
45
source /etc/os-release
46
46
47
- apt-get -y remove --purge ansible-core apport appstream bash-completion bcache-tools bind9-dnsutils bind9-host bind9-libs bolt btrfs-progs byobu command-not-found console-setup distro-info eject fonts-ubuntu-console friendly-recovery ftp fwupd gawk gdisk keyboard-configuration libvolume-key1 libicu66 libssl-dev lvm2 lxd-agent-loader man-db mdadm modemmanager mtd-utils nano netcat-openbsd nfs-common ntfs-3g parted pastebinit python3-setuptools python3-twisted screen strace thin-provisioning-tools tmux usb-modeswitch vim vim-runtime wget whiptail xfsprogs
47
+ apt-get -y remove --purge ansible-core apport appstream bash-completion bcache-tools bind9-dnsutils bind9-host bind9-libs bolt btrfs-progs byobu command-not-found console-setup distro-info eject fonts-ubuntu-console friendly-recovery ftp fwupd gawk gdisk keyboard-configuration libvolume-key1 libicu66 libssl-dev lvm2 lxd-agent-loader man-db mdadm modemmanager mtd-utils nano netcat-openbsd nfs-common ntfs-3g parted pastebinit screen strace thin-provisioning-tools tmux usb-modeswitch vim vim-runtime wget whiptail xfsprogs
48
48
apt remove -y --purge libc6-dev linux-libc-dev libevent-dev libpcre3-dev libsystemd-dev
49
49
50
50
apt-get -y update
You can’t perform that action at this time.
0 commit comments