openscanhub: update AWS AMI image

... to the latest version.

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2024-11-04 05:30:07 +01:00
parent 08197f6d29
commit e1872977f6

View file

@ -11,10 +11,10 @@ declare -A \
# TODO: We should build a custom image from it by running `osh-worker-role`.
# That would reduce the time to spin up new workers.
if [[ "$env" == "staging" ]]; then
aws_image[x86_64]=ami-09b22dfe6916e9ee0
aws_image[x86_64]=ami-0a46397ea7986c9c0
else
# Only tested images should be promoted to production.
aws_image[x86_64]=ami-09b22dfe6916e9ee0
aws_image[x86_64]=ami-0a46397ea7986c9c0
fi
# We only support `x86_64` arch for OpenScanHub.