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 918894f commit 8540971Copy full SHA for 8540971
vector/Dockerfile
@@ -92,6 +92,8 @@ ARG INOTIFY_TOOLS
92
ARG TARGETARCH
93
ARG STACKABLE_USER_UID
94
95
+LABEL maintainer="Stackable GmbH"
96
+
97
COPY --chown=${STACKABLE_USER_UID}:0 opa/licenses /licenses
98
COPY --from=vector-builder --chown=${STACKABLE_USER_UID}:0 /app/* /usr/local/bin/
99
0 commit comments