Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed May 2, 2024
1 parent c774bc9 commit 12a0d5a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions anonymization/Dockerfile
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
Expand Down
3 changes: 3 additions & 0 deletions apps/Dockerfile
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
Expand Down
4 changes: 4 additions & 0 deletions shinyproxy/Dockerfile
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
Expand Down
3 changes: 3 additions & 0 deletions test/prefectexample/Dockerfile
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"
Expand Down

0 comments on commit 12a0d5a

Please sign in to comment.