mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
replace maintainer, repository with labels
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
1582d8bcca
commit
71b6ce8b0a
3 changed files with 11 additions and 11 deletions
|
@ -1,10 +1,10 @@
|
||||||
# REPOSITORY https://github.com/docker/docker-bench-security
|
|
||||||
|
|
||||||
FROM alpine:3.2
|
FROM alpine:3.2
|
||||||
|
|
||||||
ENV VERSION 1.10.0
|
LABEL org.label-schema.name="docker-bench-security" \
|
||||||
|
org.label-schema.url="https://dockerbench.com" \
|
||||||
|
org.label-schema.vcs-url="https://github.com/docker/docker-bench-security.git"
|
||||||
|
|
||||||
MAINTAINER dockerbench.com
|
ENV VERSION 1.10.0
|
||||||
|
|
||||||
WORKDIR /usr/bin
|
WORKDIR /usr/bin
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# REPOSITORY https://github.com/docker/docker-bench-security
|
|
||||||
|
|
||||||
FROM alpine:3.2
|
FROM alpine:3.2
|
||||||
|
|
||||||
ENV VERSION 1.10.0
|
LABEL org.label-schema.name="docker-bench-security" \
|
||||||
|
org.label-schema.url="https://dockerbench.com" \
|
||||||
|
org.label-schema.vcs-url="https://github.com/docker/docker-bench-security.git"
|
||||||
|
|
||||||
MAINTAINER dockerbench.com
|
ENV VERSION 1.10.0
|
||||||
|
|
||||||
WORKDIR /usr/bin
|
WORKDIR /usr/bin
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# REPOSITORY https://github.com/konstruktoid/docker-bench-security/
|
|
||||||
|
|
||||||
FROM debian:sid
|
FROM debian:sid
|
||||||
|
|
||||||
MAINTAINER Thomas Sjögren <konstruktoid@users.noreply.github.com>
|
LABEL org.label-schema.name="docker-bench-security" \
|
||||||
|
org.label-schema.url="https://github.com/konstruktoid/docker-bench-security" \
|
||||||
|
org.label-schema.vcs-url="https://github.com/konstruktoid/docker-bench-security.git"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
|
Loading…
Reference in a new issue