Skip to content

Commit

Permalink
1.7.0-cibuild
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Nov 26, 2024
1 parent dbc49ad commit 529eec7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.9.7
FROM europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.9.8

COPY ./src/application.yaml /config
COPY ./src/*.tgz /
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.7.0-cibuild 2024/11/26
- matchbox v3.9.8
- ch-elm 1.7.0-ci-build

1.6.1 2024/11/13
- matchbox v3.9.7
- ch-elm 1.6.0
Expand Down
11 changes: 6 additions & 5 deletions src/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,21 @@ hapi:
version: 4.0.1
url: classpath:/hl7.fhir.r4.core.tgz
fhir_terminology:
name: hl7.terminology
version: 5.4.0
url: classpath:/hl7.terminology#5.4.0.tgz
name: hl7.terminology.r4
version: 6.1.0
url: classpath:/hl7.terminology.r4#6.1.0.tgz
fhir_extensions:
name: hl7.fhir.uv.extensions.r4
version: 1.0.0
url: classpath:/hl7.fhir.uv.extensions.r4#1.0.0.tgz
chelm:
name: ch.fhir.ig.ch-elm
version: 1.6.0
version: 1.7.0-ci-build
url: file:/ch.fhir.ig.ch-elm.tgz
matchbox:
fhir:
context:
igsPreloaded: ch.fhir.ig.ch-elm#1.6.0
igsPreloaded: ch.fhir.ig.ch-elm#1.7.0-ci-build
#txServer: n/a
txServer: http://localhost:${server.port}/matchboxv3/fhir
httpReadOnly: true
Expand Down
Binary file added src/ch.fhir.ig.ch-elm.tgz
Binary file not shown.

0 comments on commit 529eec7

Please sign in to comment.