Skip to content

Commit

Permalink
Merge pull request #763 from aws-ia/US2204HVM
Browse files Browse the repository at this point in the history
Add AMI updater support for Ubuntu Server 22.04 LTS and SLES 15 SP4
  • Loading branch information
andrew-glenn authored Dec 12, 2022
2 parents b13abf8 + 2cc1d77 commit d8f6cb9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions taskcat/cfg/amiupdater.cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ global:
name: suse-sles-15-v????????-hvm-ssd-arm64
owner-alias: amazon
architecture: arm64
SLES15SP4HVM:
name: suse-sles-15-sp4-v????????-hvm-ssd-x86_64
owner-alias: amazon
US1404HVM:
name: ubuntu/images/hvm-ssd/ubuntu-trusty-14.04-amd64-server-????????*
owner-id: '099720109477'
Expand All @@ -121,6 +124,13 @@ global:
name: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64-server-????????*
owner-id: '099720109477'
architecture: arm64
US2204HVM:
name: ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-????????*
owner-id: '099720109477'
US2204HVMARM:
name: ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-arm64-server-????????*
owner-id: '099720109477'
architecture: arm64
WS2012R2:
name: Windows_Server-2012-R2_RTM-English-64Bit-Base-????.??.??
owner-alias: amazon
Expand Down

0 comments on commit d8f6cb9

Please sign in to comment.