docker-camunda-bpm-platform icon indicating copy to clipboard operation
docker-camunda-bpm-platform copied to clipboard

chore(docker): use native arm runners

Open danielkelemen opened this issue 2 years ago • 1 comments

related to camunda/camunda-bpm-platform#3600

danielkelemen avatar Oct 12 '23 10:10 danielkelemen

Notes

  • Configured aws-arm-core-2-default which seems to be sufficient. It finishes about the same time as the x64 build.
  • Removed the cache arguments as docker build doesn't support the --cache-to only the --cache-from which is not that useful in the first build.

Issues

  • [ ] multi platform docker build (release.sh) seems to fail during amd64 mvn dependency:get with timeout (download.sh).
  • [ ] Docker.io too many requests
    • 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading
  • [ ] Self hosted runner isn't picking up the job, sometimes for a whole hour.
    • Waiting for a runner to pick up this job...

danielkelemen avatar Oct 12 '23 10:10 danielkelemen