File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ RUN curl "https://repo.stackable.tech/repository/packages/trino-server/trino-ser
2626
2727COPY --chown=${STACKABLE_USER_UID}:0 trino/stackable/patches/apply_patches.sh /stackable/trino-server-${PRODUCT}-src/patches/apply_patches.sh
2828COPY --chown=${STACKABLE_USER_UID}:0 trino/stackable/patches/${PRODUCT} /stackable/trino-server-${PRODUCT}-src/patches/${PRODUCT}
29- COPY --chown=${STACKABLE_USER_UID}:0 --from=trino-storage-connector-image /stackable/trino-storage-${PRODUCT}-src/target/trino-storage-${PRODUCT} /trino-storage-${PRODUCT}
29+ COPY --chown=${STACKABLE_USER_UID}:0 --from=trino-storage-connector-image /stackable/trino-storage-${PRODUCT}-src/target/trino-storage-${PRODUCT} \
30+ /stackable/trino-server-${PRODUCT}/plugin/trino-storage-${PRODUCT}/
3031COPY --chown=${STACKABLE_USER_UID}:0 trino/stackable/jmx /stackable/jmx
3132
3233# adding a hadolint ignore for SC2215, due to https://github.com/hadolint/hadolint/issues/980
@@ -66,9 +67,6 @@ rm -r /stackable/.m2
6667curl https://repo.stackable.tech/repository/packages/jmx-exporter/jmx_prometheus_javaagent-${JMX_EXPORTER}.jar -o /stackable/jmx/jmx_prometheus_javaagent-${JMX_EXPORTER}.jar
6768chmod +x /stackable/jmx/jmx_prometheus_javaagent-${JMX_EXPORTER}.jar
6869
69- # Storage connector
70- mv /trino-storage-${PRODUCT}/ /stackable/trino-server-${PRODUCT}/plugin/trino-storage-${PRODUCT}/
71-
7270# Softlinks
7371ln -s /stackable/jmx/jmx_prometheus_javaagent-${JMX_EXPORTER}.jar /stackable/jmx/jmx_prometheus_javaagent.jar
7472ln -s /stackable/trino-server-${PRODUCT} /stackable/trino-server
You can’t perform that action at this time.
0 commit comments