Skip to content

Commit 08c58e1

Browse files
committed
Dockerfile: Add some OCI labels.
1 parent 33f21f7 commit 08c58e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ WORKDIR /home/zulip
3030
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
3131
ARG ZULIP_GIT_REF=11.5
3232

33+
LABEL org.opencontainers.image.source="https://github.com/zulip/docker-zulip"
34+
LABEL org.opencontainers.image.licenses="Apache-2.0"
35+
LABEL org.opencontainers.image.title="Zulip Server"
36+
LABEL org.opencontainers.image.version="$ZULIP_GIT_REF"
37+
3338
RUN git clone "$ZULIP_GIT_URL" zulip
3439

3540
WORKDIR /home/zulip/zulip

0 commit comments

Comments
 (0)