From ab0d482673f514b6e0582351bb15b7dc3cfad7b6 Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Tue, 14 Mar 2023 18:18:52 +0100 Subject: [PATCH] Containerfile: add some labels --- Containerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Containerfile b/Containerfile index 2e740498..700b458e 100644 --- a/Containerfile +++ b/Containerfile @@ -2,6 +2,11 @@ FROM registry.opensuse.org/opensuse/leap:15.4 +LABEL org.opencontainers.image.title="Retrospring (production)" +LABEL org.opencontainers.image.description="Image containing everything to run Retrospring in production mode. Do not use this for development." +LABEL org.opencontainers.image.vendor="The Retrospring team" +LABEL org.opencontainers.image.url="https://github.com/Retrospring/retrospring" + ARG RETROSPRING_VERSION=2023.0131.1 ARG RUBY_VERSION=3.1.2 ARG RUBY_INSTALL_VERSION=0.9.0