Skip to content

Commit

Permalink
Update labels in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ghjm committed Dec 11, 2021
1 parent 8a15696 commit 32685d2
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
Expand Up @@ -4,4 +4,15 @@ COPY adash /bin/adash

EXPOSE 8080/tcp

# Override a bunch of Red Hat labels set by ubi8 base image
LABEL summary="Altinity Dashboard helps you manage ClickHouse installations controlled by clickhouse-operator."
LABEL name="altinity-dashboard"
LABEL url="https://github.com/altinity/altinity-dashboard"
LABEL maintainer="Altinity, Inc."
LABEL vendor="Altinity, Inc."
LABEL version=""
LABEL description="Altinity Dashboard helps you manage ClickHouse installations controlled by clickhouse-operator."
LABEL io.k8s.display-name="Altinity Dashboard"
LABEL io.k8s.description="Altinity Dashboard helps you manage ClickHouse installations controlled by clickhouse-operator."

CMD ["/bin/adash"]

0 comments on commit 32685d2

Please sign in to comment.