From 71b6ce8b0a82cb161fcb8618b9b57a660bf840f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Tue, 20 Dec 2016 11:41:46 +0100 Subject: [PATCH] replace maintainer, repository with labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- Dockerfile | 8 ++++---- distros/Dockerfile.alpine | 8 ++++---- distros/Dockerfile.debian | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7e9122b..b16159a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -# REPOSITORY https://github.com/docker/docker-bench-security - 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 diff --git a/distros/Dockerfile.alpine b/distros/Dockerfile.alpine index 7e9122b..b16159a 100644 --- a/distros/Dockerfile.alpine +++ b/distros/Dockerfile.alpine @@ -1,10 +1,10 @@ -# REPOSITORY https://github.com/docker/docker-bench-security - 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 diff --git a/distros/Dockerfile.debian b/distros/Dockerfile.debian index f208d6f..0833424 100644 --- a/distros/Dockerfile.debian +++ b/distros/Dockerfile.debian @@ -1,8 +1,8 @@ -# REPOSITORY https://github.com/konstruktoid/docker-bench-security/ - FROM debian:sid -MAINTAINER Thomas Sjögren +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 \ apt-get update && \