mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-05-25 18:25:29 +00:00
update Docker container instructions, remove out-of-date Dockerfiles
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
1d29a1f405
commit
2647070692
10 changed files with 53 additions and 163 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.15
|
||||
FROM alpine:3.18
|
||||
|
||||
LABEL \
|
||||
org.label-schema.name="docker-bench-security" \
|
||||
|
@ -6,9 +6,9 @@ LABEL \
|
|||
org.label-schema.vcs-url="https://github.com/docker/docker-bench-security.git"
|
||||
|
||||
RUN apk add --no-cache iproute2 \
|
||||
docker-cli \
|
||||
dumb-init \
|
||||
jq
|
||||
docker-cli \
|
||||
dumb-init \
|
||||
jq
|
||||
|
||||
COPY . /usr/local/bin/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue