Skip to content

Commit

Permalink
Update all get image defaults to almalinux8 (opensearch-project#4657)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Apr 24, 2024
1 parent 3d77b1c commit a7f6bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/get-ci-image-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
TYPE=${{ inputs.type }}
if [[ -z "$PLATFORM" ]]; then
if [[ "$PRODUCT" = "opensearch" ]]; then
PLATFORM="centos7" # Temp measure before centos7 deprecation on opensearch for k-NN
PLATFORM="almalinux8" # Temp measure before centos7 deprecation on opensearch for k-NN
else
PLATFORM="almalinux8"
fi
Expand Down
2 changes: 1 addition & 1 deletion docker/ci/get-ci-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ done

# Validate the required parameters to present
if [ -z "$PLATFORM" ]; then
PLATFORM="rockylinux8"
PLATFORM="almalinux8"
fi

if [ -z "$USAGE" ]; then
Expand Down

0 comments on commit a7f6bb5

Please sign in to comment.