Skip to content

Commit

Permalink
Use numeric user for velero-restic-restore-helper
Browse files Browse the repository at this point in the history
Signed-off-by: Norwin Schnyder <[email protected]>
  • Loading branch information
snorwin authored and sseago committed Aug 10, 2022
1 parent c5a82f2 commit 943803e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-velero-restic-restore-helper.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN microdnf -y update && microdnf clean all

COPY --from=builder /opt/app-root/src/velero-restic-restore-helper velero-restic-restore-helper

USER nobody:nobody
USER 65534:65534

ENTRYPOINT [ "/velero-restic-restore-helper" ]

0 comments on commit 943803e

Please sign in to comment.