You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor containers config handling
Unfortunately I had to squash this to fix merge conflicts, so this commit contains:
* add config normalisation function
* refactor dev to use normalised config
* refactor containers deploy to use normalised config
* consolidate tests into containers/deploy.test.ts
* fix up loop in build command and config handling in ensureDiskSize
* stray fixups for cloudchamber apply
* validate and normalise app name, constraints and observability too in config normalisation function
* bring back dev specific options type
* resolve image path in readConfig (main validation func)
* fix custom instance limit units and add test
* PR feedback
* rebase fixups
// All containers running on our platform need to be built for amd64 architecture, but by default docker pull seems to look for an image matching the host system, so we need to specify this here
0 commit comments