Skip to content

Commit

Permalink
Update image builder AMI
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Demicev <alexandr.demicev@suse.com>
  • Loading branch information
alexander-demicev committed Aug 2, 2024
1 parent 8b2a890 commit 1921107
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions image-builder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ endif
## Platform and version combinations
## --------------------------------------

AWS_BUILD_NAMES ?= aws-opensuse-leap-155
AWS_BUILD_NAMES ?= aws-opensuse-leap-156

## --------------------------------------
## Dynamic build targets
Expand All @@ -71,5 +71,5 @@ $(AWS_BUILD_TARGETS):
## Document dynamic build targets
## --------------------------------------
##@ Builds
build-aws-opensuse-leap-155: ## Builds an AMI for OpenSUSE Leap 15.5
build-aws-opensuse-leap-156: ## Builds an AMI for OpenSUSE Leap 15.6
build-aws-all: $(AWS_BUILD_TARGETS) ## Builds all AMIs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"ami_filter_name": "openSUSE-Leap-15-5-v20240311-hvm-ssd-x86_64-5535c495-72d4-4355-b169-54ffa874f849",
"ami_filter_name": "openSUSE-Leap-15-6-v20240703-hvm-ssd-x86_64-5535c495-72d4-4355-b169-54ffa874f849",
"ami_filter_owners": "679593333241",
"ami_regions": "us-west-1",
"build_name": "openSUSE-leap-15.5-rke2",
"build_name": "openSUSE-leap-15.6-rke2",
"distribution": "openSUSE",
"distribution_release": "Leap",
"distribution_version": "15.5",
"distribution_version": "15.6",
"root_device_name": "/dev/sda1",
"source_ami": "",
"ssh_username": "ec2-user",
Expand Down

0 comments on commit 1921107

Please sign in to comment.