Skip to content

Commit

Permalink
Bump base image to 22.04 (close #381)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed May 26, 2023
1 parent 913fb7b commit b4ee3a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Packerfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"filters": {
"virtualization-type": "hvm",
"architecture": "x86_64",
"name": "ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-*",
"name": "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-*",
"root-device-type": "ebs"
},
"owners": ["099720109477"],
"most_recent": true
},
"ssh_username": "ubuntu",
"tags": {
"OS_Version": "Ubuntu-18.04",
"OS_Version": "Ubuntu-22.04",
"Release": "{{user `aws_version`}}"
},
"type": "amazon-ebs"
Expand All @@ -32,7 +32,7 @@
"image_name": "{{user `gcp_image_name`}}",
"machine_type": "{{user `gcp_machine_type`}}",
"project_id": "snowplow-images",
"source_image_family": "ubuntu-1804-lts",
"source_image_family": "ubuntu-2204-lts",
"ssh_username": "ubuntu",
"zone": "us-central1-a"
}
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Vagrant.configure("2") do |config|

config.vm.box = "ubuntu/bionic64"
config.vm.box = "ubuntu/jammy64"
config.vm.hostname = "snowplow-mini"
config.ssh.forward_agent = true

Expand Down

0 comments on commit b4ee3a0

Please sign in to comment.