Skip to content

Commit

Permalink
chore: added labels for base inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 1, 2024
1 parent c4d7199 commit c9a57fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>, BioSimulators Team <[email protected]>" \
org.opencontainers.image.vendor="BioSimulators Team"

ENV DEBIAN_FRONTEND=noninteractive
ENV MONGO_URI="mongodb://mongodb/?retryWrites=true&w=majority&appName=bio-check"
Expand Down

0 comments on commit c9a57fa

Please sign in to comment.