tools/appsre-packer: add script to build fedora worker images
This commit is contained in:
parent
c7aad1b17d
commit
6a0c893a4d
1 changed files with 11 additions and 0 deletions
11
tools/appsre-build-fedora-worker-packer.sh
Executable file
11
tools/appsre-build-fedora-worker-packer.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
# AppSRE runs this script to build an ami and share it with an account
|
||||
set -exv
|
||||
|
||||
export SKIP_CREATE_AMI=false
|
||||
# Use prebuilt rpms for the fedora images
|
||||
export BUILD_RPMS=false
|
||||
export SKIP_TAGS="rpmcopy,subscribe"
|
||||
export PACKER_ONLY_EXCEPT=--except=amazon-ebs.fedora-38-x86_64,amazon-ebs.fedora-38-aarch64
|
||||
|
||||
tools/appsre-build-worker-packer.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue