We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fbda2 commit 58abce7Copy full SHA for 58abce7
opensearch/Dockerfile
@@ -159,6 +159,10 @@ COPY \
159
--from=opensearch-prometheus-exporter \
160
/stackable/src/opensearch/opensearch-prometheus-exporter/patchable-work/worktree/${OPENSEARCH_OPENSEARCH_PROMETHEUS_EXPORTER_VERSION}/build/reports/bom.json \
161
/stackable/opensearch-prometheus-exporter-${OPENSEARCH_OPENSEARCH_PROMETHEUS_EXPORTER_VERSION}-stackable${RELEASE_VERSION}.cdx.json
162
+COPY \
163
+ --chown=${STACKABLE_USER_UID}:0 \
164
+ opensearch/licenses \
165
+ /licenses
166
167
RUN <<EOF
168
microdnf update
0 commit comments