replace maintainer, repository with labels

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2016-12-20 11:41:46 +01:00
parent 1582d8bcca
commit 71b6ce8b0a
3 changed files with 11 additions and 11 deletions

View file

@ -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

View file

@ -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

View file

@ -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 && \