-
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.
- Loading branch information
Showing
4 changed files
with
13 additions
and
0 deletions.
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,5 +1,8 @@ | ||
FROM prefecthq/prefect:2.15.0-python3.10 | ||
LABEL maintainer="BNOSAC [email protected]" | ||
LABEL org.opencontainers.image.source=https://github.com/bnosac/blackbar-docker | ||
LABEL org.opencontainers.image.description="Anonymisation and Pseudonymisation - open libraries" | ||
LABEL org.opencontainers.image.licenses="Apache-2.0" | ||
|
||
## | ||
## System requirements | ||
|
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,5 +1,8 @@ | ||
FROM ghcr.io/bnosac/blackbar-base:latest | ||
LABEL maintainer="BNOSAC [email protected]" | ||
LABEL org.opencontainers.image.source=https://github.com/bnosac/blackbar-docker | ||
LABEL org.opencontainers.image.description="Anonymisation and Pseudonymisation applications - open libraries" | ||
LABEL org.opencontainers.image.licenses="Apache-2.0" | ||
|
||
## | ||
## Install all Python software dependencies | ||
|
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,4 +1,8 @@ | ||
FROM openanalytics/shinyproxy:3.0.2 | ||
LABEL maintainer="BNOSAC [email protected]" | ||
LABEL org.opencontainers.image.source=https://github.com/bnosac/blackbar-docker | ||
LABEL org.opencontainers.image.description="ShinyProxy for project blackbar" | ||
LABEL org.opencontainers.image.licenses="Apache-2.0" | ||
|
||
ARG SHINYPROXY_VERSION=3.0.2 | ||
ENV SHINYPROXY_VERSION=$SHINYPROXY_VERSION | ||
|
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,5 +1,8 @@ | ||
FROM prefecthq/prefect:2.14.20-python3.10 | ||
LABEL maintainer="BNOSAC [email protected]" | ||
LABEL org.opencontainers.image.source=https://github.com/bnosac/blackbar-docker | ||
LABEL org.opencontainers.image.description="Example docker images for running a Prefect flow" | ||
LABEL org.opencontainers.image.licenses="Apache-2.0" | ||
|
||
# General settings | ||
ARG BLACKBAR_SCHEDULER="prefect" | ||
|