Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container-images - autoclosed #100

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose/compose.fhir-server.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
fhir-server:
image: docker.io/hapiproject/hapi:v6.6.0
image: docker.io/hapiproject/hapi:v6.8.3
restart: unless-stopped
cap_drop:
- ALL
Expand Down Expand Up @@ -35,7 +35,7 @@ services:
- "8082:8080"

fhir-db:
image: docker.io/library/postgres:15.3
image: docker.io/library/postgres:15.5
restart: unless-stopped
deploy:
resources:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/compose.full.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
kafka:
image: docker.io/bitnami/kafka:3.5.1
image: docker.io/bitnami/kafka:3.6.0
restart: unless-stopped
cap_drop:
- ALL
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/compose.pseudonymization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
fhir-gateway:
image: ghcr.io/miracum/fhir-gateway:v3.12.2
image: ghcr.io/miracum/fhir-gateway:v3.12.6
restart: unless-stopped
cap_drop:
- ALL
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
SERVICES_KAFKA_GENERATE_OUTPUT_TOPIC_REPLACE_WITH: "fhir.pseudonymized."

fhir-pseudonymizer:
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.0
image: ghcr.io/miracum/fhir-pseudonymizer:v2.21.2
restart: unless-stopped
cap_drop:
- ALL
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/datashield/compose.datashield.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
opal:
image: docker.io/obiba/opal:4.6@sha256:0cff692fae7033789e65fb2661a2515d9cbb999e2e741a0a39b769e5c57dc343
image: docker.io/obiba/opal:4.6@sha256:79782ac5b921535bfcdee141b7045e978a1e983bef924324445db14159d47909
restart: unless-stopped
ipc: none
security_opt:
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
- rock-2

opal-db:
image: docker.io/library/postgres:16.0@sha256:1e90f8560705b0daccbd8eb25573627c8452fc9282496433aab1259ae4c85824
image: docker.io/library/postgres:16.1@sha256:a3a4524686403f8c29447a52dea7452923c1bb5d26b33793b93b5e703cd508a4
restart: unless-stopped
ipc: private
security_opt:
Expand Down
4 changes: 2 additions & 2 deletions src/decompose_xmls/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# syntax=docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021

# Comments are provided throughout this file to help you get started.
FROM docker.io/library/python:3.11.4-slim@sha256:36b544be6e796eb5caa0bf1ab75a17d2e20211cad7f66f04f6f5c9eeda930ef5 AS base
FROM docker.io/library/python:3.12.0-slim@sha256:80571b64ab7b94950d49d413f074e1932b65f6f75e0c34747b40ea41889a2ca9 AS base
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion src/decompose_xmls/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ./output-obds-reports:/app/output-files

kafka:
image: docker.io/bitnami/kafka:3.5.1
image: docker.io/bitnami/kafka:3.6.0
restart: unless-stopped
profiles:
- kafka
Expand Down
2 changes: 1 addition & 1 deletion src/obds_fhir_to_opal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/bitnami/spark:3.3.2@sha256:11ccd03367cadc0da48432e7636746e98a842324f590630f6d14299a40ff2ee4
FROM docker.io/bitnami/spark:3.5.0@sha256:902f1cb8028ddba2506b1cf39fae0d75d47641a3c0e9403684999a95b26b13be
ENV SPARK_JARS_IVY="/home/spark/.ivy"
WORKDIR /opt/bitnami/spark
USER 0
Expand Down
Loading