AgileData.io Docs
Table Of Contents
AgileData.io Docs
Table Of Contents

2026-05-12 - Container Build Reliability Fix — All Environments Now Deploy Fresh

Release

AgileData.io - Reliable Deployments: Containers Now Always Rebuild on Deploy

A critical deployment issue was identified and resolved where containers were not being rebuilt during deployment, causing all environments to run stale versions of the backend processing layer. The fix ensures containers are always built fresh when a deployment is triggered.

This is the kind of infrastructure problem that is invisible to users until something behaves unexpectedly — a bug fix gets deployed but the fix doesn’t appear, or a new feature doesn’t work because the running code is older than expected. With the build step enforced correctly, every deployment now reflects the latest code across all environments.

What was happening:

  • Container build step was not executing during deployments

  • All environments (development, testing, production) were running older container images

  • Newly deployed code changes were not taking effect until manually triggered

What this means for you:

  • Bug fixes and features deployed to AgileData take effect immediately

  • No risk of environments silently running stale code after a deployment

  • More reliable and predictable deployment behaviour across all environments

Last Refreshed

Doc Refreshed: 2026-05-12