Skip to content

Commit 10bfa4c

Browse files
committed
[Python]feat: Run auto-instrumentation init container as non-root user
1 parent 6da20ba commit 10bfa4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ ADD THIRD-PARTY-LICENSES ./THIRD-PARTY-LICENSES
5959

6060
COPY --from=builder /usr/src/cp-utility/bin/cp-utility /bin/cp
6161
COPY --from=build /operator-build/workspace /autoinstrumentation
62+
63+
USER 65534:65534

0 commit comments

Comments
 (0)