From 943fd5f08ff76a9dc14fa6fb3a335bd83f709535 Mon Sep 17 00:00:00 2001 From: Swastik-Swarup-Dash <143310346+Swastik-Swarup-Dash@users.noreply.github.com> Date: Wed, 21 Feb 2024 00:45:50 +0530 Subject: [PATCH] #75 Adjust Openspeccontainers --- 6.6/Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/6.6/Dockerfile b/6.6/Dockerfile index 3fcfd90..eb06fbc 100644 --- a/6.6/Dockerfile +++ b/6.6/Dockerfile @@ -1,5 +1,14 @@ FROM debian:bullseye-slim +LABEL org.opencontainers.image.title="Rocket.Chat" \ + org.opencontainers.image.description="The Complete Open Source Chat Solution" \ + org.opencontainers.image.authors="Rocket.Chat Community" \ + org.opencontainers.image.url="https://www.rocket.chat/" \ + org.opencontainers.image.documentation="https://docs.rocket.chat/" \ + org.opencontainers.image.source="https://github.com/RocketChat/Rocket.Chat" \ + org.opencontainers.image.vendor="Rocket.Chat Community" \ + org.opencontainers.image.licenses="MIT" + ## Installing Node.js ENV NODE_ENV production ENV NODE_VERSION 14.21.3