hapifhir / hapi-fhir-jpaserver-starter

Apache License 2.0
395 stars 1.05k forks source link

Unable to build tomcat docker image #719

Closed dotasek closed 3 months ago

dotasek commented 3 months ago

The CI build for the tomcat docker image fails with the following error:

--------------------
  22 |     
  23 | >>> RUN rm -rf /opt/bitnami/tomcat/webapps/ROOT && \
  24 | >>>     mkdir -p /opt/bitnami/hapi/data/hapi/lucenefiles && \
  25 | >>>     chmod 775 /opt/bitnami/hapi/data/hapi/lucenefiles
  26 |     
--------------------
ERROR: failed to solve: process "/bin/bash -o errexit -o nounset -o pipefail -c rm -rf /opt/bitnami/tomcat/webapps/ROOT &&     mkdir -p /opt/bitnami/hapi/data/hapi/lucenefiles &&     chmod 775 /opt/bitnami/hapi/data/hapi/lucenefiles" did not complete successfully: exit code: 1
Error: buildx failed with: ERROR: failed to solve: process "/bin/bash -o errexit -o nounset -o pipefail -c rm -rf /opt/bitnami/tomcat/webapps/ROOT &&     mkdir -p /opt/bitnami/hapi/data/hapi/lucenefiles &&     chmod 775 /opt/bitnami/hapi/data/hapi/lucenefiles" did not complete successfully: exit code: 1

https://github.com/hapifhir/hapi-fhir-jpaserver-starter/actions/runs/10320541367/job/28580129098