From f020666e664999279c04f80acc1d46898856b0f5 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Fri, 20 Jul 2018 12:56:05 -0700 Subject: [PATCH] put the right vcs-url in the dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 69ff0d7..6b1f198 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]