This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
We currently use ECR for our AWS builds in order to deploy the KIC. Rather than re-write things for the other providers registry services, we should consider standing up our own internal registry as part of our deployment and then use that. This will decouple us from custom code for each provider's registry.
Describe the solution you'd like
Deploy an internal registry and use it for KIC (and any other custom images that are used by the project)
Describe alternatives you've considered
We currently work with ECR, and we could write custom logic for private registries as well as cloud provider registries.
Additional context
None.