Skip to content

Commit

Permalink
feat: support ubuntu 22.04 for gcp images (#1245)
Browse files Browse the repository at this point in the history
* feat: support ubuntu 22.04 for gcp images

* Update .github/workflows/gcp-e2e.yaml

Co-authored-by: Dimitri Koshkin <[email protected]>

---------

Co-authored-by: Dimitri Koshkin <[email protected]>
  • Loading branch information
supershal and dkoshkin authored Dec 20, 2024
1 parent 187d011 commit 241a941
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gcp-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
os:
- "ubuntu 20.04"
- "ubuntu 18.04"
- "ubuntu 22.04"
buildConfig:
- "basic"
runs-on:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-gcp-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
include:
- os: "ubuntu 20.04"
buildConfig: "basic"
- os: "ubuntu 22.04"
buildConfig: "basic"
runs-on:
- self-hosted
- medium
Expand Down
13 changes: 13 additions & 0 deletions images/gcp/ubuntu-2204.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
build_name: "ubuntu-2204"
packer_builder_type: "googlecompute"
python_path: ""
packer:
# The source image to use to create the new image from. source_image = `distribution`-`distribution_version-k8sversion-timestamp`
distribution: "ubuntu"
distribution_version: "2204-jammy-v20241218"
source_image: "ubuntu-2204-jammy-v20241218"
# The source_image_family to use to create the new image from.
distribution_family: "ubuntu-2204-lts"
# The username to connect to SSH with. Required if using SSH.
ssh_username: "ubuntu"

0 comments on commit 241a941

Please sign in to comment.