Skip to content

Commit

Permalink
Add Microbadger labels to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nstapelbroek committed Apr 24, 2019
1 parent b9a06e7 commit 4bdec20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ RUN pip3 install -r requirements.txt -f /wheels \
&& rm -rf /wheels \
&& rm -rf /root/.cache/pip/*

ARG VCS_REF
ARG VCS_URL="https://github.com/sherlock-project/sherlock"
LABEL org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url=$VCS_URL

ENTRYPOINT ["python", "sherlock.py"]

0 comments on commit 4bdec20

Please sign in to comment.