File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ source "amazon-ebs" "aws_base_image" {
1515 source_ami_filter {
1616 filters = {
1717 virtualization-type = " hvm"
18- name = " ubuntu/images/hvm-ssd/ubuntu-focal-20 .04-amd64-server-*"
18+ name = " ubuntu/images/hvm-ssd/ubuntu-jammy-22 .04-amd64-server-*"
1919 root-device-type = " ebs"
2020 }
2121 owners = [" 099720109477" ]
@@ -38,7 +38,7 @@ source "amazon-ebs" "aws_base_image_arm" {
3838 source_ami_filter {
3939 filters = {
4040 virtualization-type = " hvm"
41- name = " ubuntu/images/hvm-ssd/ubuntu-focal-20 .04-arm64-server-*"
41+ name = " ubuntu/images/hvm-ssd/ubuntu-jammy-22 .04-arm64-server-*"
4242 root-device-type = " ebs"
4343 }
4444 owners = [" 099720109477" ]
Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ usermod -aG docker ubuntu
1212
1313# Build essentials like make and gcc
1414apt install -y build-essential
15- apt install -y python3 python3-pip
16- pip install -q poetry launchpadlib
15+ apt install -y python3 python3-pip python3-poetry python3-launchpadlib
1716apt install -y openjdk-17-jre-headless
1817apt-mark hold openjdk-17-jre-headless
1918# echo new cron into cron file
You can’t perform that action at this time.
0 commit comments