From 7139b625a58fdf167c09a06ed90caeb8c19f1a48 Mon Sep 17 00:00:00 2001 From: sundowndev Date: Thu, 6 Jun 2019 23:34:51 +0200 Subject: [PATCH] refactor(docker): labels --- Dockerfile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Dockerfile b/Dockerfile index 76bac764a..194524957 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,16 @@ FROM jfloff/alpine-python:3.6-onbuild +LABEL maintainer="Sundowndev" \ + org.label-schema.build-date="2019-06-06T21:20:49Z" \ + org.label-schema.name="phoneinfoga" \ + org.label-schema.description="Advanced information gathering & OSINT tool for phone numbers." \ + #org.label-schema.version=$VERSION \ + org.label-schema.url="https://github.com/sundowndev/PhoneInfoga" \ + #org.label-schema.vcs-ref=$VCS_REF \ + org.label-schema.vcs-url="https://github.com/sundowndev/PhoneInfoga" \ + org.label-schema.vendor="Sundowndev" \ + org.label-schema.schema-version="1.0" + ADD . /opt/phoneinfoga COPY ./config.example.py /opt/phoneinfoga/config.py