Skip to content

Commit

Permalink
Locked OpenSearch CI cluster to version 2.11.1 (#193)
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong committed Feb 26, 2024
1 parent 1787056 commit a39ba07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/opensearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM opensearchproject/opensearch:latest
FROM opensearchproject/opensearch:2.11.1

USER root
RUN mkdir -p /mnt/snapshots && chown -R opensearch:opensearch /mnt/snapshots

USER opensearch
VOLUME /mnt/snapshots
VOLUME /mnt/snapshots

0 comments on commit a39ba07

Please sign in to comment.