mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
Copy kubeconform to /usr/bin/kubeconform
Copy kubeconform directory to a directory that's in your PATH to avoid "kubeconform command not found" errors.
This commit is contained in:
parent
a31707ca58
commit
dbe62143c2
1 changed files with 2 additions and 2 deletions
|
|
@ -8,5 +8,5 @@ LABEL org.opencontainers.image.authors="yann@mandragor.org" \
|
|||
org.opencontainers.image.url="https://github.com/yannh/kubeconform/"
|
||||
MAINTAINER Yann HAMON <yann@mandragor.org>
|
||||
RUN apk add ca-certificates
|
||||
COPY kubeconform /
|
||||
ENTRYPOINT ["/kubeconform"]
|
||||
COPY kubeconform ./usr/bin/kubeconform
|
||||
ENTRYPOINT ["kubeconform"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue