OpenMRS Core Master

Build: #3959 failed Changes by Rafal Korytkowski

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually

Logs

The following logs have been generated by the jobs in this plan.
  • Expand all
  • Collapse all
Job Logs
Collapse Deploy to docker Deploy Download or View
09-Sep-2025 10:31:51 Dockerfile:108
09-Sep-2025 10:31:51 --------------------
09-Sep-2025 10:31:51 106 |     
09-Sep-2025 10:31:51 107 |     ### Production Stage
09-Sep-2025 10:31:51 108 | >>> FROM tomcat:11-$RUNTIME_JDK
09-Sep-2025 10:31:51 109 |     
09-Sep-2025 10:31:51 110 |     RUN yum -y update && yum clean all && rm -rf /usr/local/tomcat/webapps/*
09-Sep-2025 10:31:51 --------------------
09-Sep-2025 10:31:51 Dockerfile:62
09-Sep-2025 10:31:51 --------------------
09-Sep-2025 10:31:51   60 |     
09-Sep-2025 10:31:51   61 |     ### Development Stage
09-Sep-2025 10:31:51   62 | >>> FROM maven:3.9-$DEV_JDK AS dev
09-Sep-2025 10:31:51   63 |     
09-Sep-2025 10:31:51   64 |     RUN yum -y update && yum -y install tar gzip git && yum clean all
09-Sep-2025 10:31:51 --------------------
09-Sep-2025 10:31:51 Dockerfile:15
09-Sep-2025 10:31:51 --------------------
09-Sep-2025 10:31:51   13 |     
09-Sep-2025 10:31:51   14 |     ### Compile Stage (platform-agnostic)
09-Sep-2025 10:31:51   15 | >>> FROM --platform=$BUILDPLATFORM maven:3.9-$DEV_JDK AS compile
09-Sep-2025 10:31:51   16 |     
09-Sep-2025 10:31:51   17 |     RUN yum -y update && yum -y install git && yum clean all
09-Sep-2025 10:31:51 --------------------
09-Sep-2025 10:31:51 ERROR: failed to solve: docker.io/library/tomcat:11-jdk21-corretto: not found