Skip to content

Commit

Permalink
[images]:Switch images to be based on ubuntu-minimal
Browse files Browse the repository at this point in the history
Switching to ubuntu:22.04 minimal installation
  • Loading branch information
yaronkaikov committed Nov 23, 2022
1 parent fa6ec52 commit 3ab18c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,11 @@ if [ "$TARGET" = "aws" ]; then
arch="$ARCH"
case "$arch" in
"x86_64")
SOURCE_AMI_FILTER="ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64*"
SOURCE_AMI_FILTER="ubuntu-minimal/images/hvm-ssd/ubuntu-jammy-22.04-amd64*"
INSTANCE_TYPE="c4.xlarge"
;;
"aarch64")
SOURCE_AMI_FILTER="ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-arm64*"
SOURCE_AMI_FILTER="ubuntu-minimal/images/hvm-ssd/ubuntu-jammy-22.04-arm64*"
INSTANCE_TYPE="a1.xlarge"
;;
*)
Expand Down

0 comments on commit 3ab18c9

Please sign in to comment.