From 3a474e5d54ed7d260b2f61f58f31e6a8ef51aa99 Mon Sep 17 00:00:00 2001 From: Joel Sugarman Date: Mon, 30 Dec 2024 12:20:39 +0000 Subject: [PATCH] Chore: Add image details to Dockerfile --- Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c58f137..f6295364 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,10 @@ FROM ruby:3.4.1-alpine3.21 -MAINTAINER apply for legal aid team + +LABEL org.opencontainers.image.vendor="Ministry of Justice" \ + org.opencontainers.image.authors="Apply for civil legal aid team (apply-for-civil-legal-aid@digital.justice.gov.uk)" \ + org.opencontainers.image.title="Legal Framework API" \ + org.opencontainers.image.description="API for checking the required information for legal aid applications" \ + org.opencontainers.image.url="https://github.com/ministryofjustice/legal-framework-api" ENV RAILS_ENV production