mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-22 08:08:07 +00:00
Fix build
Copy the cfg files and entrypoint.sh from the first stage of the multistage build
This commit is contained in:
parent
4f07b01ead
commit
c389d6ecf2
@ -5,8 +5,8 @@ RUN go get github.com/aquasecurity/kube-bench
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY --from=0 /go/bin/kube-bench /kube-bench
|
COPY --from=0 /go/bin/kube-bench /kube-bench
|
||||||
COPY cfg cfg
|
COPY --from=0 /go/src/github.com/aquasecurity/kube-bench/cfg /cfg
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY --from=0 /go/src/github.com/aquasecurity/kube-bench/entrypoint.sh /entrypoint.sh
|
||||||
ENTRYPOINT /entrypoint.sh
|
ENTRYPOINT /entrypoint.sh
|
||||||
|
|
||||||
# Build-time metadata as defined at http://label-schema.org
|
# Build-time metadata as defined at http://label-schema.org
|
||||||
|
Loading…
Reference in New Issue
Block a user