mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-21 23:58:06 +00:00
Add image labels
This commit is contained in:
parent
3b93167c07
commit
74ca02298e
11
Dockerfile
11
Dockerfile
@ -11,3 +11,14 @@ RUN wget https://raw.githubusercontent.com/aquasecurity/kube-bench/master/cfg/co
|
|||||||
WORKDIR /
|
WORKDIR /
|
||||||
ADD entrypoint.sh /entrypoint.sh
|
ADD entrypoint.sh /entrypoint.sh
|
||||||
ENTRYPOINT /entrypoint.sh
|
ENTRYPOINT /entrypoint.sh
|
||||||
|
|
||||||
|
# Build-time metadata as defined at http://label-schema.org
|
||||||
|
ARG BUILD_DATE
|
||||||
|
ARG VCS_REF
|
||||||
|
LABEL org.label-schema.build-date=$BUILD_DATE \
|
||||||
|
org.label-schema.name="kube-bench" \
|
||||||
|
org.label-schema.description="Run the CIS Kubernetes Benchmark tests" \
|
||||||
|
org.label-schema.url="https://github.com/aquasecurity/kube-bench" \
|
||||||
|
org.label-schema.vcs-ref=$VCS_REF \
|
||||||
|
org.label-schema.vcs-url="https://github.com/aquasecurity/kube-bench" \
|
||||||
|
org.label-schema.schema-version="1.0"
|
||||||
|
0
hooks/build
Normal file
0
hooks/build
Normal file
Loading…
Reference in New Issue
Block a user