Error AtlasError Documentation and Resolution

Docker Hub autobuild exceeded the maximum execution time

The build was cancelled or exceeded the maximum execution time.

Docker Hub automated builds have a fixed execution limit and are cancelled when the build runs too long, producing the same log message used for an actively cancelled build.

The build was cancelled or exceeded the maximum execution timebuild
The build was cancelled or exceeded the maximum execution time.
  • The automated build ran longer than Docker Hub's execution limit.
  • The build process stalled or spent too long downloading, compiling, or testing.
  • The build may also have been cancelled manually, which uses the same log message.
  1. Review the build logs to determine whether the build timed out or was cancelled manually.
  2. Reduce build duration by simplifying the build steps or using cached dependencies where possible.
  3. Retry the build after addressing the slow or hanging stage.
Docker Docs: Troubleshoot your autobuilds
Docker Hub autobuild exceeded the maximum execution time: fixes | Error Atlas