stack-orchestrator/stack_orchestrator/build
David Boreham da1ff609fe
All checks were successful
Lint Checks / Run linter (push) Successful in 35s
Publish / Build and publish (push) Successful in 1m33s
Webapp Test / Run webapp test suite (push) Successful in 3m44s
Smoke Test / Run basic test suite (push) Successful in 4m9s
Deploy Test / Run deploy test suite (push) Successful in 7m3s
fetch-images command (#768)
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: #768
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-02-27 15:15:08 +00:00
..
__init__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
build_containers.py fetch-images command (#768) 2024-02-27 15:15:08 +00:00
build_npms.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
build_types.py Simple container image publication (#762) 2024-02-23 19:57:47 +00:00
build_util.py fetch-images command (#768) 2024-02-27 15:15:08 +00:00
build_webapp.py Check for existing tag in remote repo before building. (#764) 2024-02-24 03:22:49 +00:00
fetch_containers.py fetch-images command (#768) 2024-02-27 15:15:08 +00:00
publish.py Simple container image publication (#762) 2024-02-23 19:57:47 +00:00