# Derived Open Notificaties image with the setup_configuration YAML baked in. # Rationale is identical to infra/openzaak/Dockerfile: bind mounts do not reach # sibling containers on Gitea's containerized runner, so nrc-init would not find # data.yaml. See docs/runbooks/gitea-actions-gotchas.md. ARG OPENNOTIFICATIES_TAG=1.16.1 FROM docker.io/openzaak/open-notificaties:${OPENNOTIFICATIES_TAG} COPY setup_configuration /app/setup_configuration