File tree 4 files changed +44
-0
lines changed
4 files changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,17 @@ VOLUME /app/uploads
50
50
51
51
ENV RC_VERSION 6.3.12
52
52
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
+
53
64
WORKDIR /app
54
65
55
66
RUN set -eux \
Original file line number Diff line number Diff line change @@ -50,6 +50,17 @@ VOLUME /app/uploads
50
50
51
51
ENV RC_VERSION 6.4.9
52
52
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
+
53
64
WORKDIR /app
54
65
55
66
RUN set -eux \
Original file line number Diff line number Diff line change @@ -50,6 +50,17 @@ VOLUME /app/uploads
50
50
51
51
ENV RC_VERSION 6.5.3
52
52
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
+
53
64
WORKDIR /app
54
65
55
66
RUN set -eux \
Original file line number Diff line number Diff line change @@ -50,6 +50,17 @@ VOLUME /app/uploads
50
50
51
51
ENV RC_VERSION 6.6.0
52
52
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
+
53
64
WORKDIR /app
54
65
55
66
RUN set -eux \
You can’t perform that action at this time.
0 commit comments