From 670a6ce94da8af082e4dc66b82abbe795264026c Mon Sep 17 00:00:00 2001 From: Oleg Sucharevich Date: Mon, 2 Sep 2019 11:19:45 +0300 Subject: [PATCH] update label on docker image --- Dockerfile | 2 ++ VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51b7390..e2ac69c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,7 @@ RUN apk add --update ca-certificates COPY dist/pikolo_linux_386/pikolo /usr/local/bin/ COPY VERSION /VERSION +LABEL io.codefresh.repo.name="images" + ENTRYPOINT ["pikolo"] CMD [ "--help" ] \ No newline at end of file diff --git a/VERSION b/VERSION index d9df1bb..ac454c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.0 +0.12.0