Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit c8c045f

Browse files
committed
Remove Unnecessary Docker Images
When this process shall be used then in the same fashion as in the test setup's docker compose file. Thus, we are going to use the base DSF image and simply mount the appropriate artifact files.
1 parent f60ba5e commit c8c045f

13 files changed

Lines changed: 0 additions & 291 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -81,24 +81,3 @@ jobs:
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8383
USENAME: ${{ github.actor }}
84-
85-
- name: Login to GitHub Docker Registry
86-
uses: docker/login-action@v1
87-
with:
88-
registry: ghcr.io
89-
username: ${{ github.actor }}
90-
password: ${{ secrets.GITHUB_TOKEN }}
91-
92-
- name: Build and push BPE image
93-
uses: docker/build-push-action@v2
94-
with:
95-
context: docker/bpe
96-
tags: ghcr.io/num-codex/codex-processes-ap2/bpe:${{ steps.prep.outputs.version }}
97-
push: true
98-
99-
- name: Build and push FHIR image
100-
uses: docker/build-push-action@v2
101-
with:
102-
context: docker/fhir
103-
tags: ghcr.io/num-codex/codex-processes-ap2/fhir:${{ steps.prep.outputs.version }}
104-
push: true

docker/bpe/Dockerfile

Lines changed: 0 additions & 25 deletions
This file was deleted.

docker/bpe/README.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

docker/bpe/app/conf/config.properties

Lines changed: 0 additions & 28 deletions
This file was deleted.

docker/bpe/app/conf/jetty.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.

docker/bpe/app/conf/log4j2.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

docker/bpe/start.sh

Lines changed: 0 additions & 32 deletions
This file was deleted.

docker/fhir/Dockerfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

docker/fhir/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

docker/fhir/app/conf/config.properties

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)