Container Image Registries
There are multiple options available for container images registries that are usable by various teams across Tufts for workloads running on Docker, Podman, or various orchestration platforms.
The on-prem “Docker Reg” product is deprecated and not recommended for any new workloads or projects.
Amazon Elastic Container Registry (ECR)
Teams that are part of TTS can use ECR within their AWS accounts underneath the Landing Zone environment. Access to the Landing Zone for non-TTS groups has not yet been opened up.
Github Container Registry
As of recent years, this now lives under the “Packages” name/product space on Github.
Introduction: https://github.blog/2020-09-01-introducing-github-container-registry/
Documentation: Working with the Container registry - GitHub Docs
Note: surprisingly, Github forces the use of a Personal Access Token (“PAT”) to get read access to non-public image repositories and it is not yet possible to use any other method of authentication (apps, etc).
Openshift Image Registry
Openshift is no longer available.