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 c3f9d89 commit e5e8a2cCopy full SHA for e5e8a2c
.github/workflows/build_opensearch.yaml
@@ -16,6 +16,7 @@ on:
16
- opensearch/**
17
- vector/**
18
- stackable-base/**
19
+ - stackable-devel/**
20
- jdk-base/**
21
- java-devel/**
22
- .github/actions/**
opensearch/Dockerfile
@@ -145,7 +145,6 @@ chmod g=u /stackable/*.cdx.json
145
ln -s /stackable/opensearch-${PRODUCT}-stackable${RELEASE} ${OPENSEARCH_HOME}
146
chown -h ${STACKABLE_USER_UID}:0 ${OPENSEARCH_HOME}
147
148
-
149
# ----------------------------------------
150
# Checks
151
# This section is to run final checks to ensure the created final images
0 commit comments