OpenMRS Core 2.7

Build: #16 was successful

Job: Release JDK 17 image was successful

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually
  5. Release image variants

Job result summary

Completed
Duration
21 minutes
Agent
yu.openmrs.org
Revision
951ff17a14129300ab5e5d2da22eeac24ee14840 951ff17a14129300ab5e5d2da22eeac24ee14840
Successful since
#6 ()
Number of retries
1

Error summary

The build generated some errors. See the full build log for more details.

#52 DONE 3.2s

#53 [linux/amd64 dev 7/8] COPY --from=compile /openmrs_core /openmrs_core/
#53 DONE 1.7s

#54 [linux/amd64 dev 8/8] RUN mkdir -p /openmrs/distribution/openmrs_core/     && cp /openmrs_core/webapp/target/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war     && cp /openmrs_core/wait-for-it.sh /openmrs_core/startup-init.sh /openmrs_core/startup.sh /openmrs_core/startup-dev.sh /openmrs/      && chmod +x /openmrs/wait-for-it.sh && chmod +x /openmrs/startup-init.sh && chmod +x /openmrs/startup.sh     && chmod +x /openmrs/startup-dev.sh
#54 DONE 0.6s

#17 [linux/amd64 stage-2  1/10] FROM docker.io/library/tomcat:9-jdk17-corretto@sha256:57223119dee4b9e84d9b074ee00635338a1411f2ae0f4bf7bc510a025ddee765
#17 ...

#55 [auth] library/tomcat:pull token for registry-1.docker.io
#55 DONE 0.0s

#17 [linux/amd64 stage-2  1/10] FROM docker.io/library/tomcat:9-jdk17-corretto@sha256:57223119dee4b9e84d9b074ee00635338a1411f2ae0f4bf7bc510a025ddee765
#17 sha256:7fe8e22b24620579e4af4bd8f2e2637ba10ba1474fb4ebc268a76b4447c0e343 0B / 17.97MB 0.2s
#17 sha256:de2ad263e3122d8d73cb9aeb09373909794e8e7113e9c9982f087c0526f0b313 0B / 137B 0.2s
#17 sha256:5ce47bbf12c856f2c3827f5733bc33beb2ba86473a4817f4f8c1b87f1990cd6d 0B / 151.61MB 0.2s
#17 sha256:7fe8e22b24620579e4af4bd8f2e2637ba10ba1474fb4ebc268a76b4447c0e343 7.34MB / 17.97MB 0.3s
#17 sha256:de2ad263e3122d8d73cb9aeb09373909794e8e7113e9c9982f087c0526f0b313 137B / 137B 0.3s done
#17 sha256:7fe8e22b24620579e4af4bd8f2e2637ba10ba1474fb4ebc268a76b4447c0e343 17.97MB / 17.97MB 0.4s done
#17 sha256:5ce47bbf12c856f2c3827f5733bc33beb2ba86473a4817f4f8c1b87f1990cd6d 42.76MB / 151.61MB 0.5s
#17 sha256:5ce47bbf12c856f2c3827f5733bc33beb2ba86473a4817f4f8c1b87f1990cd6d 87.03MB / 151.61MB 0.6s
#17 sha256:5ce47bbf12c856f2c3827f5733bc33beb2ba86473a4817f4f8c1b87f1990cd6d 131.07MB / 151.61MB 0.8s
#17 sha256:5ce47bbf12c856f2c3827f5733bc33beb2ba86473a4817f4f8c1b87f1990cd6d 151.61MB / 151.61MB 0.9s done
#17 extracting sha256:5ce47bbf12c856f2c3827f5733bc33beb2ba86473a4817f4f8c1b87f1990cd6d
#17 extracting sha256:5ce47bbf12c856f2c3827f5733bc33beb2ba86473a4817f4f8c1b87f1990cd6d 2.0s done
#17 DONE 3.5s

#17 [linux/amd64 stage-2  1/10] FROM docker.io/library/tomcat:9-jdk17-corretto@sha256:57223119dee4b9e84d9b074ee00635338a1411f2ae0f4bf7bc510a025ddee765
#17 extracting sha256:de2ad263e3122d8d73cb9aeb09373909794e8e7113e9c9982f087c0526f0b313 0.0s done
#17 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done
#17 extracting sha256:7fe8e22b24620579e4af4bd8f2e2637ba10ba1474fb4ebc268a76b4447c0e343
#17 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done
#17 extracting sha256:7fe8e22b24620579e4af4bd8f2e2637ba10ba1474fb4ebc268a76b4447c0e343 0.4s done
#17 DONE 4.1s

#56 [linux/amd64 stage-2  2/10] RUN yum -y update && yum clean all && rm -rf /usr/local/tomcat/webapps/*
#56 0.951 Loaded plugins: ovl, priorities
#56 6.704 17 packages excluded due to repository priority protections
#56 7.173 No packages marked for update
#56 7.649 Loaded plugins: ovl, priorities
#56 7.658 Cleaning repos: AmazonCorretto amzn2-core
#56 7.658 Cleaning up everything
#56 7.659 Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
#56 DONE 7.9s

#57 [linux/amd64 stage-2  3/10] RUN if [ "amd64" = "arm64" ] ; then TINI_URL="https://github.com/krallin/tini/releases/download/v0.19.0/tini-arm64" TINI_SHA=07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81 ; fi     && curl -fsSL -o /usr/bin/tini https://github.com/krallin/tini/releases/download/v0.19.0/tini     && echo "93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c  /usr/bin/tini" | sha256sum -c     && chmod g+rx /usr/bin/tini
#57 0.456 /usr/bin/tini: OK
#57 DONE 0.5s

#58 [linux/amd64 stage-2  4/10] RUN sed -i '/Connector port="8080"/a URIEncoding="UTF-8" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"'     /usr/local/tomcat/conf/server.xml     && chmod -R g+rx /usr/local/tomcat     && touch /usr/local/tomcat/bin/setenv.sh && chmod g+w /usr/local/tomcat/bin/setenv.sh     && chmod -R g+w /usr/local/tomcat/webapps /usr/local/tomcat/logs /usr/local/tomcat/work /usr/local/tomcat/temp
#58 DONE 3.1s

#59 [linux/amd64 stage-2  5/10] RUN mkdir -p /openmrs/data/modules     && mkdir -p /openmrs/data/owa      && mkdir -p /openmrs/data/configuration     && mkdir -p /openmrs/data/configuration_checksums     && chmod -R g+rw /openmrs
#59 DONE 0.2s

#60 [linux/amd64 stage-2  6/10] COPY --from=dev /openmrs/wait-for-it.sh /openmrs/startup-init.sh /openmrs/startup.sh /openmrs/
#60 DONE 0.1s

#61 [linux/amd64 stage-2  7/10] RUN chmod g+x /openmrs/wait-for-it.sh && chmod g+x /openmrs/startup-init.sh && chmod g+x /openmrs/startup.sh
#61 DONE 0.2s

#62 [linux/amd64 stage-2  8/10] WORKDIR /openmrs
#62 DONE 0.1s

#63 [linux/amd64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
#63 DONE 0.1s

#64 [linux/amd64 stage-2 10/10] COPY --from=dev /openmrs/distribution/openmrs_core/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war
#64 DONE 0.6s

#65 exporting to image
#65 exporting layers
#65 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64
#65 exporting layers 5.0s done
#65 exporting manifest sha256:15a42e18212662c30f06f7851509b3d9e710b9008d280e6d8a034271ef69f08b 0.0s done
#65 exporting config sha256:5904e0b228f27e77d94c9ac0befde8ed4d7004772cf187877a914e531a6ac513 0.0s done
#65 exporting manifest sha256:973d9dbb8ddf106c7f2771bad148f6a3abe2b18597991462524d0d58e0ce7c6a 0.0s done
#65 exporting config sha256:2dd82904a4efaac5a9b9d7ba471d9051c80a8cf455bb7685f82d6e43179172a4 0.0s done
#65 exporting manifest list sha256:1da6691833e201101905698b86d656b86378bfd100e13da052123f7d444ae939 0.0s done
#65 pushing layers
#65 ...

#66 [auth] openmrs/openmrs-core:pull,push token for registry-1.docker.io
#66 DONE 0.0s

#65 exporting to image
#65 pushing layers 6.1s done
#65 pushing manifest for docker.io/openmrs/openmrs-core:2.7.0-amazoncorretto-17@sha256:1da6691833e201101905698b86d656b86378bfd100e13da052123f7d444ae939
#65 pushing manifest for docker.io/openmrs/openmrs-core:2.7.0-amazoncorretto-17@sha256:1da6691833e201101905698b86d656b86378bfd100e13da052123f7d444ae939 0.7s done
#65 DONE 12.0s
------
> importing cache manifest from openmrs/openmrs-core:2.7.0-amazoncorretto-17-cache:
------

3 warnings found (use --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 15)
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 52)
- Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64