QA-353_image_maintenance_1.17.0

This commit is contained in:
Huan Truong 2026-05-28 08:45:28 -05:00
parent a2f6f1ffa7
commit 16a37f4d88
No known key found for this signature in database
2 changed files with 2 additions and 15 deletions

View file

@ -293,19 +293,6 @@ multiImages:
- src/fedora41/xfce/.config/xfce4/**
- src/fedora41/xfce/.config/xfce4/xfconf/**
- src/fedora41/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/**
- name1: parrotos
name2: 6
base: parrotsec/core:6
bg: bg_parrotos6.jpg
distro: parrotos6
dockerfile: dockerfile-kasm-core
changeFiles:
- dockerfile-kasm-core
- src/parrotos6/**
- src/ubuntu/nvidia/**
- src/ubuntu/sysbox/**
- src/ubuntu/virtualgl/**
- src/parrotos6/**
- name1: alpine
name2: 319
base: alpine:3.19

View file

@ -11,8 +11,8 @@ elif [[ "${DISTRO}" == @(almalinux8|almalinux9|oracle8|oracle9|rhel9|rockylinux8
elif [ "${DISTRO}" == "opensuse" ]; then
zypper install -y cups cups-client cups-pdf
elif [ "${DISTRO}" == "alpine" ]; then
echo '@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories
apk add --no-cache cups cups-client cups-pdf@testing
echo '@edge-community http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories
apk add --no-cache cups cups-client cups-pdf@edge-community
usermod -a -G lpadmin root
else
apt-get update