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 007041a commit 5d382dbCopy full SHA for 5d382db
trino/Dockerfile
@@ -106,9 +106,6 @@ microdnf clean all
106
rm -rf /var/cache/yum
107
EOF
108
109
-# If /stackable has any build artifacts / leftovers make sure its removed properly
110
-# or only copy what is actually required in the final image like:
111
-# COPY --from=trino-builder --chown=${STACKABLE_USER_UID}:0 /stackable/foo /stackable/foo
112
COPY --from=trino-builder --chown=${STACKABLE_USER_UID}:0 /stackable /stackable
113
COPY --chown=${STACKABLE_USER_UID}:0 trino/licenses /licenses
114
0 commit comments