Skip to content

Commit

Permalink
add apps dockerfile to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Apr 18, 2024
1 parent f456de9 commit 8bffc47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
config:
- { tag: "prefectinspect", dockerfile: "test/prefectinspect/Dockerfile", context: "test/prefectinspect"}
- { tag: "base", dockerfile: "anonymization/Dockerfile", context: "anonymization"}
- { tag: "apps", dockerfile: "apps/Dockerfile", context: "apps"}
#- { tag: "prefectexample", dockerfile: "test/prefectexample/Dockerfile", context: "test/prefectexample"}

steps:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ Public docker images for project blackbar

- **blackbar-base**:

- Docker image based on prefecthq/prefect, version 2.15.0-python3.10
- Containing core software for project blackbar

```
docker pull ghcr.io/bnosac/blackbar-base:latest
```

- **blackbar-apps**:

- Docker image based on ghcr.io/bnosac/blackbar-base
- Containing core software for the apps

```
docker pull ghcr.io/bnosac/blackbar-apps:latest
```

0 comments on commit 8bffc47

Please sign in to comment.