KASM-5029 build fixes for 1.13.1 opensuse terraform package removal and king...

This commit is contained in:
Ryan Kuba 2023-09-12 19:47:14 +00:00 committed by Richard Koliser
parent 8815095e4e
commit 8acc3550b1
4 changed files with 1 additions and 9 deletions

View File

@ -75,7 +75,6 @@ variables:
- only-office
- oracle-7-desktop
- postman
- remnux-focal-desktop
- signal
- steam
- tracelabs
@ -126,7 +125,6 @@ variables:
.UBUNTU_IMAGES: &UBUNTU_IMAGES
- desktop
- desktop-deluxe
- remnux-focal-desktop
- ubuntu-focal-desktop
- ubuntu-jammy-desktop
- ubuntu-focal-dind
@ -260,7 +258,6 @@ build_ubuntu_desktop_images:
- ls docs/$KASM_IMAGE/README.md
- ls docs/$KASM_IMAGE/description.txt
# Check for private variable to build against private core images
- if [[ $KASM_IMAGE =~ 'remnux-focal-desktop' ]]; then CORE_IMAGE=core-remnux-focal; fi
- if [[ $KASM_IMAGE =~ 'ubuntu-jammy-desktop' ]]; then CORE_IMAGE=core-ubuntu-jammy; fi
- if [[ $KASM_IMAGE =~ 'ubuntu-jammy-dind' ]]; then CORE_IMAGE=core-ubuntu-jammy; fi
- if [[ $KASM_IMAGE =~ 'ubuntu-jammy-dind-rootless' ]]; then CORE_IMAGE=core-ubuntu-jammy; fi
@ -518,7 +515,6 @@ build_single_arch_dev:
- if [[ $KASM_IMAGE =~ 'centos-7-desktop' ]]; then CORE_IMAGE=core-centos-7; fi
- if [[ $KASM_IMAGE =~ 'tracelabs' ]]; then CORE_IMAGE=core-kali-rolling; fi
- if [[ $KASM_IMAGE =~ 'oracle-7-desktop' ]]; then CORE_IMAGE=core-oracle-7; fi
- if [[ $KASM_IMAGE =~ 'remnux-focal-desktop' ]]; then CORE_IMAGE=core-remnux-focal; fi
# Check for private variable to build against private core images
- if [[ $USE_PRIVATE_IMAGES -eq 1 ]]; then CORE_IMAGE=$CORE_IMAGE-private; fi;
- >
@ -803,7 +799,6 @@ build_schedules_ubuntu_desktop_images:
- ls docs/$KASM_IMAGE/README.md
- ls docs/$KASM_IMAGE/description.txt
# Set base image based on kasm_image variable
- if [[ $KASM_IMAGE =~ 'remnux-focal-desktop' ]]; then CORE_IMAGE=core-remnux-focal; fi
- if [[ $KASM_IMAGE =~ 'ubuntu-jammy-desktop' ]]; then CORE_IMAGE=core-ubuntu-jammy; fi
- if [[ $KASM_IMAGE =~ 'ubuntu-jammy-dind' ]]; then CORE_IMAGE=core-ubuntu-jammy; fi
- if [[ $KASM_IMAGE =~ 'ubuntu-jammy-dind-rootless' ]]; then CORE_IMAGE=core-ubuntu-jammy; fi

View File

@ -6,6 +6,5 @@ zypper install -yn \
terraform-provider-aws \
terraform-provider-azurerm \
terraform-provider-google \
terraform-provider-kubernetes \
terraform-provider-openstack
terraform-provider-kubernetes
zypper clean --all

View File

@ -12,7 +12,6 @@ apt-get install -y \
fern-wifi-cracker \
guymager \
hydra-gtk \
king-phisher \
legion \
ophcrack \
ophcrack-cli \

View File

@ -13,7 +13,6 @@ apt-get install -y \
fern-wifi-cracker \
guymager \
hydra-gtk \
king-phisher \
legion \
ophcrack \
ophcrack-cli \