We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba63e71 commit fccb53cCopy full SHA for fccb53c
1 file changed
operator/Dockerfile.alpine
@@ -15,7 +15,7 @@ RUN pip install --target workspace /opt/distro/*.whl -r requirements.txt
15
16
FROM python:3.12-alpine3.22@sha256:f6973b8f9395204414a7f25d99a50ba1c7306064771d11a8c2a848e9af3697a6
17
18
-COPY --from=build /operator-build/workspace /autoinstrumentation
+COPY --chown=65534:65534 --from=build /operator-build/workspace /autoinstrumentation
19
20
# Use "nobody" user, to mimic the non-root "nonroot" user/group used in Dockerfile.
21
USER 65534:65534
0 commit comments