Switched to the bitnamilegacy image repository (#861)

Co-authored-by: chgl <5307555+chgl@users.noreply.github.com>
This commit is contained in:
chgl
2025-09-22 14:52:35 +02:00
committed by GitHub
parent 680255ff62
commit 4265137b12
5 changed files with 21 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ RUN mkdir /app && cp /tmp/hapi-fhir-jpaserver-starter/target/ROOT.war /app/main.
########### bitnami tomcat version is suitable for debugging and comes with a shell
########### it can be built using eg. `docker build --target tomcat .`
FROM bitnami/tomcat:10.1 AS tomcat
FROM docker.io/bitnamilegacy/tomcat:10.1.43-debian-12-r0 AS tomcat
USER root
RUN rm -rf /opt/bitnami/tomcat/webapps/ROOT && \