|
Deploy Test / Run deploy test suite (push) Successful in 3m35s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Publish / Build and publish (push) Successful in 52s
Details
Webapp Test / Run webapp test suite (push) Successful in 3m5s
Details
Smoke Test / Run basic test suite (push) Successful in 4m3s
Details
Implementation of a command to fetch pre-built images from a remote registry, complementing the --push-images option already present on build-containers. The two subcommands used together allow a stack to be deployed without needing to built its images, provided they have been already built and pushed to the specified container image registry. This implementation simply picks the newest image with the right name and platform (matches against the platform Python is running on, so watch out for scenarios where Python is an x86 binary on M1 macs). Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/768 Co-authored-by: David Boreham <david@bozemanpass.com> Co-committed-by: David Boreham <david@bozemanpass.com> |
||
|---|---|---|
| .. | ||
| build | ||
| data | ||
| deploy | ||
| repos | ||
| __init__.py | ||
| __main__.py | ||
| base.py | ||
| command_types.py | ||
| constants.py | ||
| main.py | ||
| opts.py | ||
| update.py | ||
| util.py | ||
| version.py | ||