-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added labels for base inherit
- Loading branch information
1 parent
c4d7199
commit c9a57fa
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|