OpenMRS Core Master

Build: #3961 was successful

Job: Deploy to docker was successful

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually

Build log

The build generated 49,269 lines of output.   The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.

10-Sep-2025 14:56:13 #29 138.0 [INFO] --- jar:3.4.2:test-jar (default) @ openmrs-test-module-omod ---
10-Sep-2025 14:56:13 #29 138.0 [INFO] Building jar: /openmrs_core/test-module/omod/target/openmrs-test-module-3.0.0-SNAPSHOT-tests.jar
10-Sep-2025 14:56:13 #29 138.0 [INFO]
10-Sep-2025 14:56:13 #29 138.0 [INFO] --- license:3.0:check (default) @ openmrs-test-module-omod ---
10-Sep-2025 14:56:13 #29 138.0 [INFO] Checking licenses...
10-Sep-2025 14:56:13 #29 138.1 [INFO]
10-Sep-2025 14:56:13 #29 138.1 [INFO] --- install:3.1.2:install (default-install) @ openmrs-test-module-omod ---
10-Sep-2025 14:56:13 #29 138.1 [INFO] Installing /openmrs_core/test-module/omod/pom.xml to /usr/share/maven/ref/repository/org/openmrs/module/openmrs-test-module-omod/3.0.0-SNAPSHOT/openmrs-test-module-omod-3.0.0-SNAPSHOT.pom
10-Sep-2025 14:56:13 #29 138.1 [INFO] Installing /openmrs_core/test-module/omod/target/openmrs-test-module-3.0.0-SNAPSHOT.omod to /usr/share/maven/ref/repository/org/openmrs/module/openmrs-test-module-omod/3.0.0-SNAPSHOT/openmrs-test-module-omod-3.0.0-SNAPSHOT.jar
10-Sep-2025 14:56:13 #29 138.1 [INFO] Installing /openmrs_core/test-module/omod/target/openmrs-test-module-3.0.0-SNAPSHOT-tests.jar to /usr/share/maven/ref/repository/org/openmrs/module/openmrs-test-module-omod/3.0.0-SNAPSHOT/openmrs-test-module-omod-3.0.0-SNAPSHOT-tests.jar
10-Sep-2025 14:56:13 #29 138.1 [INFO] ------------------------------------------------------------------------
10-Sep-2025 14:56:13 #29 138.1 [INFO] Reactor Summary for OpenMRS 3.0.0-SNAPSHOT:
10-Sep-2025 14:56:13 #29 138.1 [INFO]
10-Sep-2025 14:56:13 #29 138.1 [INFO] OpenMRS ............................................ SUCCESS [ 21.407 s]
10-Sep-2025 14:56:13 #29 138.1 [INFO] openmrs-tools ...................................... SUCCESS [  5.577 s]
10-Sep-2025 14:56:13 #29 138.1 [INFO] openmrs-test ....................................... SUCCESS [ 12.002 s]
10-Sep-2025 14:56:13 #29 138.1 [INFO] openmrs-api ........................................ SUCCESS [ 57.018 s]
10-Sep-2025 14:56:13 #29 138.1 [INFO] openmrs-web ........................................ SUCCESS [  6.900 s]
10-Sep-2025 14:56:13 #29 138.1 [INFO] openmrs-webapp ..................................... SUCCESS [ 11.185 s]
10-Sep-2025 14:56:13 #29 138.1 [INFO] openmrs-liquibase .................................. SUCCESS [  4.959 s]
10-Sep-2025 14:56:13 #29 138.1 [INFO] openmrs-test-module ................................ SUCCESS [  0.377 s]
10-Sep-2025 14:56:13 #29 138.1 [INFO] openmrs-test-module-api ............................ SUCCESS [  1.227 s]
10-Sep-2025 14:56:13 #29 138.1 [INFO] openmrs-test-module-omod ........................... SUCCESS [  8.604 s]
10-Sep-2025 14:56:13 #29 138.1 [INFO] ------------------------------------------------------------------------
10-Sep-2025 14:56:13 #29 138.1 [INFO] BUILD SUCCESS
10-Sep-2025 14:56:13 #29 138.1 [INFO] ------------------------------------------------------------------------
10-Sep-2025 14:56:13 #29 138.1 [INFO] Total time:  02:15 min
10-Sep-2025 14:56:13 #29 138.1 [INFO] Finished at: 2025-09-10T14:56:13Z
10-Sep-2025 14:56:13 #29 138.1 [INFO] ------------------------------------------------------------------------
10-Sep-2025 14:56:14 #29 DONE 138.4s
10-Sep-2025 14:56:19
10-Sep-2025 14:56:19 #30 [linux/amd64 dev 2/8] RUN apt-get update && apt-get install -y tar gzip git && rm -rf /var/lib/apt/lists/*
10-Sep-2025 14:56:19 #30 CACHED
10-Sep-2025 14:56:19
10-Sep-2025 14:56:19 #31 [linux/amd64 dev 4/8] RUN curl -fL -o /tmp/apache-tomcat.tar.gz "https://www.apache.org/dyn/closer.cgi?action=download&filename=tomcat/tomcat-11/v11.0.11/bin/apache-tomcat-11.0.11.tar.gz"     && echo "a26b2269530fd2fc834e9b1544962f6524cf87925de43b05ad050e66b5eaa76a4ad754a2c5fc4f851baf75a0ea1b0ed8f51082300393a4c35d8c2da0d7c535bd  /tmp/apache-tomcat.tar.gz" | sha512sum -c     && mkdir -p /usr/local/tomcat && gzip -d /tmp/apache-tomcat.tar.gz      && tar -xvf /tmp/apache-tomcat.tar -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*
10-Sep-2025 14:56:19 #31 CACHED
10-Sep-2025 14:56:19
10-Sep-2025 14:56:19 #32 [linux/amd64 dev 3/8] 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 +x /usr/bin/tini
10-Sep-2025 14:56:19 #32 CACHED
10-Sep-2025 14:56:19
10-Sep-2025 14:56:19 #33 [linux/amd64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:19 #33 ...
10-Sep-2025 14:56:19
10-Sep-2025 14:56:19 #34 [linux/arm64 dev 2/8] RUN apt-get update && apt-get install -y tar gzip git && rm -rf /var/lib/apt/lists/*
10-Sep-2025 14:56:19 #34 CACHED
10-Sep-2025 14:56:19
10-Sep-2025 14:56:19 #35 [linux/arm64 dev 3/8] RUN if [ "arm64" = "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 +x /usr/bin/tini
10-Sep-2025 14:56:19 #35 CACHED
10-Sep-2025 14:56:19
10-Sep-2025 14:56:19 #36 [linux/arm64 dev 4/8] RUN curl -fL -o /tmp/apache-tomcat.tar.gz "https://www.apache.org/dyn/closer.cgi?action=download&filename=tomcat/tomcat-11/v11.0.11/bin/apache-tomcat-11.0.11.tar.gz"     && echo "a26b2269530fd2fc834e9b1544962f6524cf87925de43b05ad050e66b5eaa76a4ad754a2c5fc4f851baf75a0ea1b0ed8f51082300393a4c35d8c2da0d7c535bd  /tmp/apache-tomcat.tar.gz" | sha512sum -c     && mkdir -p /usr/local/tomcat && gzip -d /tmp/apache-tomcat.tar.gz      && tar -xvf /tmp/apache-tomcat.tar -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*
10-Sep-2025 14:56:19 #36 CACHED
10-Sep-2025 14:56:19
10-Sep-2025 14:56:19 #37 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:21 #37 ...
10-Sep-2025 14:56:21
10-Sep-2025 14:56:21 #33 [linux/amd64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:21 #33 CACHED
10-Sep-2025 14:56:22
10-Sep-2025 14:56:22 #37 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:22 #37 sha256:746792641dc324b7c0bb2769e338ed9e9f938bd9df6b116fbd94e14c6ec3ce7d 102B / 102B 0.2s
10-Sep-2025 14:56:22 #37 ...
10-Sep-2025 14:56:22
10-Sep-2025 14:56:22 #33 [linux/amd64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:22 #33 sha256:841de2883fc0980a18ad0ba91eaa58eb17f1ea5ca8b6532f6d7fb7cecda318b0 100B / 100B 0.3s done
10-Sep-2025 14:56:22 #33 sha256:da3103deaa1cf7dcf6831d89b03bdef8cf467c6529165410af0e7fb4d04c01ac 26.04MB / 26.04MB 0.4s done
10-Sep-2025 14:56:22 #33 sha256:f891e9aac460c2acc083ab0017cf62db36db4aec23e8c228239612b69c6c3a66 9.52kB / 9.52kB 0.3s done
10-Sep-2025 14:56:22 #33 DONE 2.9s
10-Sep-2025 14:56:22
10-Sep-2025 14:56:22 #37 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:22 #37 sha256:746792641dc324b7c0bb2769e338ed9e9f938bd9df6b116fbd94e14c6ec3ce7d 102B / 102B 0.3s done
10-Sep-2025 14:56:22 #37 sha256:7c5acce1ad5ac1fac55e5a69d685bff76e15e30dc18159c45c04f063a4017a4e 9.09kB / 9.09kB 0.1s done
10-Sep-2025 14:56:22 #37 sha256:2720611df721c5e0630feea0e578c1904fe94d53e4490ba3d391fff11d436eab 14.68MB / 26.04MB 0.2s
10-Sep-2025 14:56:22 #37 sha256:db4050100e8718c754c3c0a65bd3baf71427bcc6c92cb84f809e860e0982d3d2 155B / 155B 0.1s done
10-Sep-2025 14:56:22 #37 sha256:20a51dba1db73222270ff16129162999d7ff5187ac6cdf9b280870cbad4e37ef 851B / 851B 0.1s done
10-Sep-2025 14:56:22 #37 sha256:2720611df721c5e0630feea0e578c1904fe94d53e4490ba3d391fff11d436eab 26.04MB / 26.04MB 0.4s done
10-Sep-2025 14:56:22 #37 sha256:03cdab72c3ac20ae213d1a34de302e4fa46b6aa584f65c2aefe512be62f8423b 9.24MB / 9.24MB 0.2s
10-Sep-2025 14:56:22 #37 sha256:ce19ce864526d960701168df2b2d889b8d9153c6bfb072ec71092ee4487cfddd 10.49MB / 22.61MB 0.2s
10-Sep-2025 14:56:22 #37 sha256:03cdab72c3ac20ae213d1a34de302e4fa46b6aa584f65c2aefe512be62f8423b 9.24MB / 9.24MB 0.2s done
10-Sep-2025 14:56:22 #37 sha256:ce19ce864526d960701168df2b2d889b8d9153c6bfb072ec71092ee4487cfddd 22.02MB / 22.61MB 0.3s
10-Sep-2025 14:56:22 #37 sha256:09baae02538fc7f6795ae085c56cf991b27600bd53e4b9caf13dd43ad69bba16 2.28kB / 2.28kB 0.1s done
10-Sep-2025 14:56:22 #37 sha256:393d23927f0ebbb2aa06ed502bceec5b0e93d5185acc83e4da283ba5ed6ed671 159B / 159B 0.1s done
10-Sep-2025 14:56:22 #37 sha256:ce19ce864526d960701168df2b2d889b8d9153c6bfb072ec71092ee4487cfddd 22.61MB / 22.61MB 0.4s done
10-Sep-2025 14:56:22 #37 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 14.68MB / 156.09MB 0.2s
10-Sep-2025 14:56:22 #37 sha256:7a7a6425082ba5fa14ef718d3cf4988b341dd57d66765f3a8e2c882a97c781ff 12.58MB / 24.17MB 0.2s
10-Sep-2025 14:56:22 #37 sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082 2.10MB / 28.86MB 0.2s
10-Sep-2025 14:56:23 #37 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 29.36MB / 156.09MB 0.3s
10-Sep-2025 14:56:23 #37 sha256:7a7a6425082ba5fa14ef718d3cf4988b341dd57d66765f3a8e2c882a97c781ff 24.17MB / 24.17MB 0.3s done
10-Sep-2025 14:56:23 #37 sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082 14.68MB / 28.86MB 0.3s
10-Sep-2025 14:56:23 #37 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 46.14MB / 156.09MB 0.5s
10-Sep-2025 14:56:23 #37 sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082 23.07MB / 28.86MB 0.5s
10-Sep-2025 14:56:23 #37 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 66.06MB / 156.09MB 0.6s
10-Sep-2025 14:56:23 #37 sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082 28.86MB / 28.86MB 0.6s done
10-Sep-2025 14:56:23 #37 ...
10-Sep-2025 14:56:23
10-Sep-2025 14:56:23 #33 [linux/amd64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:23 #33 extracting sha256:f891e9aac460c2acc083ab0017cf62db36db4aec23e8c228239612b69c6c3a66 0.2s done
10-Sep-2025 14:56:23 #33 extracting sha256:da3103deaa1cf7dcf6831d89b03bdef8cf467c6529165410af0e7fb4d04c01ac 0.8s done
10-Sep-2025 14:56:23 #33 DONE 3.9s
10-Sep-2025 14:56:23
10-Sep-2025 14:56:23 #37 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:23 #37 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 79.69MB / 156.09MB 0.8s
10-Sep-2025 14:56:23 #37 extracting sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082
10-Sep-2025 14:56:23 #37 ...
10-Sep-2025 14:56:23
10-Sep-2025 14:56:23 #33 [linux/amd64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:23 #33 extracting sha256:841de2883fc0980a18ad0ba91eaa58eb17f1ea5ca8b6532f6d7fb7cecda318b0 0.1s done
10-Sep-2025 14:56:23 #33 DONE 4.0s
10-Sep-2025 14:56:23
10-Sep-2025 14:56:23 #37 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:23 #37 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 109.11MB / 156.09MB 1.1s
10-Sep-2025 14:56:23 #37 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 122.68MB / 156.09MB 1.2s
10-Sep-2025 14:56:24 #37 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 133.17MB / 156.09MB 1.4s
10-Sep-2025 14:56:24 #37 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 148.90MB / 156.09MB 1.5s
10-Sep-2025 14:56:24 #37 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 156.09MB / 156.09MB 1.7s done
10-Sep-2025 14:56:26 #37 extracting sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082 2.6s done
10-Sep-2025 14:56:26 #37 DONE 6.5s
10-Sep-2025 14:56:26
10-Sep-2025 14:56:26 #38 [linux/amd64 dev 6/8] COPY --from=compile /usr/share/maven/ref /usr/share/maven/ref
10-Sep-2025 14:56:26 #38 DONE 3.0s
10-Sep-2025 14:56:26
10-Sep-2025 14:56:26 #37 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:26 #37 extracting sha256:7a7a6425082ba5fa14ef718d3cf4988b341dd57d66765f3a8e2c882a97c781ff
10-Sep-2025 14:56:27 #37 extracting sha256:7a7a6425082ba5fa14ef718d3cf4988b341dd57d66765f3a8e2c882a97c781ff 1.6s done
10-Sep-2025 14:56:27 #37 DONE 8.0s
10-Sep-2025 14:56:27
10-Sep-2025 14:56:27 #39 [linux/amd64 dev 7/8] COPY --from=compile /openmrs_core /openmrs_core/
10-Sep-2025 14:56:29 #39 DONE 3.1s
10-Sep-2025 14:56:29
10-Sep-2025 14:56:29 #37 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:29 #37 extracting sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7
10-Sep-2025 14:56:30 #37 ...
10-Sep-2025 14:56:30
10-Sep-2025 14:56:30 #40 [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
10-Sep-2025 14:56:30 #40 DONE 0.8s
10-Sep-2025 14:56:30
10-Sep-2025 14:56:30 #37 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:31 #37 extracting sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 3.8s done
10-Sep-2025 14:56:31 #37 DONE 11.8s
10-Sep-2025 14:56:31
10-Sep-2025 14:56:31 #37 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:31 #37 extracting sha256:393d23927f0ebbb2aa06ed502bceec5b0e93d5185acc83e4da283ba5ed6ed671 0.1s done
10-Sep-2025 14:56:31 #37 extracting sha256:09baae02538fc7f6795ae085c56cf991b27600bd53e4b9caf13dd43ad69bba16 0.1s done
10-Sep-2025 14:56:31 #37 extracting sha256:ce19ce864526d960701168df2b2d889b8d9153c6bfb072ec71092ee4487cfddd
10-Sep-2025 14:56:32 #37 extracting sha256:ce19ce864526d960701168df2b2d889b8d9153c6bfb072ec71092ee4487cfddd 0.9s done
10-Sep-2025 14:56:32 #37 DONE 12.8s
10-Sep-2025 14:56:32
10-Sep-2025 14:56:32 #37 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:32 #37 extracting sha256:03cdab72c3ac20ae213d1a34de302e4fa46b6aa584f65c2aefe512be62f8423b
10-Sep-2025 14:56:32 #37 extracting sha256:03cdab72c3ac20ae213d1a34de302e4fa46b6aa584f65c2aefe512be62f8423b 0.2s done
10-Sep-2025 14:56:32 #37 DONE 13.0s
10-Sep-2025 14:56:32
10-Sep-2025 14:56:32 #37 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:32 #37 extracting sha256:20a51dba1db73222270ff16129162999d7ff5187ac6cdf9b280870cbad4e37ef 0.1s done
10-Sep-2025 14:56:32 #37 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done
10-Sep-2025 14:56:32 #37 extracting sha256:db4050100e8718c754c3c0a65bd3baf71427bcc6c92cb84f809e860e0982d3d2 0.1s done
10-Sep-2025 14:56:32 #37 DONE 13.1s
10-Sep-2025 14:56:32
10-Sep-2025 14:56:32 #37 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:56:32 #37 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done
10-Sep-2025 14:56:32 #37 extracting sha256:7c5acce1ad5ac1fac55e5a69d685bff76e15e30dc18159c45c04f063a4017a4e 0.1s done
10-Sep-2025 14:56:32 #37 extracting sha256:2720611df721c5e0630feea0e578c1904fe94d53e4490ba3d391fff11d436eab
10-Sep-2025 14:56:33 #37 extracting sha256:2720611df721c5e0630feea0e578c1904fe94d53e4490ba3d391fff11d436eab 0.5s done
10-Sep-2025 14:56:33 #37 extracting sha256:746792641dc324b7c0bb2769e338ed9e9f938bd9df6b116fbd94e14c6ec3ce7d 0.1s done
10-Sep-2025 14:56:33 #37 DONE 13.8s
10-Sep-2025 14:56:33
10-Sep-2025 14:56:33 #41 [linux/arm64 dev 6/8] COPY --from=compile /usr/share/maven/ref /usr/share/maven/ref
10-Sep-2025 14:56:38 #41 DONE 4.7s
10-Sep-2025 14:56:38
10-Sep-2025 14:56:38 #42 [linux/arm64 dev 7/8] COPY --from=compile /openmrs_core /openmrs_core/
10-Sep-2025 14:56:43 #42 DONE 4.9s
10-Sep-2025 14:56:43
10-Sep-2025 14:56:43 #43 [linux/arm64 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
10-Sep-2025 14:56:44 #43 DONE 1.0s
10-Sep-2025 14:56:44
10-Sep-2025 14:56:44 #44 exporting to image
10-Sep-2025 14:56:44 #44 exporting layers
10-Sep-2025 14:57:23 #44 exporting layers 39.7s done
10-Sep-2025 14:57:24 #44 exporting manifest sha256:bbd7977d05ef49f880c11267112392a865b692dd06266b1648197f08da5d36b3 0.0s done
10-Sep-2025 14:57:24 #44 exporting config sha256:1cfb1935c27b838e51f62ba9cfa1fd393a3fce1d20f8b1cef208ecf9f6100d16 0.0s done
10-Sep-2025 14:57:24 #44 exporting attestation manifest sha256:569c0f3426ba9ec5f9ed68aae88eb691d4233ddf7c411b17e21023f93fbd1659
10-Sep-2025 14:57:24 #44 exporting attestation manifest sha256:569c0f3426ba9ec5f9ed68aae88eb691d4233ddf7c411b17e21023f93fbd1659 0.1s done
10-Sep-2025 14:57:24 #44 exporting manifest sha256:8c12da59d90b8cc56fe8c5281fd8326a4a0be15036a981158dd5002f089f369c 0.0s done
10-Sep-2025 14:57:24 #44 exporting config sha256:6cbb927481026d005972004382a7ec4843bbb3ef70a5d6864da6be04d8619e9a
10-Sep-2025 14:57:24 #44 exporting config sha256:6cbb927481026d005972004382a7ec4843bbb3ef70a5d6864da6be04d8619e9a 0.0s done
10-Sep-2025 14:57:24 #44 exporting attestation manifest sha256:16d18424ee170d2b75afaa348b0e7f4e2ebe4820c82dae3c8be8137847c5725f 0.1s done
10-Sep-2025 14:57:24 #44 exporting manifest list sha256:c9f218f5a3585cd7ee483c20435ef30ce9965e46d4aee514956039595c80c167
10-Sep-2025 14:57:24 #44 exporting manifest list sha256:c9f218f5a3585cd7ee483c20435ef30ce9965e46d4aee514956039595c80c167 0.0s done
10-Sep-2025 14:57:24 #44 pushing layers
10-Sep-2025 14:57:24 #44 ...
10-Sep-2025 14:57:24
10-Sep-2025 14:57:24 #45 [auth] openmrs/openmrs-core:pull,push token for registry-1.docker.io
10-Sep-2025 14:57:24 #45 DONE 0.0s
10-Sep-2025 14:57:24
10-Sep-2025 14:57:24 #44 exporting to image
10-Sep-2025 14:57:36 #44 pushing layers 12.5s done
10-Sep-2025 14:57:36 #44 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:c9f218f5a3585cd7ee483c20435ef30ce9965e46d4aee514956039595c80c167
10-Sep-2025 14:57:40 #44 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:c9f218f5a3585cd7ee483c20435ef30ce9965e46d4aee514956039595c80c167 3.9s done
10-Sep-2025 14:57:41 #44 pushing layers 1.3s done
10-Sep-2025 14:57:41 #44 pushing manifest for docker.io/openmrs/openmrs-core:dev-amazoncorretto-21@sha256:c9f218f5a3585cd7ee483c20435ef30ce9965e46d4aee514956039595c80c167
10-Sep-2025 14:57:43 #44 pushing manifest for docker.io/openmrs/openmrs-core:dev-amazoncorretto-21@sha256:c9f218f5a3585cd7ee483c20435ef30ce9965e46d4aee514956039595c80c167 1.9s done
10-Sep-2025 14:57:43 #44 DONE 59.7s
10-Sep-2025 14:57:43
10-Sep-2025 14:57:43 #46 exporting cache to registry
10-Sep-2025 14:57:43 #46 preparing build cache for export
10-Sep-2025 14:58:14 #46 writing layer sha256:0134330afb0291bf11aba469bd0e91850dbfe1bb9c62cd2ea424b0561439b8ea
10-Sep-2025 14:58:14 #46 ...
10-Sep-2025 14:58:14
10-Sep-2025 14:58:14 #47 [auth] openmrs/openmrs-core:pull,push token for registry-1.docker.io
10-Sep-2025 14:58:14 #47 DONE 0.0s
10-Sep-2025 14:58:14
10-Sep-2025 14:58:14 #46 exporting cache to registry
10-Sep-2025 14:58:14 #46 writing layer sha256:0134330afb0291bf11aba469bd0e91850dbfe1bb9c62cd2ea424b0561439b8ea 0.2s done
10-Sep-2025 14:58:14 #46 writing layer sha256:03cdab72c3ac20ae213d1a34de302e4fa46b6aa584f65c2aefe512be62f8423b
10-Sep-2025 14:58:14 #46 writing layer sha256:03cdab72c3ac20ae213d1a34de302e4fa46b6aa584f65c2aefe512be62f8423b 0.1s done
10-Sep-2025 14:58:14 #46 writing layer sha256:0677f765507b197496558026fafd04b93a474309807b573a531f2eb00800e846
10-Sep-2025 14:58:14 #46 writing layer sha256:0677f765507b197496558026fafd04b93a474309807b573a531f2eb00800e846 0.1s done
10-Sep-2025 14:58:14 #46 writing layer sha256:09baae02538fc7f6795ae085c56cf991b27600bd53e4b9caf13dd43ad69bba16
10-Sep-2025 14:58:14 #46 writing layer sha256:09baae02538fc7f6795ae085c56cf991b27600bd53e4b9caf13dd43ad69bba16 0.1s done
10-Sep-2025 14:58:14 #46 writing layer sha256:0eb7890ea79262b264e9461947d286e0d47af95195742e3af95d5df04bd1a0c8 0.1s done
10-Sep-2025 14:58:14 #46 writing layer sha256:100792495cf28b9b1173587f5f5c39f5b662b57022fece8f71e27e1cd79bfcf8
10-Sep-2025 14:58:14 #46 writing layer sha256:100792495cf28b9b1173587f5f5c39f5b662b57022fece8f71e27e1cd79bfcf8 0.1s done
10-Sep-2025 14:58:14 #46 writing layer sha256:20a51dba1db73222270ff16129162999d7ff5187ac6cdf9b280870cbad4e37ef
10-Sep-2025 14:58:14 #46 writing layer sha256:20a51dba1db73222270ff16129162999d7ff5187ac6cdf9b280870cbad4e37ef 0.1s done
10-Sep-2025 14:58:14 #46 writing layer sha256:2720611df721c5e0630feea0e578c1904fe94d53e4490ba3d391fff11d436eab
10-Sep-2025 14:58:15 #46 writing layer sha256:2720611df721c5e0630feea0e578c1904fe94d53e4490ba3d391fff11d436eab 0.1s done
10-Sep-2025 14:58:15 #46 writing layer sha256:2deecb6e983f2db306a57d3dc2db45182cc536369d54f5640096c0fc81b4ff49
10-Sep-2025 14:58:15 #46 writing layer sha256:2deecb6e983f2db306a57d3dc2db45182cc536369d54f5640096c0fc81b4ff49 0.2s done
10-Sep-2025 14:58:15 #46 writing layer sha256:37c3c353b1235dc36b49b7523d43edbe64323bdbfdd37cf153a34a08d21b60b2
10-Sep-2025 14:58:15 #46 writing layer sha256:37c3c353b1235dc36b49b7523d43edbe64323bdbfdd37cf153a34a08d21b60b2 0.1s done
10-Sep-2025 14:58:15 #46 writing layer sha256:393d23927f0ebbb2aa06ed502bceec5b0e93d5185acc83e4da283ba5ed6ed671 0.1s done
10-Sep-2025 14:58:15 #46 writing layer sha256:45cd6ad53cb0501e4ac680f83f6ac8ba81991b5c93cb7af0f9297c4cedf9c046
10-Sep-2025 14:58:15 #46 writing layer sha256:45cd6ad53cb0501e4ac680f83f6ac8ba81991b5c93cb7af0f9297c4cedf9c046 0.1s done
10-Sep-2025 14:58:15 #46 writing layer sha256:48861495ffdc74a38cfadccc5a7c2d7567771b35c5ac196b905518487142eaa7 0.1s done
10-Sep-2025 14:58:15 #46 writing layer sha256:4bb7b7d5962330274a2192a7597f5b6917e001fb809c91c49364e935e63c0bf0
10-Sep-2025 14:58:26 #46 writing layer sha256:4bb7b7d5962330274a2192a7597f5b6917e001fb809c91c49364e935e63c0bf0 11.2s done
10-Sep-2025 14:58:26 #46 writing layer sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
10-Sep-2025 14:58:26 #46 writing layer sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done
10-Sep-2025 14:58:26 #46 writing layer sha256:5729f598c5e53f73170d4ecf432fae91f1a95cd0888f9537fdf28c3210e13a65 0.1s done
10-Sep-2025 14:58:26 #46 writing layer sha256:6b7018a253a66463496e9dae145589fc86746cf4e07253511401502cd8ca16dc
10-Sep-2025 14:58:27 #46 writing layer sha256:6b7018a253a66463496e9dae145589fc86746cf4e07253511401502cd8ca16dc 0.1s done
10-Sep-2025 14:58:27 #46 writing layer sha256:6c2450e7acc8fe66b3c7c6839c24962d4d290fcaeea219edff53d6a82537e262
10-Sep-2025 14:58:27 #46 writing layer sha256:6c2450e7acc8fe66b3c7c6839c24962d4d290fcaeea219edff53d6a82537e262 0.1s done
10-Sep-2025 14:58:27 #46 writing layer sha256:746792641dc324b7c0bb2769e338ed9e9f938bd9df6b116fbd94e14c6ec3ce7d 0.1s done
10-Sep-2025 14:58:27 #46 writing layer sha256:76249c7cd50397d2e8c06a75106723d057deaba0ffbc7f4af1bb02bcf71d81cf
10-Sep-2025 14:58:27 #46 writing layer sha256:76249c7cd50397d2e8c06a75106723d057deaba0ffbc7f4af1bb02bcf71d81cf 0.1s done
10-Sep-2025 14:58:27 #46 writing layer sha256:769fd9791b287117f711bce123e2e5c67931b723d2201e1f847d480996686218 0.1s done
10-Sep-2025 14:58:27 #46 writing layer sha256:7a7a6425082ba5fa14ef718d3cf4988b341dd57d66765f3a8e2c882a97c781ff
10-Sep-2025 14:58:27 #46 writing layer sha256:7a7a6425082ba5fa14ef718d3cf4988b341dd57d66765f3a8e2c882a97c781ff 0.1s done
10-Sep-2025 14:58:27 #46 writing layer sha256:7c5acce1ad5ac1fac55e5a69d685bff76e15e30dc18159c45c04f063a4017a4e 0.1s done
10-Sep-2025 14:58:27 #46 writing layer sha256:83b94c33cd8ce491ace8b802244e9f71cac02e35c8b24cb61ee076d473a7197c
10-Sep-2025 14:58:27 #46 writing layer sha256:83b94c33cd8ce491ace8b802244e9f71cac02e35c8b24cb61ee076d473a7197c 0.1s done
10-Sep-2025 14:58:27 #46 writing layer sha256:841de2883fc0980a18ad0ba91eaa58eb17f1ea5ca8b6532f6d7fb7cecda318b0 0.1s done
10-Sep-2025 14:58:27 #46 writing layer sha256:84f906ff6d756885ac71a66e3af6d2b93e7cf751d6a119c2d7fd5e31369870b9
10-Sep-2025 14:58:28 #46 writing layer sha256:84f906ff6d756885ac71a66e3af6d2b93e7cf751d6a119c2d7fd5e31369870b9 0.1s done
10-Sep-2025 14:58:28 #46 writing layer sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6
10-Sep-2025 14:58:28 #46 writing layer sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 0.2s done
10-Sep-2025 14:58:28 #46 writing layer sha256:a7c52f49c5e2ff0ce8a983a19659f02549269e6b25181d006145af0589733286
10-Sep-2025 14:58:28 #46 writing layer sha256:a7c52f49c5e2ff0ce8a983a19659f02549269e6b25181d006145af0589733286 0.1s done
10-Sep-2025 14:58:28 #46 writing layer sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872
10-Sep-2025 14:58:28 #46 writing layer sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 0.3s done
10-Sep-2025 14:58:28 #46 writing layer sha256:b3347b3fab02196f6c8f0ed1fe09659c870af7c614c837413e969db832ffc8dc
10-Sep-2025 14:58:28 #46 writing layer sha256:b3347b3fab02196f6c8f0ed1fe09659c870af7c614c837413e969db832ffc8dc 0.1s done
10-Sep-2025 14:58:28 #46 writing layer sha256:c1af73bbc22ec65c1ca3068c1763c3f09e344a24f048da44846d9b6715e501ad
10-Sep-2025 14:58:29 #46 writing layer sha256:c1af73bbc22ec65c1ca3068c1763c3f09e344a24f048da44846d9b6715e501ad 1.2s done
10-Sep-2025 14:58:29 #46 writing layer sha256:c6f8a5cad0e1c5dcea7a35628391dee9d24077a9994f1ca0ec35922087ac0a32
10-Sep-2025 14:58:29 #46 writing layer sha256:c6f8a5cad0e1c5dcea7a35628391dee9d24077a9994f1ca0ec35922087ac0a32 0.1s done
10-Sep-2025 14:58:29 #46 writing layer sha256:c7dd23af040329b01c9edfcdc03df89be782d5c6940a6d536c950cc189a1f707
10-Sep-2025 14:58:29 #46 writing layer sha256:c7dd23af040329b01c9edfcdc03df89be782d5c6940a6d536c950cc189a1f707 0.1s done
10-Sep-2025 14:58:29 #46 writing layer sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7
10-Sep-2025 14:58:30 #46 writing layer sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 0.1s done
10-Sep-2025 14:58:30 #46 writing layer sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082
10-Sep-2025 14:58:30 #46 writing layer sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082 0.1s done
10-Sep-2025 14:58:30 #46 writing layer sha256:ce19ce864526d960701168df2b2d889b8d9153c6bfb072ec71092ee4487cfddd
10-Sep-2025 14:58:30 #46 writing layer sha256:ce19ce864526d960701168df2b2d889b8d9153c6bfb072ec71092ee4487cfddd 0.1s done
10-Sep-2025 14:58:30 #46 writing layer sha256:cee05d3a8171244d8a0a91dcc24cc8f88a022f84a6332f1c53cbd3277f23c216
10-Sep-2025 14:58:30 #46 writing layer sha256:cee05d3a8171244d8a0a91dcc24cc8f88a022f84a6332f1c53cbd3277f23c216 0.1s done
10-Sep-2025 14:58:30 #46 writing layer sha256:d1feb265082d37f1eb86e1856d9cc02963f7a8d58aa96e4952bceca810b9e977 0.1s done
10-Sep-2025 14:58:30 #46 writing layer sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b
10-Sep-2025 14:58:30 #46 writing layer sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b done
10-Sep-2025 14:58:30 #46 writing layer sha256:da3103deaa1cf7dcf6831d89b03bdef8cf467c6529165410af0e7fb4d04c01ac
10-Sep-2025 14:58:30 #46 writing layer sha256:da3103deaa1cf7dcf6831d89b03bdef8cf467c6529165410af0e7fb4d04c01ac 0.1s done
10-Sep-2025 14:58:30 #46 writing layer sha256:db4050100e8718c754c3c0a65bd3baf71427bcc6c92cb84f809e860e0982d3d2 0.1s done
10-Sep-2025 14:58:30 #46 writing layer sha256:e2b2911c74985df52e574a26dfdf5b81cceb65972568dd88d0a9103af4312981
10-Sep-2025 14:58:31 #46 writing layer sha256:e2b2911c74985df52e574a26dfdf5b81cceb65972568dd88d0a9103af4312981 0.1s done
10-Sep-2025 14:58:31 #46 writing layer sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77
10-Sep-2025 14:58:31 #46 writing layer sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 0.2s done
10-Sep-2025 14:58:31 #46 writing layer sha256:ea9d49bba3eb6df559f16db74e80ae09314c9d5a7590ade939fff44b16b1304e
10-Sep-2025 14:58:31 #46 writing layer sha256:ea9d49bba3eb6df559f16db74e80ae09314c9d5a7590ade939fff44b16b1304e 0.1s done
10-Sep-2025 14:58:31 #46 writing layer sha256:f891e9aac460c2acc083ab0017cf62db36db4aec23e8c228239612b69c6c3a66
10-Sep-2025 14:58:31 #46 writing layer sha256:f891e9aac460c2acc083ab0017cf62db36db4aec23e8c228239612b69c6c3a66 0.1s done
10-Sep-2025 14:58:31 #46 writing config sha256:afba24ae4d379f9a44319740b4eb8519cf8356a888d38dbdb0568c6ca50a42df
10-Sep-2025 14:58:32 #46 writing config sha256:afba24ae4d379f9a44319740b4eb8519cf8356a888d38dbdb0568c6ca50a42df 0.8s done
10-Sep-2025 14:58:32 #46 writing cache image manifest sha256:96187dc6205c0c1a669df2fe4f4f7b4f0e2b811381be785ce72211800cd21f13
10-Sep-2025 14:58:34 #46 preparing build cache for export 50.6s done
10-Sep-2025 14:58:34 #46 writing cache image manifest sha256:96187dc6205c0c1a669df2fe4f4f7b4f0e2b811381be785ce72211800cd21f13 2.2s done
10-Sep-2025 14:58:34 #46 DONE 50.6s
10-Sep-2025 14:58:35 #0 building with "openmrs-builder" instance using docker-container driver
10-Sep-2025 14:58:35
10-Sep-2025 14:58:35 #1 [internal] load build definition from Dockerfile
10-Sep-2025 14:58:35 #1 transferring dockerfile: 6.83kB 0.0s done
10-Sep-2025 14:58:35 #1 DONE 0.0s
10-Sep-2025 14:58:35
10-Sep-2025 14:58:35 #2 [auth] docker/dockerfile:pull token for registry-1.docker.io
10-Sep-2025 14:58:35 #2 DONE 0.0s
10-Sep-2025 14:58:35
10-Sep-2025 14:58:35 #3 resolve image config for docker-image://docker.io/docker/dockerfile:1
10-Sep-2025 14:58:36 #3 DONE 0.4s
10-Sep-2025 14:58:36
10-Sep-2025 14:58:36 #4 docker-image://docker.io/docker/dockerfile:1@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
10-Sep-2025 14:58:36 #4 resolve docker.io/docker/dockerfile:1@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05 0.1s done
10-Sep-2025 14:58:36 #4 DONE 0.1s
10-Sep-2025 14:58:36
10-Sep-2025 14:58:36 #4 docker-image://docker.io/docker/dockerfile:1@sha256:38387523653efa0039f8e1c89bb74a30504e76ee9f565e25c9a09841f9427b05
10-Sep-2025 14:58:36 #4 CACHED
10-Sep-2025 14:58:36
10-Sep-2025 14:58:36 #5 [linux/amd64 internal] load metadata for docker.io/library/tomcat:11-jdk21-temurin
10-Sep-2025 14:58:37 #5 ...
10-Sep-2025 14:58:37
10-Sep-2025 14:58:37 #6 [auth] library/maven:pull token for registry-1.docker.io
10-Sep-2025 14:58:37 #6 DONE 0.0s
10-Sep-2025 14:58:37
10-Sep-2025 14:58:37 #7 [auth] library/tomcat:pull token for registry-1.docker.io
10-Sep-2025 14:58:37 #7 DONE 0.0s
10-Sep-2025 14:58:37
10-Sep-2025 14:58:37 #8 [linux/amd64 internal] load metadata for docker.io/library/maven:3.9-eclipse-temurin-21
10-Sep-2025 14:58:37 #8 DONE 0.3s
10-Sep-2025 14:58:37
10-Sep-2025 14:58:37 #9 [linux/arm64 internal] load metadata for docker.io/library/maven:3.9-eclipse-temurin-21
10-Sep-2025 14:58:37 #9 DONE 0.3s
10-Sep-2025 14:58:37
10-Sep-2025 14:58:37 #10 [linux/arm64 internal] load metadata for docker.io/library/tomcat:11-jdk21-temurin
10-Sep-2025 14:58:37 #10 DONE 0.7s
10-Sep-2025 14:58:37
10-Sep-2025 14:58:37 #5 [linux/amd64 internal] load metadata for docker.io/library/tomcat:11-jdk21-temurin
10-Sep-2025 14:58:37 #5 DONE 0.7s
10-Sep-2025 14:58:37
10-Sep-2025 14:58:37 #11 [internal] load .dockerignore
10-Sep-2025 14:58:37 #11 transferring context:
10-Sep-2025 14:58:37 #11 transferring context: 2B done
10-Sep-2025 14:58:37 #11 DONE 0.2s
10-Sep-2025 14:58:38
10-Sep-2025 14:58:38 #12 importing cache manifest from openmrs/openmrs-core:nightly-cache
10-Sep-2025 14:58:38 #12 ...
10-Sep-2025 14:58:38
10-Sep-2025 14:58:38 #13 [internal] load build context
10-Sep-2025 14:58:38 #13 DONE 0.0s
10-Sep-2025 14:58:38
10-Sep-2025 14:58:38 #14 [auth] openmrs/openmrs-core:pull token for registry-1.docker.io
10-Sep-2025 14:58:38 #14 DONE 0.0s
10-Sep-2025 14:58:38
10-Sep-2025 14:58:38 #15 [linux/amd64 compile  1/17] FROM docker.io/library/maven:3.9-eclipse-temurin-21@sha256:4983394dbb1b649d50adcf5fbb22c5c223996ff6da6f98e29f8e7a54a6b3a12c
10-Sep-2025 14:58:38 #15 resolve docker.io/library/maven:3.9-eclipse-temurin-21@sha256:4983394dbb1b649d50adcf5fbb22c5c223996ff6da6f98e29f8e7a54a6b3a12c 0.2s done
10-Sep-2025 14:58:38 #15 DONE 0.2s
10-Sep-2025 14:58:38
10-Sep-2025 14:58:38 #16 [linux/arm64 dev 1/8] FROM docker.io/library/maven:3.9-eclipse-temurin-21@sha256:4983394dbb1b649d50adcf5fbb22c5c223996ff6da6f98e29f8e7a54a6b3a12c
10-Sep-2025 14:58:38 #16 resolve docker.io/library/maven:3.9-eclipse-temurin-21@sha256:4983394dbb1b649d50adcf5fbb22c5c223996ff6da6f98e29f8e7a54a6b3a12c 0.3s done
10-Sep-2025 14:58:38 #16 DONE 0.3s
10-Sep-2025 14:58:38
10-Sep-2025 14:58:38 #17 [linux/arm64 stage-2  1/10] FROM docker.io/library/tomcat:11-jdk21-temurin@sha256:5d1ecfcdfa7b2a51824d819a316e2439a5e386ab085d436c9d49ab48960244cc
10-Sep-2025 14:58:38 #17 resolve docker.io/library/tomcat:11-jdk21-temurin@sha256:5d1ecfcdfa7b2a51824d819a316e2439a5e386ab085d436c9d49ab48960244cc
10-Sep-2025 14:58:38 #17 resolve docker.io/library/tomcat:11-jdk21-temurin@sha256:5d1ecfcdfa7b2a51824d819a316e2439a5e386ab085d436c9d49ab48960244cc 0.3s done
10-Sep-2025 14:58:38 #17 DONE 0.3s
10-Sep-2025 14:58:38
10-Sep-2025 14:58:38 #18 [linux/amd64 stage-2  1/10] FROM docker.io/library/tomcat:11-jdk21-temurin@sha256:5d1ecfcdfa7b2a51824d819a316e2439a5e386ab085d436c9d49ab48960244cc
10-Sep-2025 14:58:38 #18 resolve docker.io/library/tomcat:11-jdk21-temurin@sha256:5d1ecfcdfa7b2a51824d819a316e2439a5e386ab085d436c9d49ab48960244cc 0.3s done
10-Sep-2025 14:58:38 #18 DONE 0.3s
10-Sep-2025 14:58:38
10-Sep-2025 14:58:38 #12 importing cache manifest from openmrs/openmrs-core:nightly-cache
10-Sep-2025 14:58:38 #12 inferred cache manifest type: application/vnd.oci.image.manifest.v1+json done
10-Sep-2025 14:58:40 #12 DONE 2.1s
10-Sep-2025 14:58:40
10-Sep-2025 14:58:40 #19 importing cache manifest from openmrs/openmrs-core:dev-cache
10-Sep-2025 14:58:40 #19 inferred cache manifest type: application/vnd.oci.image.manifest.v1+json done
10-Sep-2025 14:58:40 #19 ...
10-Sep-2025 14:58:40
10-Sep-2025 14:58:40 #20 importing cache manifest from openmrs/openmrs-core@sha256:0091bc2babdc9e1b8e23ae28fc36959282dc903c7a1749a5369204cf4e71cba2
10-Sep-2025 14:58:40 #20 inferred cache manifest type: application/vnd.oci.image.index.v1+json done
10-Sep-2025 14:58:40 #20 DONE 2.6s
10-Sep-2025 14:58:40
10-Sep-2025 14:58:40 #19 importing cache manifest from openmrs/openmrs-core:dev-cache
10-Sep-2025 14:58:40 #19 DONE 3.0s
10-Sep-2025 14:58:41
10-Sep-2025 14:58:41 #13 [internal] load build context
10-Sep-2025 14:58:42 #13 transferring context: 12.87MB 0.9s
10-Sep-2025 14:58:43 #13 transferring context: 32.44MB 1.9s done
10-Sep-2025 14:58:43 #13 DONE 2.5s
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #21 [linux/amd64 compile  2/17] RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
10-Sep-2025 14:58:43 #21 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #22 [linux/amd64 compile 12/17] COPY webapp/pom.xml webapp/
10-Sep-2025 14:58:43 #22 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #23 [linux/arm64 dev 2/8] RUN apt-get update && apt-get install -y tar gzip git && rm -rf /var/lib/apt/lists/*
10-Sep-2025 14:58:43 #23 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #24 [linux/arm64 dev 7/8] COPY --from=compile /openmrs_core /openmrs_core/
10-Sep-2025 14:58:43 #24 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #25 [linux/amd64 compile  9/17] COPY liquibase/pom.xml liquibase/
10-Sep-2025 14:58:43 #25 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #26 [linux/amd64 compile  4/17] COPY docker-pom.xml .
10-Sep-2025 14:58:43 #26 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #27 [linux/amd64 compile 13/17] COPY test-module/pom.xml test-module/
10-Sep-2025 14:58:43 #27 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #28 [linux/amd64 compile  5/17] RUN mvn -s /usr/share/maven/ref/settings-docker.xml -Daether.dependencyCollector.impl=bf -f docker-pom.xml org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:5.11.0:setup-sdk -N -DbatchAnswers=n
10-Sep-2025 14:58:43 #28 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #29 [linux/amd64 compile 15/17] COPY test-module/omod/pom.xml test-module/omod/
10-Sep-2025 14:58:43 #29 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #30 [linux/arm64 dev 6/8] COPY --from=compile /usr/share/maven/ref /usr/share/maven/ref
10-Sep-2025 14:58:43 #30 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #31 [linux/amd64 compile  3/17] WORKDIR /openmrs_core
10-Sep-2025 14:58:43 #31 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #32 [linux/amd64 compile 16/17] COPY . .
10-Sep-2025 14:58:43 #32 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #33 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:58:43 #33 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #34 [linux/amd64 compile 17/17] RUN mvn -s /usr/share/maven/ref/settings-docker.xml -Daether.dependencyCollector.impl=bf clean install -DskipTests
10-Sep-2025 14:58:43 #34 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #35 [linux/amd64 compile  8/17] COPY tools/pom.xml tools/
10-Sep-2025 14:58:43 #35 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #36 [linux/amd64 compile 11/17] COPY web/pom.xml web/
10-Sep-2025 14:58:43 #36 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #37 [linux/arm64 dev 4/8] RUN curl -fL -o /tmp/apache-tomcat.tar.gz "https://www.apache.org/dyn/closer.cgi?action=download&filename=tomcat/tomcat-11/v11.0.11/bin/apache-tomcat-11.0.11.tar.gz"     && echo "a26b2269530fd2fc834e9b1544962f6524cf87925de43b05ad050e66b5eaa76a4ad754a2c5fc4f851baf75a0ea1b0ed8f51082300393a4c35d8c2da0d7c535bd  /tmp/apache-tomcat.tar.gz" | sha512sum -c     && mkdir -p /usr/local/tomcat && gzip -d /tmp/apache-tomcat.tar.gz      && tar -xvf /tmp/apache-tomcat.tar -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*
10-Sep-2025 14:58:43 #37 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #38 [linux/amd64 compile  7/17] COPY test/pom.xml test/
10-Sep-2025 14:58:43 #38 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #39 [linux/amd64 compile  6/17] COPY pom.xml .
10-Sep-2025 14:58:43 #39 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #40 [linux/amd64 compile 14/17] COPY test-module/api/pom.xml test-module/api/
10-Sep-2025 14:58:43 #40 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #41 [linux/arm64 dev 3/8] RUN if [ "arm64" = "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 +x /usr/bin/tini
10-Sep-2025 14:58:43 #41 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #42 [linux/amd64 compile 10/17] COPY api/pom.xml api/
10-Sep-2025 14:58:43 #42 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #43 [linux/amd64 dev 4/8] RUN curl -fL -o /tmp/apache-tomcat.tar.gz "https://www.apache.org/dyn/closer.cgi?action=download&filename=tomcat/tomcat-11/v11.0.11/bin/apache-tomcat-11.0.11.tar.gz"     && echo "a26b2269530fd2fc834e9b1544962f6524cf87925de43b05ad050e66b5eaa76a4ad754a2c5fc4f851baf75a0ea1b0ed8f51082300393a4c35d8c2da0d7c535bd  /tmp/apache-tomcat.tar.gz" | sha512sum -c     && mkdir -p /usr/local/tomcat && gzip -d /tmp/apache-tomcat.tar.gz      && tar -xvf /tmp/apache-tomcat.tar -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*
10-Sep-2025 14:58:43 #43 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #44 [linux/amd64 dev 6/8] COPY --from=compile /usr/share/maven/ref /usr/share/maven/ref
10-Sep-2025 14:58:43 #44 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #45 [linux/amd64 dev 2/8] RUN apt-get update && apt-get install -y tar gzip git && rm -rf /var/lib/apt/lists/*
10-Sep-2025 14:58:43 #45 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #46 [linux/amd64 dev 7/8] COPY --from=compile /openmrs_core /openmrs_core/
10-Sep-2025 14:58:43 #46 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #47 [linux/amd64 dev 5/8] WORKDIR /openmrs_core
10-Sep-2025 14:58:43 #47 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #48 [linux/amd64 dev 3/8] 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 +x /usr/bin/tini
10-Sep-2025 14:58:43 #48 CACHED
10-Sep-2025 14:58:43
10-Sep-2025 14:58:43 #49 [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
10-Sep-2025 14:58:48 #49 ...
10-Sep-2025 14:58:48
10-Sep-2025 14:58:48 #50 [linux/arm64 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
10-Sep-2025 14:58:48 #50 CACHED
10-Sep-2025 14:58:48
10-Sep-2025 14:58:48 #50 [linux/arm64 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
10-Sep-2025 14:58:48 #50 sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 0B / 261.57MB 0.2s
10-Sep-2025 14:58:48 #50 ...
10-Sep-2025 14:58:48
10-Sep-2025 14:58:48 #49 [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
10-Sep-2025 14:58:48 #49 CACHED
10-Sep-2025 14:58:48
10-Sep-2025 14:58:48 #50 [linux/arm64 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
10-Sep-2025 14:58:48 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 0B / 116.88MB 0.2s
10-Sep-2025 14:58:48 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 0B / 386.18MB 0.2s
10-Sep-2025 14:58:48 #50 sha256:746792641dc324b7c0bb2769e338ed9e9f938bd9df6b116fbd94e14c6ec3ce7d 102B / 102B 0.2s
10-Sep-2025 14:58:48 #50 sha256:746792641dc324b7c0bb2769e338ed9e9f938bd9df6b116fbd94e14c6ec3ce7d 102B / 102B 0.4s done
10-Sep-2025 14:58:49 #50 sha256:2720611df721c5e0630feea0e578c1904fe94d53e4490ba3d391fff11d436eab 17.83MB / 26.04MB 0.2s
10-Sep-2025 14:58:49 #50 sha256:2720611df721c5e0630feea0e578c1904fe94d53e4490ba3d391fff11d436eab 26.04MB / 26.04MB 0.3s done
10-Sep-2025 14:58:49 #50 sha256:7c5acce1ad5ac1fac55e5a69d685bff76e15e30dc18159c45c04f063a4017a4e 9.09kB / 9.09kB 0.1s done
10-Sep-2025 14:58:49 #50 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done
10-Sep-2025 14:58:49 #50 sha256:db4050100e8718c754c3c0a65bd3baf71427bcc6c92cb84f809e860e0982d3d2 155B / 155B 0.1s done
10-Sep-2025 14:58:49 #50 sha256:20a51dba1db73222270ff16129162999d7ff5187ac6cdf9b280870cbad4e37ef 851B / 851B 0.1s done
10-Sep-2025 14:58:49 #50 sha256:03cdab72c3ac20ae213d1a34de302e4fa46b6aa584f65c2aefe512be62f8423b 9.24MB / 9.24MB 0.1s done
10-Sep-2025 14:58:49 #50 sha256:ce19ce864526d960701168df2b2d889b8d9153c6bfb072ec71092ee4487cfddd 22.61MB / 22.61MB 0.3s done
10-Sep-2025 14:58:50 #50 sha256:09baae02538fc7f6795ae085c56cf991b27600bd53e4b9caf13dd43ad69bba16 2.28kB / 2.28kB 0.1s done
10-Sep-2025 14:58:50 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 6.29MB / 116.88MB 1.8s
10-Sep-2025 14:58:50 #50 sha256:393d23927f0ebbb2aa06ed502bceec5b0e93d5185acc83e4da283ba5ed6ed671 159B / 159B 0.1s done
10-Sep-2025 14:58:50 #50 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 10.49MB / 156.09MB 0.2s
10-Sep-2025 14:58:50 #50 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 31.96MB / 156.09MB 0.3s
10-Sep-2025 14:58:50 #50 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 50.77MB / 156.09MB 0.5s
10-Sep-2025 14:58:50 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 20.97MB / 386.18MB 2.3s
10-Sep-2025 14:58:50 #50 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 62.91MB / 156.09MB 0.6s
10-Sep-2025 14:58:50 #50 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 77.59MB / 156.09MB 0.8s
10-Sep-2025 14:58:51 #50 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 87.03MB / 156.09MB 0.9s
10-Sep-2025 14:58:51 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 12.58MB / 116.88MB 2.9s
10-Sep-2025 14:58:51 #50 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 99.81MB / 156.09MB 1.1s
10-Sep-2025 14:58:51 #50 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 117.44MB / 156.09MB 1.2s
10-Sep-2025 14:58:51 #50 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 128.97MB / 156.09MB 1.4s
10-Sep-2025 14:58:51 #50 sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 13.63MB / 261.57MB 3.3s
10-Sep-2025 14:58:51 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 40.89MB / 386.18MB 3.2s
10-Sep-2025 14:58:51 #50 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 141.56MB / 156.09MB 1.7s
10-Sep-2025 14:58:51 #50 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 150.99MB / 156.09MB 1.8s
10-Sep-2025 14:58:52 #50 sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 156.09MB / 156.09MB 2.0s done
10-Sep-2025 14:58:52 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 18.87MB / 116.88MB 3.9s
10-Sep-2025 14:58:52 #50 sha256:7a7a6425082ba5fa14ef718d3cf4988b341dd57d66765f3a8e2c882a97c781ff 24.17MB / 24.17MB 0.3s done
10-Sep-2025 14:58:52 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 61.87MB / 386.18MB 4.1s
10-Sep-2025 14:58:52 #50 sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082 14.68MB / 28.86MB 0.2s
10-Sep-2025 14:58:52 #50 sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082 27.26MB / 28.86MB 0.3s
10-Sep-2025 14:58:52 #50 sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082 28.86MB / 28.86MB 0.4s done
10-Sep-2025 14:58:52 #50 extracting sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082
10-Sep-2025 14:58:53 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 25.17MB / 116.88MB 5.1s
10-Sep-2025 14:58:53 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 81.22MB / 386.18MB 5.0s
10-Sep-2025 14:58:54 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 101.71MB / 386.18MB 5.9s
10-Sep-2025 14:58:54 #50 sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 27.26MB / 261.57MB 6.3s
10-Sep-2025 14:58:55 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 31.46MB / 116.88MB 7.1s
10-Sep-2025 14:58:55 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 123.73MB / 386.18MB 7.1s
10-Sep-2025 14:58:55 #50 extracting sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082 2.7s done
10-Sep-2025 14:58:55 #50 extracting sha256:7a7a6425082ba5fa14ef718d3cf4988b341dd57d66765f3a8e2c882a97c781ff
10-Sep-2025 14:58:56 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 146.80MB / 386.18MB 8.1s
10-Sep-2025 14:58:56 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 37.75MB / 116.88MB 8.6s
10-Sep-2025 14:58:57 #50 extracting sha256:7a7a6425082ba5fa14ef718d3cf4988b341dd57d66765f3a8e2c882a97c781ff 1.7s done
10-Sep-2025 14:58:57 #50 extracting sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7
10-Sep-2025 14:58:57 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 168.82MB / 386.18MB 9.0s
10-Sep-2025 14:58:57 #50 sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 40.89MB / 261.57MB 9.5s
10-Sep-2025 14:58:57 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 44.04MB / 116.88MB 9.6s
10-Sep-2025 14:58:58 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 190.84MB / 386.18MB 10.1s
10-Sep-2025 14:58:58 #50 ...
10-Sep-2025 14:58:58
10-Sep-2025 14:58:58 #49 [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
10-Sep-2025 14:58:58 #49 sha256:2deecb6e983f2db306a57d3dc2db45182cc536369d54f5640096c0fc81b4ff49 116.88MB / 116.88MB 3.8s done
10-Sep-2025 14:58:58 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 5.24MB / 386.18MB 2.3s
10-Sep-2025 14:58:59 #49 ...
10-Sep-2025 14:58:59
10-Sep-2025 14:58:59 #50 [linux/arm64 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
10-Sep-2025 14:58:59 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 210.76MB / 386.18MB 10.8s
10-Sep-2025 14:58:59 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 50.33MB / 116.88MB 11.1s
10-Sep-2025 14:59:00 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 230.69MB / 386.18MB 11.7s
10-Sep-2025 14:59:00 #50 sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 54.53MB / 261.57MB 12.5s
10-Sep-2025 14:59:00 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 56.62MB / 116.88MB 12.5s
10-Sep-2025 14:59:01 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 251.66MB / 386.18MB 12.8s
10-Sep-2025 14:59:01 #50 extracting sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 4.4s done
10-Sep-2025 14:59:01 #50 extracting sha256:393d23927f0ebbb2aa06ed502bceec5b0e93d5185acc83e4da283ba5ed6ed671 0.1s done
10-Sep-2025 14:59:01 #50 extracting sha256:09baae02538fc7f6795ae085c56cf991b27600bd53e4b9caf13dd43ad69bba16 0.1s done
10-Sep-2025 14:59:01 #50 extracting sha256:ce19ce864526d960701168df2b2d889b8d9153c6bfb072ec71092ee4487cfddd
10-Sep-2025 14:59:02 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 271.58MB / 386.18MB 13.7s
10-Sep-2025 14:59:02 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 62.91MB / 116.88MB 14.1s
10-Sep-2025 14:59:02 #50 extracting sha256:ce19ce864526d960701168df2b2d889b8d9153c6bfb072ec71092ee4487cfddd 1.1s done
10-Sep-2025 14:59:02 #50 extracting sha256:03cdab72c3ac20ae213d1a34de302e4fa46b6aa584f65c2aefe512be62f8423b
10-Sep-2025 14:59:03 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 293.60MB / 386.18MB 14.6s
10-Sep-2025 14:59:03 #50 extracting sha256:03cdab72c3ac20ae213d1a34de302e4fa46b6aa584f65c2aefe512be62f8423b 0.2s done
10-Sep-2025 14:59:03 #50 extracting sha256:20a51dba1db73222270ff16129162999d7ff5187ac6cdf9b280870cbad4e37ef 0.1s done
10-Sep-2025 14:59:03 #50 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
10-Sep-2025 14:59:03 #50 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done
10-Sep-2025 14:59:03 #50 extracting sha256:db4050100e8718c754c3c0a65bd3baf71427bcc6c92cb84f809e860e0982d3d2 0.1s done
10-Sep-2025 14:59:03 #50 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.1s done
10-Sep-2025 14:59:03 #50 extracting sha256:7c5acce1ad5ac1fac55e5a69d685bff76e15e30dc18159c45c04f063a4017a4e 0.1s done
10-Sep-2025 14:59:03 #50 extracting sha256:2720611df721c5e0630feea0e578c1904fe94d53e4490ba3d391fff11d436eab
10-Sep-2025 14:59:03 #50 extracting sha256:2720611df721c5e0630feea0e578c1904fe94d53e4490ba3d391fff11d436eab 0.4s done
10-Sep-2025 14:59:03 #50 extracting sha256:746792641dc324b7c0bb2769e338ed9e9f938bd9df6b116fbd94e14c6ec3ce7d 0.1s done
10-Sep-2025 14:59:03 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 313.52MB / 386.18MB 15.5s
10-Sep-2025 14:59:03 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 69.21MB / 116.88MB 15.6s
10-Sep-2025 14:59:04 #50 sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 68.16MB / 261.57MB 15.9s
10-Sep-2025 14:59:05 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 335.54MB / 386.18MB 16.5s
10-Sep-2025 14:59:05 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 75.50MB / 116.88MB 17.3s
10-Sep-2025 14:59:06 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 356.52MB / 386.18MB 17.6s
10-Sep-2025 14:59:06 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 376.44MB / 386.18MB 18.5s
10-Sep-2025 14:59:07 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 81.79MB / 116.88MB 18.9s
10-Sep-2025 14:59:07 #50 sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 386.18MB / 386.18MB 18.9s done
10-Sep-2025 14:59:07 #50 extracting sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6
10-Sep-2025 14:59:07 #50 sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 81.79MB / 261.57MB 19.4s
10-Sep-2025 14:59:08 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 88.08MB / 116.88MB 20.4s
10-Sep-2025 14:59:09 #50 ...
10-Sep-2025 14:59:09
10-Sep-2025 14:59:09 #49 [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
10-Sep-2025 14:59:09 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 47.19MB / 386.18MB 12.6s
10-Sep-2025 14:59:09 #49 sha256:841de2883fc0980a18ad0ba91eaa58eb17f1ea5ca8b6532f6d7fb7cecda318b0 100B / 100B 0.1s done
10-Sep-2025 14:59:09 #49 sha256:da3103deaa1cf7dcf6831d89b03bdef8cf467c6529165410af0e7fb4d04c01ac 26.04MB / 26.04MB 0.4s done
10-Sep-2025 14:59:09 #49 sha256:f891e9aac460c2acc083ab0017cf62db36db4aec23e8c228239612b69c6c3a66 9.52kB / 9.52kB 0.1s done
10-Sep-2025 14:59:09 #49 sha256:c7dd23af040329b01c9edfcdc03df89be782d5c6940a6d536c950cc189a1f707 155B / 155B 0.1s done
10-Sep-2025 14:59:09 #49 sha256:a7c52f49c5e2ff0ce8a983a19659f02549269e6b25181d006145af0589733286 851B / 851B 0.1s done
10-Sep-2025 14:59:09 #49 sha256:6b7018a253a66463496e9dae145589fc86746cf4e07253511401502cd8ca16dc 9.24MB / 9.24MB 0.2s done
10-Sep-2025 14:59:09 #49 sha256:c6f8a5cad0e1c5dcea7a35628391dee9d24077a9994f1ca0ec35922087ac0a32 22.54MB / 22.54MB 0.2s done
10-Sep-2025 14:59:09 #49 sha256:cee05d3a8171244d8a0a91dcc24cc8f88a022f84a6332f1c53cbd3277f23c216 2.28kB / 2.28kB 0.0s done
10-Sep-2025 14:59:09 #49 sha256:48861495ffdc74a38cfadccc5a7c2d7567771b35c5ac196b905518487142eaa7 159B / 159B 0.1s done
10-Sep-2025 14:59:09 #49 sha256:6c2450e7acc8fe66b3c7c6839c24962d4d290fcaeea219edff53d6a82537e262 43.39MB / 157.81MB 0.5s
10-Sep-2025 14:59:09 #49 ...
10-Sep-2025 14:59:09
10-Sep-2025 14:59:09 #50 [linux/arm64 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
10-Sep-2025 14:59:10 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 94.37MB / 116.88MB 22.1s
10-Sep-2025 14:59:10 #50 sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 95.42MB / 261.57MB 22.5s
10-Sep-2025 14:59:11 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 100.66MB / 116.88MB 23.6s
10-Sep-2025 14:59:13 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 106.95MB / 116.88MB 24.9s
10-Sep-2025 14:59:14 #50 sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 109.05MB / 261.57MB 25.8s
10-Sep-2025 14:59:14 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 113.25MB / 116.88MB 26.4s
10-Sep-2025 14:59:15 #50 sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 116.88MB / 116.88MB 27.2s done
10-Sep-2025 14:59:17 #50 sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 123.73MB / 261.57MB 28.7s
10-Sep-2025 14:59:17 #50 extracting sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 10.0s done
10-Sep-2025 14:59:19 #50 sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 137.36MB / 261.57MB 30.8s
10-Sep-2025 14:59:19 #50 ...
10-Sep-2025 14:59:19
10-Sep-2025 14:59:19 #49 [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
10-Sep-2025 14:59:19 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 113.25MB / 386.18MB 23.0s
10-Sep-2025 14:59:19 #49 sha256:6c2450e7acc8fe66b3c7c6839c24962d4d290fcaeea219edff53d6a82537e262 157.81MB / 157.81MB 1.9s done
10-Sep-2025 14:59:19 #49 extracting sha256:6c2450e7acc8fe66b3c7c6839c24962d4d290fcaeea219edff53d6a82537e262 6.5s done
10-Sep-2025 14:59:19 #49 extracting sha256:48861495ffdc74a38cfadccc5a7c2d7567771b35c5ac196b905518487142eaa7 0.1s done
10-Sep-2025 14:59:19 #49 extracting sha256:cee05d3a8171244d8a0a91dcc24cc8f88a022f84a6332f1c53cbd3277f23c216 0.1s done
10-Sep-2025 14:59:19 #49 extracting sha256:c6f8a5cad0e1c5dcea7a35628391dee9d24077a9994f1ca0ec35922087ac0a32 1.0s done
10-Sep-2025 14:59:19 #49 extracting sha256:6b7018a253a66463496e9dae145589fc86746cf4e07253511401502cd8ca16dc 0.2s done
10-Sep-2025 14:59:19 #49 extracting sha256:a7c52f49c5e2ff0ce8a983a19659f02549269e6b25181d006145af0589733286 0.0s done
10-Sep-2025 14:59:19 #49 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.1s done
10-Sep-2025 14:59:19 #49 extracting sha256:c7dd23af040329b01c9edfcdc03df89be782d5c6940a6d536c950cc189a1f707 0.1s done
10-Sep-2025 14:59:19 #49 extracting sha256:f891e9aac460c2acc083ab0017cf62db36db4aec23e8c228239612b69c6c3a66 0.1s done
10-Sep-2025 14:59:19 #49 extracting sha256:da3103deaa1cf7dcf6831d89b03bdef8cf467c6529165410af0e7fb4d04c01ac 0.3s done
10-Sep-2025 14:59:19 #49 extracting sha256:841de2883fc0980a18ad0ba91eaa58eb17f1ea5ca8b6532f6d7fb7cecda318b0 0.0s done
10-Sep-2025 14:59:21 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 133.17MB / 386.18MB 25.2s
10-Sep-2025 14:59:24 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 153.09MB / 386.18MB 27.8s
10-Sep-2025 14:59:26 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 173.02MB / 386.18MB 30.5s
10-Sep-2025 14:59:29 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 192.94MB / 386.18MB 33.0s
10-Sep-2025 14:59:29 #49 ...
10-Sep-2025 14:59:29
10-Sep-2025 14:59:29 #50 [linux/arm64 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
10-Sep-2025 14:59:29 #50 sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 216.01MB / 261.57MB 41.1s
10-Sep-2025 14:59:29 #50 ...
10-Sep-2025 14:59:29
10-Sep-2025 14:59:29 #49 [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
10-Sep-2025 14:59:31 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 212.86MB / 386.18MB 35.4s
10-Sep-2025 14:59:34 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 233.83MB / 386.18MB 38.1s
10-Sep-2025 14:59:36 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 256.90MB / 386.18MB 39.9s
10-Sep-2025 14:59:37 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 276.82MB / 386.18MB 40.8s
10-Sep-2025 14:59:38 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 298.84MB / 386.18MB 41.9s
10-Sep-2025 14:59:39 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 321.91MB / 386.18MB 42.8s
10-Sep-2025 14:59:39 #49 ...
10-Sep-2025 14:59:39
10-Sep-2025 14:59:39 #50 [linux/arm64 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
10-Sep-2025 14:59:39 #50 sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 261.57MB / 261.57MB 47.5s done
10-Sep-2025 14:59:39 #50 extracting sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b
10-Sep-2025 14:59:39 #50 ...
10-Sep-2025 14:59:39
10-Sep-2025 14:59:39 #49 [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
10-Sep-2025 14:59:39 #49 ...
10-Sep-2025 14:59:39
10-Sep-2025 14:59:39 #50 [linux/arm64 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
10-Sep-2025 14:59:39 #50 extracting sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 4.1s done
10-Sep-2025 14:59:39 #50 DONE 56.0s
10-Sep-2025 14:59:40
10-Sep-2025 14:59:40 #49 [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
10-Sep-2025 14:59:40 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 344.98MB / 386.18MB 43.7s
10-Sep-2025 14:59:41 #49 ...
10-Sep-2025 14:59:41
10-Sep-2025 14:59:41 #50 [linux/arm64 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
10-Sep-2025 14:59:41 #50 extracting sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 1.1s done
10-Sep-2025 14:59:41 #50 DONE 57.1s
10-Sep-2025 14:59:41
10-Sep-2025 14:59:41 #49 [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
10-Sep-2025 14:59:41 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 364.90MB / 386.18MB 44.7s
10-Sep-2025 14:59:41 #49 ...
10-Sep-2025 14:59:41
10-Sep-2025 14:59:41 #51 [linux/arm64 stage-2  8/10] WORKDIR /openmrs
10-Sep-2025 14:59:41 #51 CACHED
10-Sep-2025 14:59:41
10-Sep-2025 14:59:41 #52 [linux/arm64 stage-2  6/10] COPY --from=dev /openmrs/wait-for-it.sh /openmrs/startup-init.sh /openmrs/startup.sh /openmrs/
10-Sep-2025 14:59:41 #52 CACHED
10-Sep-2025 14:59:41
10-Sep-2025 14:59:41 #53 [linux/arm64 stage-2  3/10] RUN if [ "arm64" = "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
10-Sep-2025 14:59:41 #53 CACHED
10-Sep-2025 14:59:41
10-Sep-2025 14:59:41 #54 [linux/arm64 stage-2  2/10] RUN apt-get update && rm -rf /var/lib/apt/lists/* && rm -rf /usr/local/tomcat/webapps/*
10-Sep-2025 14:59:41 #54 CACHED
10-Sep-2025 14:59:41
10-Sep-2025 14:59:41 #55 [linux/arm64 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
10-Sep-2025 14:59:41 #55 CACHED
10-Sep-2025 14:59:41
10-Sep-2025 14:59:41 #56 [linux/arm64 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
10-Sep-2025 14:59:41 #56 CACHED
10-Sep-2025 14:59:41
10-Sep-2025 14:59:41 #57 [linux/arm64 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     && mkdir -p /openmrs/data/complex_obs     && mkdir -p /openmrs/data/activemq-data     && chmod -R g+rw /openmrs
10-Sep-2025 14:59:41 #57 CACHED
10-Sep-2025 14:59:41
10-Sep-2025 14:59:41 #49 [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
10-Sep-2025 14:59:42 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 386.18MB / 386.18MB 45.8s
10-Sep-2025 14:59:42 #49 sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 386.18MB / 386.18MB 45.8s done
10-Sep-2025 14:59:42 #49 extracting sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872
10-Sep-2025 14:59:43 #49 ...
10-Sep-2025 14:59:43
10-Sep-2025 14:59:43 #58 [linux/arm64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
10-Sep-2025 14:59:43 #58 CACHED
10-Sep-2025 14:59:43
10-Sep-2025 14:59:43 #58 [linux/arm64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
10-Sep-2025 14:59:43 #58 sha256:6de7c0cf42c7aa17220e1acd3dd7355eeb2133e1ddba88da966c949929d75ba2 0B / 6.00kB 0.2s
10-Sep-2025 14:59:44 #58 sha256:40adbb89db0c79b7aec042b62503f74eeaa938f2fa237f4613bf639f52a1c974 0B / 6.14kB 0.2s
10-Sep-2025 14:59:44 #58 sha256:f565dfc443b84bc3cdc99cf0ac55abbeee3a3e5c7f75521be6be5b2c1e21deae 0B / 242B 0.2s
10-Sep-2025 14:59:44 #58 sha256:34f9d9c970c317fec0cf5af8307b42921e5edf2bc8cab7078e22a204a0014726 0B / 13.93MB 0.2s
10-Sep-2025 14:59:44 #58 sha256:6de7c0cf42c7aa17220e1acd3dd7355eeb2133e1ddba88da966c949929d75ba2 6.00kB / 6.00kB 0.3s done
10-Sep-2025 14:59:44 #58 sha256:40adbb89db0c79b7aec042b62503f74eeaa938f2fa237f4613bf639f52a1c974 6.14kB / 6.14kB 0.4s done
10-Sep-2025 14:59:44 #58 sha256:f565dfc443b84bc3cdc99cf0ac55abbeee3a3e5c7f75521be6be5b2c1e21deae 242B / 242B 0.4s done
10-Sep-2025 14:59:44 #58 sha256:34f9d9c970c317fec0cf5af8307b42921e5edf2bc8cab7078e22a204a0014726 3.99MB / 13.93MB 0.5s
10-Sep-2025 14:59:44 #58 sha256:22e9b5416afcda4f3e5e3e3d126d85f44ea990542782607129bd89dce46f3ef2 0B / 9.10kB 0.2s
10-Sep-2025 14:59:44 #58 sha256:29795b0d35ae1a8f42987ef330b66e7b6a8e2f7a07f9f33dfb3aa4cbb7a878ae 12.08MB / 14.34MB 0.2s
10-Sep-2025 14:59:44 #58 sha256:34f9d9c970c317fec0cf5af8307b42921e5edf2bc8cab7078e22a204a0014726 11.27MB / 13.93MB 0.6s
10-Sep-2025 14:59:44 #58 sha256:29795b0d35ae1a8f42987ef330b66e7b6a8e2f7a07f9f33dfb3aa4cbb7a878ae 14.34MB / 14.34MB 0.2s done
10-Sep-2025 14:59:44 #58 sha256:0135212c894be5fe71fab4cafba5aaa0524db903d8b77ac29747d8f8c4e7e5f1 139B / 139B 0.1s done
10-Sep-2025 14:59:44 #58 extracting sha256:0135212c894be5fe71fab4cafba5aaa0524db903d8b77ac29747d8f8c4e7e5f1
10-Sep-2025 14:59:44 #58 sha256:34f9d9c970c317fec0cf5af8307b42921e5edf2bc8cab7078e22a204a0014726 13.93MB / 13.93MB 0.8s done
10-Sep-2025 14:59:44 #58 extracting sha256:0135212c894be5fe71fab4cafba5aaa0524db903d8b77ac29747d8f8c4e7e5f1 0.1s done
10-Sep-2025 14:59:44 #58 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.1s done
10-Sep-2025 14:59:44 #58 extracting sha256:29795b0d35ae1a8f42987ef330b66e7b6a8e2f7a07f9f33dfb3aa4cbb7a878ae
10-Sep-2025 14:59:44 #58 sha256:22e9b5416afcda4f3e5e3e3d126d85f44ea990542782607129bd89dce46f3ef2 9.10kB / 9.10kB 0.6s done
10-Sep-2025 14:59:45 #58 extracting sha256:29795b0d35ae1a8f42987ef330b66e7b6a8e2f7a07f9f33dfb3aa4cbb7a878ae 0.8s done
10-Sep-2025 14:59:45 #58 DONE 4.1s
10-Sep-2025 14:59:45
10-Sep-2025 14:59:45 #49 [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
10-Sep-2025 14:59:45 #49 ...
10-Sep-2025 14:59:45
10-Sep-2025 14:59:45 #58 [linux/arm64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
10-Sep-2025 14:59:45 #58 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.1s done
10-Sep-2025 14:59:45 #58 DONE 4.2s
10-Sep-2025 14:59:45
10-Sep-2025 14:59:45 #58 [linux/arm64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
10-Sep-2025 14:59:45 #58 extracting sha256:22e9b5416afcda4f3e5e3e3d126d85f44ea990542782607129bd89dce46f3ef2 0.1s done
10-Sep-2025 14:59:45 #58 extracting sha256:34f9d9c970c317fec0cf5af8307b42921e5edf2bc8cab7078e22a204a0014726
10-Sep-2025 14:59:46 #58 extracting sha256:34f9d9c970c317fec0cf5af8307b42921e5edf2bc8cab7078e22a204a0014726 0.4s done
10-Sep-2025 14:59:46 #58 DONE 4.7s
10-Sep-2025 14:59:46
10-Sep-2025 14:59:46 #49 [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
10-Sep-2025 14:59:46 #49 ...
10-Sep-2025 14:59:46
10-Sep-2025 14:59:46 #58 [linux/arm64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
10-Sep-2025 14:59:46 #58 extracting sha256:f565dfc443b84bc3cdc99cf0ac55abbeee3a3e5c7f75521be6be5b2c1e21deae 0.1s done
10-Sep-2025 14:59:46 #58 extracting sha256:40adbb89db0c79b7aec042b62503f74eeaa938f2fa237f4613bf639f52a1c974 0.1s done
10-Sep-2025 14:59:46 #58 DONE 4.9s
10-Sep-2025 14:59:46
10-Sep-2025 14:59:46 #58 [linux/arm64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
10-Sep-2025 14:59:46 #58 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.1s done
10-Sep-2025 14:59:46 #58 extracting sha256:6de7c0cf42c7aa17220e1acd3dd7355eeb2133e1ddba88da966c949929d75ba2
10-Sep-2025 14:59:46 #58 extracting sha256:6de7c0cf42c7aa17220e1acd3dd7355eeb2133e1ddba88da966c949929d75ba2 0.1s done
10-Sep-2025 14:59:46 #58 DONE 5.2s
10-Sep-2025 14:59:46
10-Sep-2025 14:59:46 #49 [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
10-Sep-2025 14:59:46 #49 ...
10-Sep-2025 14:59:46
10-Sep-2025 14:59:46 #59 [linux/arm64 stage-2 10/10] COPY --from=dev /openmrs/distribution/openmrs_core/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war
10-Sep-2025 14:59:47 #59 DONE 0.7s
10-Sep-2025 14:59:47
10-Sep-2025 14:59:47 #49 [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
10-Sep-2025 14:59:47 #49 extracting sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 5.2s done
10-Sep-2025 14:59:47 #49 DONE 63.3s
10-Sep-2025 14:59:47
10-Sep-2025 14:59:47 #49 [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
10-Sep-2025 14:59:47 #49 extracting sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b
10-Sep-2025 14:59:51 #49 extracting sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b 3.5s done
10-Sep-2025 14:59:51 #49 extracting sha256:2deecb6e983f2db306a57d3dc2db45182cc536369d54f5640096c0fc81b4ff49
10-Sep-2025 14:59:52 #49 extracting sha256:2deecb6e983f2db306a57d3dc2db45182cc536369d54f5640096c0fc81b4ff49 1.2s done
10-Sep-2025 14:59:52 #49 DONE 68.0s
10-Sep-2025 14:59:52
10-Sep-2025 14:59:52 #60 [linux/amd64 stage-2  2/10] RUN apt-get update && rm -rf /var/lib/apt/lists/* && rm -rf /usr/local/tomcat/webapps/*
10-Sep-2025 14:59:52 #60 CACHED
10-Sep-2025 14:59:52
10-Sep-2025 14:59:52 #61 [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
10-Sep-2025 14:59:52 #61 CACHED
10-Sep-2025 14:59:52
10-Sep-2025 14:59:52 #62 [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
10-Sep-2025 14:59:52 #62 CACHED
10-Sep-2025 14:59:52
10-Sep-2025 14:59:52 #63 [linux/amd64 stage-2  8/10] WORKDIR /openmrs
10-Sep-2025 14:59:52 #63 CACHED
10-Sep-2025 14:59:52
10-Sep-2025 14:59:52 #64 [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
10-Sep-2025 14:59:52 #64 CACHED
10-Sep-2025 14:59:52
10-Sep-2025 14:59:52 #65 [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     && mkdir -p /openmrs/data/complex_obs     && mkdir -p /openmrs/data/activemq-data     && chmod -R g+rw /openmrs
10-Sep-2025 14:59:52 #65 CACHED
10-Sep-2025 14:59:52
10-Sep-2025 14:59:52 #66 [linux/amd64 stage-2  6/10] COPY --from=dev /openmrs/wait-for-it.sh /openmrs/startup-init.sh /openmrs/startup.sh /openmrs/
10-Sep-2025 14:59:52 #66 CACHED
10-Sep-2025 14:59:52
10-Sep-2025 14:59:52 #67 [linux/amd64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
10-Sep-2025 14:59:54 #67 CACHED
10-Sep-2025 14:59:55
10-Sep-2025 14:59:55 #67 [linux/amd64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
10-Sep-2025 14:59:55 #67 sha256:c74b555f0a6dc5d99802201b6cf827640bb7d381dcccd0c10da0b9a404a5fce7 0B / 6.00kB 0.2s
10-Sep-2025 14:59:55 #67 sha256:c74b555f0a6dc5d99802201b6cf827640bb7d381dcccd0c10da0b9a404a5fce7 6.00kB / 6.00kB 0.3s
10-Sep-2025 14:59:55 #67 sha256:2ed3dce2ada53795e73fdfbde1ac8a75850498e98cd78feb0281ab69d3b08e46 0B / 6.14kB 0.2s
10-Sep-2025 14:59:55 #67 sha256:82e694a6a3a35440b6c6c59508866c44211d52515a2c70e02dac1a40a8b230ca 0B / 237B 0.2s
10-Sep-2025 14:59:55 #67 sha256:d0c28b29149cc6d69f791d0728daf5f24ffc46c0edef05f77dc5ec2d2725bb96 0B / 13.92MB 0.2s
10-Sep-2025 14:59:55 #67 sha256:c74b555f0a6dc5d99802201b6cf827640bb7d381dcccd0c10da0b9a404a5fce7 6.00kB / 6.00kB 0.3s done
10-Sep-2025 14:59:55 #67 sha256:2ed3dce2ada53795e73fdfbde1ac8a75850498e98cd78feb0281ab69d3b08e46 6.14kB / 6.14kB 0.3s done
10-Sep-2025 14:59:55 #67 sha256:82e694a6a3a35440b6c6c59508866c44211d52515a2c70e02dac1a40a8b230ca 237B / 237B 0.3s done
10-Sep-2025 14:59:55 #67 sha256:f51f7fdbc0db006c796625b185ba9a9d0a73dc93fc7eb4f6863d83c1c097b3b2 139B / 139B 0.1s done
10-Sep-2025 14:59:55 #67 sha256:d0c28b29149cc6d69f791d0728daf5f24ffc46c0edef05f77dc5ec2d2725bb96 7.34MB / 13.92MB 0.5s
10-Sep-2025 14:59:55 #67 sha256:7fb4db30e4dac25e65da02fffcc9877b9dd1a99a2a949141a2b0851e8a0a63ea 0B / 9.53kB 0.2s
10-Sep-2025 14:59:55 #67 extracting sha256:f51f7fdbc0db006c796625b185ba9a9d0a73dc93fc7eb4f6863d83c1c097b3b2 0.1s done
10-Sep-2025 14:59:55 #67 sha256:44d1d14fc5804f58c2241f320ff5cfb7cd68eadddf5c7d9c0425327609f3d4de 10.49MB / 14.34MB 0.2s
10-Sep-2025 14:59:55 #67 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
10-Sep-2025 14:59:55 #67 sha256:d0c28b29149cc6d69f791d0728daf5f24ffc46c0edef05f77dc5ec2d2725bb96 13.92MB / 13.92MB 0.6s done
10-Sep-2025 14:59:55 #67 sha256:7fb4db30e4dac25e65da02fffcc9877b9dd1a99a2a949141a2b0851e8a0a63ea 9.53kB / 9.53kB 0.3s done
10-Sep-2025 14:59:55 #67 sha256:44d1d14fc5804f58c2241f320ff5cfb7cd68eadddf5c7d9c0425327609f3d4de 14.34MB / 14.34MB 0.2s done
10-Sep-2025 14:59:55 #67 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.2s done
10-Sep-2025 14:59:55 #67 extracting sha256:44d1d14fc5804f58c2241f320ff5cfb7cd68eadddf5c7d9c0425327609f3d4de
10-Sep-2025 14:59:56 #67 extracting sha256:44d1d14fc5804f58c2241f320ff5cfb7cd68eadddf5c7d9c0425327609f3d4de 0.4s done
10-Sep-2025 14:59:56 #67 DONE 3.4s
10-Sep-2025 14:59:56
10-Sep-2025 14:59:56 #67 [linux/amd64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
10-Sep-2025 14:59:56 #67 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.1s done
10-Sep-2025 14:59:56 #67 DONE 3.5s
10-Sep-2025 14:59:56
10-Sep-2025 14:59:56 #67 [linux/amd64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
10-Sep-2025 14:59:56 #67 extracting sha256:7fb4db30e4dac25e65da02fffcc9877b9dd1a99a2a949141a2b0851e8a0a63ea 0.0s done
10-Sep-2025 14:59:56 #67 extracting sha256:d0c28b29149cc6d69f791d0728daf5f24ffc46c0edef05f77dc5ec2d2725bb96
10-Sep-2025 14:59:56 #67 extracting sha256:d0c28b29149cc6d69f791d0728daf5f24ffc46c0edef05f77dc5ec2d2725bb96 0.4s done
10-Sep-2025 14:59:56 #67 DONE 4.0s
10-Sep-2025 14:59:56
10-Sep-2025 14:59:56 #67 [linux/amd64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
10-Sep-2025 14:59:56 #67 extracting sha256:82e694a6a3a35440b6c6c59508866c44211d52515a2c70e02dac1a40a8b230ca 0.0s done
10-Sep-2025 14:59:56 #67 extracting sha256:2ed3dce2ada53795e73fdfbde1ac8a75850498e98cd78feb0281ab69d3b08e46 0.1s done
10-Sep-2025 14:59:56 #67 DONE 4.1s
10-Sep-2025 14:59:56
10-Sep-2025 14:59:56 #67 [linux/amd64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
10-Sep-2025 14:59:56 #67 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.1s done
10-Sep-2025 14:59:56 #67 DONE 4.2s
10-Sep-2025 14:59:57
10-Sep-2025 14:59:57 #67 [linux/amd64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
10-Sep-2025 14:59:57 #67 extracting sha256:c74b555f0a6dc5d99802201b6cf827640bb7d381dcccd0c10da0b9a404a5fce7 0.0s done
10-Sep-2025 14:59:57 #67 DONE 4.3s
10-Sep-2025 14:59:57
10-Sep-2025 14:59:57 #68 [linux/amd64 stage-2 10/10] COPY --from=dev /openmrs/distribution/openmrs_core/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war
10-Sep-2025 14:59:57 #68 DONE 0.6s
10-Sep-2025 14:59:57
10-Sep-2025 14:59:57 #69 exporting to image
10-Sep-2025 14:59:57 #69 exporting layers
10-Sep-2025 15:00:02 #69 exporting layers 4.6s done
10-Sep-2025 15:00:02 #69 exporting manifest sha256:460abab0b116c57f3b26f960112280cc525937f224824ad3a88837dda94decc0 0.0s done
10-Sep-2025 15:00:02 #69 exporting config sha256:99d7ef0153a441718d6f49a0aeecb2952f1141d05532c591a8bc508cd7733f4f
10-Sep-2025 15:00:02 #69 exporting config sha256:99d7ef0153a441718d6f49a0aeecb2952f1141d05532c591a8bc508cd7733f4f 0.0s done
10-Sep-2025 15:00:02 #69 exporting attestation manifest sha256:7877247edfea9f7ad9c12f4af8593f9bc91aad3157839180b88d8cecf171abe7
10-Sep-2025 15:00:02 #69 exporting attestation manifest sha256:7877247edfea9f7ad9c12f4af8593f9bc91aad3157839180b88d8cecf171abe7 0.1s done
10-Sep-2025 15:00:02 #69 exporting manifest sha256:179a35b2172bdc75471a5bc2146711610b136b1e4d145f9425b558e3437f54d1 0.0s done
10-Sep-2025 15:00:02 #69 exporting config sha256:171b0f07333784e858b84eb8259990b3d06e7f1176d45504a9c4afb6aebed695 0.0s done
10-Sep-2025 15:00:02 #69 exporting attestation manifest sha256:b653f9301de3395fbc8152d6cc9f7110475cbe451fbd78cf00b3bbdd97842384 0.1s done
10-Sep-2025 15:00:02 #69 exporting manifest list sha256:eed260f96908d9e4cf0272f09bde5b1cf2aae202a5ad55d4e17f79f47a189efd 0.0s done
10-Sep-2025 15:00:02 #69 ...
10-Sep-2025 15:00:02
10-Sep-2025 15:00:02 #70 [auth] openmrs/openmrs-core:pull,push token for registry-1.docker.io
10-Sep-2025 15:00:02 #70 DONE 0.0s
10-Sep-2025 15:00:02
10-Sep-2025 15:00:02 #69 exporting to image
10-Sep-2025 15:00:02 #69 pushing layers
10-Sep-2025 15:00:07 #69 pushing layers 4.6s done
10-Sep-2025 15:00:07 #69 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:eed260f96908d9e4cf0272f09bde5b1cf2aae202a5ad55d4e17f79f47a189efd
10-Sep-2025 15:00:11 #69 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:eed260f96908d9e4cf0272f09bde5b1cf2aae202a5ad55d4e17f79f47a189efd 4.3s done
10-Sep-2025 15:00:12 #69 pushing layers 1.1s done
10-Sep-2025 15:00:12 #69 pushing manifest for docker.io/openmrs/openmrs-core:nightly-amazoncorretto-21@sha256:eed260f96908d9e4cf0272f09bde5b1cf2aae202a5ad55d4e17f79f47a189efd
10-Sep-2025 15:00:14 #69 pushing manifest for docker.io/openmrs/openmrs-core:nightly-amazoncorretto-21@sha256:eed260f96908d9e4cf0272f09bde5b1cf2aae202a5ad55d4e17f79f47a189efd 1.9s done
10-Sep-2025 15:00:14 #69 DONE 17.0s
10-Sep-2025 15:00:14
10-Sep-2025 15:00:14 #71 exporting cache to registry
10-Sep-2025 15:00:14 #71 preparing build cache for export
10-Sep-2025 15:00:27 #71 writing layer sha256:0134330afb0291bf11aba469bd0e91850dbfe1bb9c62cd2ea424b0561439b8ea
10-Sep-2025 15:00:27 #71 writing layer sha256:0134330afb0291bf11aba469bd0e91850dbfe1bb9c62cd2ea424b0561439b8ea 0.1s done
10-Sep-2025 15:00:27 #71 writing layer sha256:0135212c894be5fe71fab4cafba5aaa0524db903d8b77ac29747d8f8c4e7e5f1
10-Sep-2025 15:00:27 #71 writing layer sha256:0135212c894be5fe71fab4cafba5aaa0524db903d8b77ac29747d8f8c4e7e5f1 0.1s done
10-Sep-2025 15:00:27 #71 writing layer sha256:03cdab72c3ac20ae213d1a34de302e4fa46b6aa584f65c2aefe512be62f8423b 0.1s done
10-Sep-2025 15:00:27 #71 writing layer sha256:0677f765507b197496558026fafd04b93a474309807b573a531f2eb00800e846
10-Sep-2025 15:00:28 #71 writing layer sha256:0677f765507b197496558026fafd04b93a474309807b573a531f2eb00800e846 0.1s done
10-Sep-2025 15:00:28 #71 writing layer sha256:09baae02538fc7f6795ae085c56cf991b27600bd53e4b9caf13dd43ad69bba16 0.1s done
10-Sep-2025 15:00:28 #71 writing layer sha256:0eb7890ea79262b264e9461947d286e0d47af95195742e3af95d5df04bd1a0c8
10-Sep-2025 15:00:28 #71 writing layer sha256:0eb7890ea79262b264e9461947d286e0d47af95195742e3af95d5df04bd1a0c8 0.1s done
10-Sep-2025 15:00:28 #71 writing layer sha256:100792495cf28b9b1173587f5f5c39f5b662b57022fece8f71e27e1cd79bfcf8
10-Sep-2025 15:00:28 #71 writing layer sha256:100792495cf28b9b1173587f5f5c39f5b662b57022fece8f71e27e1cd79bfcf8 0.1s done
10-Sep-2025 15:00:28 #71 writing layer sha256:20a51dba1db73222270ff16129162999d7ff5187ac6cdf9b280870cbad4e37ef
10-Sep-2025 15:00:28 #71 writing layer sha256:20a51dba1db73222270ff16129162999d7ff5187ac6cdf9b280870cbad4e37ef 0.1s done
10-Sep-2025 15:00:28 #71 writing layer sha256:22e9b5416afcda4f3e5e3e3d126d85f44ea990542782607129bd89dce46f3ef2
10-Sep-2025 15:00:28 #71 writing layer sha256:22e9b5416afcda4f3e5e3e3d126d85f44ea990542782607129bd89dce46f3ef2 0.1s done
10-Sep-2025 15:00:28 #71 writing layer sha256:2720611df721c5e0630feea0e578c1904fe94d53e4490ba3d391fff11d436eab
10-Sep-2025 15:00:28 #71 writing layer sha256:2720611df721c5e0630feea0e578c1904fe94d53e4490ba3d391fff11d436eab 0.1s done
10-Sep-2025 15:00:28 #71 writing layer sha256:29795b0d35ae1a8f42987ef330b66e7b6a8e2f7a07f9f33dfb3aa4cbb7a878ae 0.1s done
10-Sep-2025 15:00:28 #71 writing layer sha256:2deecb6e983f2db306a57d3dc2db45182cc536369d54f5640096c0fc81b4ff49
10-Sep-2025 15:00:28 #71 writing layer sha256:2deecb6e983f2db306a57d3dc2db45182cc536369d54f5640096c0fc81b4ff49 0.1s done
10-Sep-2025 15:00:28 #71 writing layer sha256:2ed3dce2ada53795e73fdfbde1ac8a75850498e98cd78feb0281ab69d3b08e46 0.1s done
10-Sep-2025 15:00:28 #71 writing layer sha256:34f9d9c970c317fec0cf5af8307b42921e5edf2bc8cab7078e22a204a0014726
10-Sep-2025 15:00:29 #71 writing layer sha256:34f9d9c970c317fec0cf5af8307b42921e5edf2bc8cab7078e22a204a0014726 0.1s done
10-Sep-2025 15:00:29 #71 writing layer sha256:37c3c353b1235dc36b49b7523d43edbe64323bdbfdd37cf153a34a08d21b60b2 0.1s done
10-Sep-2025 15:00:29 #71 writing layer sha256:393d23927f0ebbb2aa06ed502bceec5b0e93d5185acc83e4da283ba5ed6ed671
10-Sep-2025 15:00:29 #71 writing layer sha256:393d23927f0ebbb2aa06ed502bceec5b0e93d5185acc83e4da283ba5ed6ed671 0.1s done
10-Sep-2025 15:00:29 #71 writing layer sha256:40adbb89db0c79b7aec042b62503f74eeaa938f2fa237f4613bf639f52a1c974
10-Sep-2025 15:00:29 #71 writing layer sha256:40adbb89db0c79b7aec042b62503f74eeaa938f2fa237f4613bf639f52a1c974 0.1s done
10-Sep-2025 15:00:29 #71 writing layer sha256:44d1d14fc5804f58c2241f320ff5cfb7cd68eadddf5c7d9c0425327609f3d4de
10-Sep-2025 15:00:29 #71 writing layer sha256:44d1d14fc5804f58c2241f320ff5cfb7cd68eadddf5c7d9c0425327609f3d4de 0.1s done
10-Sep-2025 15:00:29 #71 writing layer sha256:45cd6ad53cb0501e4ac680f83f6ac8ba81991b5c93cb7af0f9297c4cedf9c046
10-Sep-2025 15:00:29 #71 writing layer sha256:45cd6ad53cb0501e4ac680f83f6ac8ba81991b5c93cb7af0f9297c4cedf9c046 0.1s done
10-Sep-2025 15:00:29 #71 writing layer sha256:48861495ffdc74a38cfadccc5a7c2d7567771b35c5ac196b905518487142eaa7 0.1s done
10-Sep-2025 15:00:29 #71 writing layer sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
10-Sep-2025 15:00:29 #71 writing layer sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done
10-Sep-2025 15:00:29 #71 writing layer sha256:5729f598c5e53f73170d4ecf432fae91f1a95cd0888f9537fdf28c3210e13a65 0.1s done
10-Sep-2025 15:00:29 #71 writing layer sha256:60b33e83a64a455b4e003970aa6948181abfc5f2d57c1d86fb4cb9999e982b06
10-Sep-2025 15:00:30 #71 writing layer sha256:60b33e83a64a455b4e003970aa6948181abfc5f2d57c1d86fb4cb9999e982b06 0.2s done
10-Sep-2025 15:00:30 #71 writing layer sha256:6b7018a253a66463496e9dae145589fc86746cf4e07253511401502cd8ca16dc
10-Sep-2025 15:00:30 #71 writing layer sha256:6b7018a253a66463496e9dae145589fc86746cf4e07253511401502cd8ca16dc 0.1s done
10-Sep-2025 15:00:30 #71 writing layer sha256:6c2450e7acc8fe66b3c7c6839c24962d4d290fcaeea219edff53d6a82537e262
10-Sep-2025 15:00:30 #71 writing layer sha256:6c2450e7acc8fe66b3c7c6839c24962d4d290fcaeea219edff53d6a82537e262 0.1s done
10-Sep-2025 15:00:30 #71 writing layer sha256:6de7c0cf42c7aa17220e1acd3dd7355eeb2133e1ddba88da966c949929d75ba2 0.1s done
10-Sep-2025 15:00:30 #71 writing layer sha256:746792641dc324b7c0bb2769e338ed9e9f938bd9df6b116fbd94e14c6ec3ce7d
10-Sep-2025 15:00:30 #71 writing layer sha256:746792641dc324b7c0bb2769e338ed9e9f938bd9df6b116fbd94e14c6ec3ce7d 0.1s done
10-Sep-2025 15:00:30 #71 writing layer sha256:76249c7cd50397d2e8c06a75106723d057deaba0ffbc7f4af1bb02bcf71d81cf
10-Sep-2025 15:00:30 #71 writing layer sha256:76249c7cd50397d2e8c06a75106723d057deaba0ffbc7f4af1bb02bcf71d81cf 0.1s done
10-Sep-2025 15:00:30 #71 writing layer sha256:769fd9791b287117f711bce123e2e5c67931b723d2201e1f847d480996686218
10-Sep-2025 15:00:30 #71 writing layer sha256:769fd9791b287117f711bce123e2e5c67931b723d2201e1f847d480996686218 0.1s done
10-Sep-2025 15:00:30 #71 writing layer sha256:7a7a6425082ba5fa14ef718d3cf4988b341dd57d66765f3a8e2c882a97c781ff
10-Sep-2025 15:00:30 #71 writing layer sha256:7a7a6425082ba5fa14ef718d3cf4988b341dd57d66765f3a8e2c882a97c781ff 0.1s done
10-Sep-2025 15:00:30 #71 writing layer sha256:7c5acce1ad5ac1fac55e5a69d685bff76e15e30dc18159c45c04f063a4017a4e
10-Sep-2025 15:00:30 #71 writing layer sha256:7c5acce1ad5ac1fac55e5a69d685bff76e15e30dc18159c45c04f063a4017a4e 0.1s done
10-Sep-2025 15:00:30 #71 writing layer sha256:7fb4db30e4dac25e65da02fffcc9877b9dd1a99a2a949141a2b0851e8a0a63ea
10-Sep-2025 15:00:31 #71 writing layer sha256:7fb4db30e4dac25e65da02fffcc9877b9dd1a99a2a949141a2b0851e8a0a63ea 0.1s done
10-Sep-2025 15:00:31 #71 writing layer sha256:82e694a6a3a35440b6c6c59508866c44211d52515a2c70e02dac1a40a8b230ca
10-Sep-2025 15:00:31 #71 writing layer sha256:82e694a6a3a35440b6c6c59508866c44211d52515a2c70e02dac1a40a8b230ca 0.1s done
10-Sep-2025 15:00:31 #71 writing layer sha256:83b94c33cd8ce491ace8b802244e9f71cac02e35c8b24cb61ee076d473a7197c
10-Sep-2025 15:00:31 #71 writing layer sha256:83b94c33cd8ce491ace8b802244e9f71cac02e35c8b24cb61ee076d473a7197c 0.1s done
10-Sep-2025 15:00:31 #71 writing layer sha256:841de2883fc0980a18ad0ba91eaa58eb17f1ea5ca8b6532f6d7fb7cecda318b0 0.1s done
10-Sep-2025 15:00:31 #71 writing layer sha256:84f906ff6d756885ac71a66e3af6d2b93e7cf751d6a119c2d7fd5e31369870b9
10-Sep-2025 15:00:31 #71 writing layer sha256:84f906ff6d756885ac71a66e3af6d2b93e7cf751d6a119c2d7fd5e31369870b9 0.1s done
10-Sep-2025 15:00:31 #71 writing layer sha256:8f8874bb2e623a6af2b93449d3d08790cf67a81b4b16f5f246529da5c2b81ea6 0.1s done
10-Sep-2025 15:00:31 #71 writing layer sha256:a7c52f49c5e2ff0ce8a983a19659f02549269e6b25181d006145af0589733286
10-Sep-2025 15:00:31 #71 writing layer sha256:a7c52f49c5e2ff0ce8a983a19659f02549269e6b25181d006145af0589733286 0.1s done
10-Sep-2025 15:00:31 #71 writing layer sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872
10-Sep-2025 15:00:31 #71 writing layer sha256:af50dabdffd2579e8d8dfc4e5840a1802be961535202031629213d7fcc82b872 0.1s done
10-Sep-2025 15:00:31 #71 writing layer sha256:b3347b3fab02196f6c8f0ed1fe09659c870af7c614c837413e969db832ffc8dc
10-Sep-2025 15:00:31 #71 writing layer sha256:b3347b3fab02196f6c8f0ed1fe09659c870af7c614c837413e969db832ffc8dc 0.1s done
10-Sep-2025 15:00:31 #71 writing layer sha256:c1af73bbc22ec65c1ca3068c1763c3f09e344a24f048da44846d9b6715e501ad
10-Sep-2025 15:00:32 #71 writing layer sha256:c1af73bbc22ec65c1ca3068c1763c3f09e344a24f048da44846d9b6715e501ad 0.3s done
10-Sep-2025 15:00:32 #71 writing layer sha256:c6f8a5cad0e1c5dcea7a35628391dee9d24077a9994f1ca0ec35922087ac0a32
10-Sep-2025 15:00:32 #71 writing layer sha256:c6f8a5cad0e1c5dcea7a35628391dee9d24077a9994f1ca0ec35922087ac0a32 0.1s done
10-Sep-2025 15:00:32 #71 writing layer sha256:c74b555f0a6dc5d99802201b6cf827640bb7d381dcccd0c10da0b9a404a5fce7
10-Sep-2025 15:00:32 #71 writing layer sha256:c74b555f0a6dc5d99802201b6cf827640bb7d381dcccd0c10da0b9a404a5fce7 0.1s done
10-Sep-2025 15:00:32 #71 writing layer sha256:c7dd23af040329b01c9edfcdc03df89be782d5c6940a6d536c950cc189a1f707 0.1s done
10-Sep-2025 15:00:32 #71 writing layer sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7
10-Sep-2025 15:00:32 #71 writing layer sha256:c94d114b4100cbe00c17f3935b6f2edbd2e9bf00d33bdebc04f57efb053ae0d7 0.1s done
10-Sep-2025 15:00:32 #71 writing layer sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082
10-Sep-2025 15:00:32 #71 writing layer sha256:cc43ec4c13811c515d52d11a6039f3659696499c8782f5f3f601a3fdedf14082 0.1s done
10-Sep-2025 15:00:32 #71 writing layer sha256:ce19ce864526d960701168df2b2d889b8d9153c6bfb072ec71092ee4487cfddd
10-Sep-2025 15:00:32 #71 writing layer sha256:ce19ce864526d960701168df2b2d889b8d9153c6bfb072ec71092ee4487cfddd 0.1s done
10-Sep-2025 15:00:32 #71 writing layer sha256:cee05d3a8171244d8a0a91dcc24cc8f88a022f84a6332f1c53cbd3277f23c216
10-Sep-2025 15:00:32 #71 writing layer sha256:cee05d3a8171244d8a0a91dcc24cc8f88a022f84a6332f1c53cbd3277f23c216 0.1s done
10-Sep-2025 15:00:32 #71 writing layer sha256:d0c28b29149cc6d69f791d0728daf5f24ffc46c0edef05f77dc5ec2d2725bb96
10-Sep-2025 15:00:33 #71 writing layer sha256:d0c28b29149cc6d69f791d0728daf5f24ffc46c0edef05f77dc5ec2d2725bb96 0.1s done
10-Sep-2025 15:00:33 #71 writing layer sha256:d1feb265082d37f1eb86e1856d9cc02963f7a8d58aa96e4952bceca810b9e977 0.1s done
10-Sep-2025 15:00:33 #71 writing layer sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b
10-Sep-2025 15:00:33 #71 writing layer sha256:d238df9776534ca533d9deccfcd47b2d59cccdd070fd074cf301c82a1d902a6b done
10-Sep-2025 15:00:33 #71 writing layer sha256:da3103deaa1cf7dcf6831d89b03bdef8cf467c6529165410af0e7fb4d04c01ac
10-Sep-2025 15:00:33 #71 writing layer sha256:da3103deaa1cf7dcf6831d89b03bdef8cf467c6529165410af0e7fb4d04c01ac 0.1s done
10-Sep-2025 15:00:33 #71 writing layer sha256:db4050100e8718c754c3c0a65bd3baf71427bcc6c92cb84f809e860e0982d3d2 0.1s done
10-Sep-2025 15:00:33 #71 writing layer sha256:e2b2911c74985df52e574a26dfdf5b81cceb65972568dd88d0a9103af4312981
10-Sep-2025 15:00:33 #71 writing layer sha256:e2b2911c74985df52e574a26dfdf5b81cceb65972568dd88d0a9103af4312981 0.1s done
10-Sep-2025 15:00:33 #71 writing layer sha256:e6fc5d02748f44f1273aab338ea211871005dcc4784acd841e1d127d9d9eeb77 0.1s done
10-Sep-2025 15:00:33 #71 writing layer sha256:ea9d49bba3eb6df559f16db74e80ae09314c9d5a7590ade939fff44b16b1304e
10-Sep-2025 15:00:33 #71 writing layer sha256:ea9d49bba3eb6df559f16db74e80ae09314c9d5a7590ade939fff44b16b1304e 0.1s done
10-Sep-2025 15:00:33 #71 writing layer sha256:f51f7fdbc0db006c796625b185ba9a9d0a73dc93fc7eb4f6863d83c1c097b3b2 0.1s done
10-Sep-2025 15:00:33 #71 writing layer sha256:f565dfc443b84bc3cdc99cf0ac55abbeee3a3e5c7f75521be6be5b2c1e21deae
10-Sep-2025 15:00:33 #71 writing layer sha256:f565dfc443b84bc3cdc99cf0ac55abbeee3a3e5c7f75521be6be5b2c1e21deae 0.1s done
10-Sep-2025 15:00:33 #71 writing layer sha256:f891e9aac460c2acc083ab0017cf62db36db4aec23e8c228239612b69c6c3a66
10-Sep-2025 15:00:33 #71 writing layer sha256:f891e9aac460c2acc083ab0017cf62db36db4aec23e8c228239612b69c6c3a66 0.1s done
10-Sep-2025 15:00:33 #71 writing layer sha256:f8974d2c82020c6d469f882e05f3093c8c72d4a04199042d542dc17218560831
10-Sep-2025 15:00:34 #71 writing layer sha256:f8974d2c82020c6d469f882e05f3093c8c72d4a04199042d542dc17218560831 0.2s done
10-Sep-2025 15:00:34 #71 writing config sha256:5c8633aaee6bb9fa12536fcd592b9aa68e0b09d12635a25b218c54dd4d184d47
10-Sep-2025 15:00:34 #71 writing config sha256:5c8633aaee6bb9fa12536fcd592b9aa68e0b09d12635a25b218c54dd4d184d47 0.7s done
10-Sep-2025 15:00:35 #71 writing cache image manifest sha256:1fb680cb56cec53ff74150e622d7598b6ffdfb9e1b71cad35e519d1eb7e104f6
10-Sep-2025 15:00:37 #71 preparing build cache for export 22.5s done
10-Sep-2025 15:00:37 #71 writing cache image manifest sha256:1fb680cb56cec53ff74150e622d7598b6ffdfb9e1b71cad35e519d1eb7e104f6 2.1s done
10-Sep-2025 15:00:37 #71 DONE 22.5s
10-Sep-2025 15:00:37 Finished task 'Deploy to docker' with result: Success
10-Sep-2025 15:00:37 Running post build plugin 'Docker Container Cleanup'
10-Sep-2025 15:00:37 Running post build plugin 'NCover Results Collector'
10-Sep-2025 15:00:37 Running post build plugin 'Build Results Label Collector'
10-Sep-2025 15:00:37 Running post build plugin 'Clover Results Collector'
10-Sep-2025 15:00:37 Running post build plugin 'npm Cache Cleanup'
10-Sep-2025 15:00:37 Running post build plugin 'Artifact Copier'
10-Sep-2025 15:00:37 Finalising the build...
10-Sep-2025 15:00:37 Stopping timer.
10-Sep-2025 15:00:37 Build TRUNK-MASTER-DTD-3961 completed.
10-Sep-2025 15:00:38 Running on server: post build plugin 'Build Hanging Detection Configuration'
10-Sep-2025 15:00:38 Running on server: post build plugin 'NCover Results Collector'
10-Sep-2025 15:00:38 Running on server: post build plugin 'Build Labeller'
10-Sep-2025 15:00:38 Running on server: post build plugin 'Clover Delta Calculator'
10-Sep-2025 15:00:38 Running on server: post build plugin 'Maven Dependencies Postprocessor'
10-Sep-2025 15:00:38 All post build plugins have finished
10-Sep-2025 15:00:38 Generating build results summary...
10-Sep-2025 15:00:38 Saving build results to disk...
10-Sep-2025 15:00:38 Store variable context...
10-Sep-2025 15:00:38 Finished building TRUNK-MASTER-DTD-3961.