Builds and publishes the O3 Frontend

Build: #8 failed Changes by Rafal Korytkowski

Stages & jobs

  1. Default Stage

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
2 seconds
Labels
None
Agent
ploong.openmrs.org
Revision
70feb83382f5daba6c4b4073ae8e3160c5eaf76d
No failed test found. A possible compilation error occurred.

Responsible

  • Rafal Korytkowski Rafal Korytkowski Automatically assigned

Code commits

Author Commit Message Commit date
Rafal Korytkowski Rafal Korytkowski 70feb83382f5daba6c4b4073ae8e3160c5eaf76d Upgrading core to 2.8.1-SNAPSHOT

Error summary for Default Job

The job generated some errors, drill down into the full build log for more details.

+ export IMAGE=openmrs/openmrs-reference-application-3-frontend
+ IMAGE=openmrs/openmrs-reference-application-3-frontend
+ docker login -u openmrsci -p ********
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/bamboo-agent/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credential-stores

++ date +%s
+ docker buildx build --pull --push --platform linux/amd64,linux/arm64 --build-arg CACHE_BUST=1755680513 -t openmrs/openmrs-reference-application-3-frontend:nightly-core-2.8 -t openmrs/openmrs-reference-application-3-frontend:dev3-core-2.8 frontend/
ERROR: Multi-platform build is not supported for the docker driver.
Switch to a different driver, or turn on the containerd image store, and try again.
Learn more at https://docs.docker.com/go/build-multi-platform/