Skip to content

Commit

Permalink
put the right vcs-url in the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Jul 20, 2018
1 parent f25043c commit f020666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN go install -v -ldflags "-X main.appver=$version -X main.gitref=$git_commit"

EXPOSE 60000
LABEL org.label-schema.vcs-ref="$git_commit"
LABEL org.label-schema.vcs-url="https://github.com/cyverse-de/templeton"
LABEL org.label-schema.vcs-url="https://github.com/cyverse-de/job-status-listener"
LABEL org.label-schema.version="$descriptive_version"
ENTRYPOINT ["job-status-listener"]
CMD ["--help"]

0 comments on commit f020666

Please sign in to comment.