From e19791b7e0dfd2e315f1288cda7696915c732510 Mon Sep 17 00:00:00 2001 From: Matthias Winkelmann Date: Tue, 7 Mar 2017 23:12:56 +0100 Subject: [PATCH] Fixed metadata --- Dockerfile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d44e1fd..a757602 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,15 @@ FROM mhart/alpine-node:latest -LABEL version="1.0" -LABEL description="Run Google Chrome's Lighthouse Audit in the background" + +LABEL description "Run Google Chrome's Lighthouse Audit in the background" + +LABEL version "1.0.1" + +LABEL author "Matthias Winkelmann " +LABEL org.label-schema.vcs-url "https://github.com/MatthiasWinkelmann/lighthouse-chromium-alpine-docker" +LABEL org.label-schema.uri "https://matthi.coffee" +LABEL org.label-schema.usage "/README.md" +LABEL org.label-schema.schema-version "1.0" + WORKDIR /lighthouse USER root