From 14b6504cd2630b40cdfaefad3331bcf7cdfcd381 Mon Sep 17 00:00:00 2001 From: william cross Date: Thu, 2 May 2024 15:52:36 +0100 Subject: [PATCH] Split label across multiple lines Docker no-longer has the issue that prevented this. --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e5627554..8c6b5e8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ 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 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" +LABEL org.opencontainers.image.authors="apel-admins@stfc.ac.uk" +LABEL org.opencontainers.image.title="APEL SSM" +LABEL 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)." +LABEL org.opencontainers.image.source="https://github.com/apel/ssm" +LABEL org.opencontainers.image.licenses="Apache License, Version 2.0" # Copy the SSM Git repository to /tmp/ssm COPY . /tmp/ssm