Skip to content

Commit

Permalink
build target config
Browse files Browse the repository at this point in the history
  • Loading branch information
paia0720 committed Nov 19, 2024
1 parent 29e8482 commit 415cc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN echo "Download OpenSearch plugins..." \
&& curl --create-dirs -s "https://artifacts.opensearch.org/releases/plugins/repository-gcs/2.11.1/repository-gcs-2.11.1.zip" \
-o ${OPENSEARCH_HOME}/dist/repository-gcs/repository-gcs-2.11.1.zip

COPY opensearch-filter-plugin/target/opensearch-filter-plugin-2.11.1.0.zip ${OPENSEARCH_HOME}/dist/opensearch-filter-plugin/
COPY target/opensearch-filter-plugin-2.11.1.0.zip ${OPENSEARCH_HOME}/dist/opensearch-filter-plugin/

# Adapt grants
RUN set -x \
Expand Down

0 comments on commit 415cc27

Please sign in to comment.