From 83f0b4e596c161014cc1116a00e7ae0e1d29558a Mon Sep 17 00:00:00 2001 From: william cross Date: Tue, 30 Apr 2024 14:04:44 +0100 Subject: [PATCH 1/2] Replaced decreped Maintainer tag to use label added other information in the label tag --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21507e07..50029fe0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,9 @@ FROM rockylinux:9 -MAINTAINER APEL Administrators +LABEL org.opencontainers.image.authors="apel-admins@stfc.ac.uk" \ + org.opencontainers.image.title="APEL SSM" \ + org.opencontainers.image.description="Secure Stomp Messenger (SSM) is designed to simply send messages using the STOMP protocol." \ + org.opencontainers.image.source="https://github.com/apel/ssm" \ + org.opencontainers.image.licenses="Apache License, Version 2.0" # Copy the SSM Git repository to /tmp/ssm COPY . /tmp/ssm From ed62263ba4f5219f7c0afce863ecd98b83a7a6e0 Mon Sep 17 00:00:00 2001 From: Will <115461530+Will-Cross1@users.noreply.github.com> Date: Thu, 2 May 2024 09:46:46 +0100 Subject: [PATCH 2/2] Made suggested changes made description more like the README file Co-authored-by: gregcorbett --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50029fe0..e5627554 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM rockylinux:9 LABEL org.opencontainers.image.authors="apel-admins@stfc.ac.uk" \ org.opencontainers.image.title="APEL SSM" \ - org.opencontainers.image.description="Secure Stomp Messenger (SSM) is designed to simply send messages using the STOMP protocol." \ + org.opencontainers.image.description="Secure STOMP Messenger (SSM) is designed to simply send messages using the STOMP protocol or via the ARGO Messaging Service (AMS)." \ org.opencontainers.image.source="https://github.com/apel/ssm" \ org.opencontainers.image.licenses="Apache License, Version 2.0"