Skip to content

Commit

Permalink
Merge pull request #1230 from uselagoon/opensearch_flock
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Feb 14, 2025
2 parents 8515e12 + fad5aac commit 64a9e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/opensearch/2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN dnf update --releasever=latest -y \
findutils \
rsync \
tar \
util-linux-core \
&& dnf clean all

RUN architecture=$(case $(uname -m) in x86_64 | amd64) echo "amd64" ;; aarch64 | arm64 | armv8) echo "arm64" ;; *) echo "amd64" ;; esac) \
Expand Down

0 comments on commit 64a9e29

Please sign in to comment.