Containerfile: add some labels

This commit is contained in:
Georg Gadinger 2023-03-14 18:18:52 +01:00
parent af572d0683
commit ab0d482673
1 changed files with 5 additions and 0 deletions

View File

@ -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