From c9a57fa84bc7c26a7ebda3f873a3715e2173fb4b Mon Sep 17 00:00:00 2001 From: "spaceBearAmadeus (Alex)" Date: Fri, 1 Nov 2024 11:04:14 -0400 Subject: [PATCH] chore: added labels for base inherit --- Dockerfile-base | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile-base b/Dockerfile-base index 8718cc06..b33969e8 100644 --- a/Dockerfile-base +++ b/Dockerfile-base @@ -1,6 +1,12 @@ FROM ubuntu:22.04 -LABEL authors="alexanderpatrie" +LABEL \ + org.opencontainers.image.title="bio-check-base" \ + org.opencontainers.image.description="Base Docker image for BioCompose REST API management, job processing, and datastorage with MongoDB, ensuring scalable and robust performance." \ + org.opencontainers.image.url="https://biosimulators.org/" \` + org.opencontainers.image.source="https://github.com/biosimulators/bio-check" \ + org.opencontainers.image.authors="Alexander Patrie , BioSimulators Team " \ + org.opencontainers.image.vendor="BioSimulators Team" ENV DEBIAN_FRONTEND=noninteractive ENV MONGO_URI="mongodb://mongodb/?retryWrites=true&w=majority&appName=bio-check"