helpers
helpers copied to clipboard
Update doc and paper about the release process
Need to modify: https://github.com/causify-ai/helpers/blob/master/docs/work_tools/all.devops_docker.how_to_guide.md
- In the
> i docker_release_multi_build_dev_image \
--version <VERSION> \
--platform <PLATFORM> \
--target-registries <TARGET_REGISTRIES>
there is not platform need to remove.
Below the section "Release a multi-architecture dev image", the "Release a multi-architecture prod image" section needs to be added. It may be necessary to mention that running the release invoke is quite risky, as the process can take long time. It’s better to run it step-by-step.
Need to check the sections:
- https://github.com/causify-ai/helpers/blob/master/docs/work_tools/all.devops_docker.how_to_guide.md#multi-architecture-build
- https://github.com/causify-ai/helpers/blob/master/docs/work_tools/all.devops_docker.how_to_guide.md#release-a-multi-architecture-dev-image Some info from them could be outdated.