Skip to content

Commit b44fa4b

Browse files
committed
🏷️ add OCI docker labels
Signed-off-by: Achim Krämer <[email protected]>
1 parent 6bb91d4 commit b44fa4b

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed

6.3/Dockerfile

+11
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ VOLUME /app/uploads
5050

5151
ENV RC_VERSION 6.3.12
5252

53+
LABEL org.opencontainers.image.title="Rocket.Chat" \
54+
org.opencontainers.image.description="The Complete Open Source Chat Solution" \
55+
org.opencontainers.image.authors="Rocket.Chat Community" \
56+
org.opencontainers.image.url="https://www.rocket.chat/" \
57+
org.opencontainers.image.documentation="https://docs.rocket.chat/" \
58+
org.opencontainers.image.source="https://github.com/RocketChat/Rocket.Chat" \
59+
org.opencontainers.image.version=${RC_VERSION} \
60+
org.opencontainers.image.vendor="Rocket.Chat Community" \
61+
org.opencontainers.image.licenses="MIT"
62+
org.opencontainers.image.base.name="docker.io/library/debian:bullseye-slim"
63+
5364
WORKDIR /app
5465

5566
RUN set -eux \

6.4/Dockerfile

+11
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ VOLUME /app/uploads
5050

5151
ENV RC_VERSION 6.4.9
5252

53+
LABEL org.opencontainers.image.title="Rocket.Chat" \
54+
org.opencontainers.image.description="The Complete Open Source Chat Solution" \
55+
org.opencontainers.image.authors="Rocket.Chat Community" \
56+
org.opencontainers.image.url="https://www.rocket.chat/" \
57+
org.opencontainers.image.documentation="https://docs.rocket.chat/" \
58+
org.opencontainers.image.source="https://github.com/RocketChat/Rocket.Chat" \
59+
org.opencontainers.image.version=${RC_VERSION} \
60+
org.opencontainers.image.vendor="Rocket.Chat Community" \
61+
org.opencontainers.image.licenses="MIT"
62+
org.opencontainers.image.base.name="docker.io/library/debian:bullseye-slim"
63+
5364
WORKDIR /app
5465

5566
RUN set -eux \

6.5/Dockerfile

+11
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ VOLUME /app/uploads
5050

5151
ENV RC_VERSION 6.5.3
5252

53+
LABEL org.opencontainers.image.title="Rocket.Chat" \
54+
org.opencontainers.image.description="The Complete Open Source Chat Solution" \
55+
org.opencontainers.image.authors="Rocket.Chat Community" \
56+
org.opencontainers.image.url="https://www.rocket.chat/" \
57+
org.opencontainers.image.documentation="https://docs.rocket.chat/" \
58+
org.opencontainers.image.source="https://github.com/RocketChat/Rocket.Chat" \
59+
org.opencontainers.image.version=${RC_VERSION} \
60+
org.opencontainers.image.vendor="Rocket.Chat Community" \
61+
org.opencontainers.image.licenses="MIT"
62+
org.opencontainers.image.base.name="docker.io/library/debian:bullseye-slim"
63+
5364
WORKDIR /app
5465

5566
RUN set -eux \

6.6/Dockerfile

+11
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ VOLUME /app/uploads
5050

5151
ENV RC_VERSION 6.6.0
5252

53+
LABEL org.opencontainers.image.title="Rocket.Chat" \
54+
org.opencontainers.image.description="The Complete Open Source Chat Solution" \
55+
org.opencontainers.image.authors="Rocket.Chat Community" \
56+
org.opencontainers.image.url="https://www.rocket.chat/" \
57+
org.opencontainers.image.documentation="https://docs.rocket.chat/" \
58+
org.opencontainers.image.source="https://github.com/RocketChat/Rocket.Chat" \
59+
org.opencontainers.image.version=${RC_VERSION} \
60+
org.opencontainers.image.vendor="Rocket.Chat Community" \
61+
org.opencontainers.image.licenses="MIT"
62+
org.opencontainers.image.base.name="docker.io/library/debian:bullseye-slim"
63+
5364
WORKDIR /app
5465

5566
RUN set -eux \

0 commit comments

Comments
 (0)