Skip to content

Commit

Permalink
refactor(docker): labels
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Jun 6, 2019
1 parent c945b31 commit 7139b62
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7139b62

Please sign in to comment.