mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
alpine 3.6
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
d2936821b2
commit
f262f7d5b5
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.5
|
||||
FROM alpine:3.6
|
||||
|
||||
LABEL org.label-schema.name="docker-bench-security" \
|
||||
org.label-schema.url="https://dockerbench.com" \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.5
|
||||
FROM alpine:3.6
|
||||
|
||||
LABEL org.label-schema.name="docker-bench-security" \
|
||||
org.label-schema.url="https://dockerbench.com" \
|
||||
|
@ -18,5 +18,7 @@ COPY ./tests/*.sh /usr/local/bin/tests/
|
|||
|
||||
WORKDIR /usr/local/bin
|
||||
|
||||
HEALTHCHECK CMD exit 0
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/dumb-init", "docker-bench-security.sh" ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue