Skip to content

Commit

Permalink
increased working dir permissions and added tag
Browse files Browse the repository at this point in the history
  • Loading branch information
abimichel committed Jan 31, 2024
1 parent 12b4f0b commit 2fe64b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/deps/containers/opensearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM opensearchproject/opensearch
# tag should match up with Chart.appVersion
FROM opensearchproject/opensearch:2.7.0

RUN chmod -R g+rwX /usr/share/opensearch
# grant permission to working dir
RUN chmod -R 777 /usr/share/opensearch/

0 comments on commit 2fe64b0

Please sign in to comment.