kic-reference-architectures icon indicating copy to clipboard operation
kic-reference-architectures copied to clipboard

feat: build out registry as part of the installation to decouple from cloud provider registries

Open qdzlug opened this issue 3 years ago • 2 comments

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.

qdzlug avatar Jul 23 '21 16:07 qdzlug

The work in #167 gets us most of the way here.

qdzlug avatar Aug 19 '22 15:08 qdzlug

This is partially closed by #167 - left to be done are the workstation based installs.

qdzlug avatar Aug 31 '22 14:08 qdzlug