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 96d909d commit 640a345Copy full SHA for 640a345
1 file changed
deploy/docker/Dockerfile.gateway
@@ -26,13 +26,7 @@ ARG TARGETARCH
26
27
WORKDIR /app
28
29
-# --chmod=0550 preserves the executable bit through actions/upload-artifact +
30
-# download-artifact (which strip exec perms during the roundtrip) without
31
-# granting world-execute. --chown=nvs:nvs matches the image's only defined
32
-# non-root user (`nvs:1000`, the NVIDIA distroless convention) and aligns
33
-# with the Helm chart's `securityContext.runAsUser: 1000`, which overrides
34
-# the Dockerfile's USER at runtime.
35
-COPY --chown=nvs:nvs --chmod=0550 deploy/docker/.build/prebuilt-binaries/${TARGETARCH}/openshell-gateway /usr/local/bin/openshell-gateway
+COPY deploy/docker/.build/prebuilt-binaries/${TARGETARCH}/openshell-gateway /usr/local/bin/openshell-gateway
36
37
USER nvs:nvs
38
EXPOSE 8080
0 commit comments