mirror of
https://github.com/cert-manager/webhook-example.git
synced 2026-03-16 18:02:51 +01:00
fix: remove invalid chmod from runtime container
This commit is contained in:
parent
eafb49c65d
commit
2157f73118
1 changed files with 0 additions and 2 deletions
|
|
@ -12,6 +12,4 @@ FROM gcr.io/distroless/static-debian13
|
||||||
|
|
||||||
COPY --from=build /workspace/webhook /usr/local/bin/webhook
|
COPY --from=build /workspace/webhook /usr/local/bin/webhook
|
||||||
|
|
||||||
RUN chmod +x /usr/local/bin/webhook
|
|
||||||
|
|
||||||
ENTRYPOINT ["webhook"]
|
ENTRYPOINT ["webhook"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue