diff --git a/Dockerfile-base b/Dockerfile-base index 8718cc06f..b33969e8f 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"