Skip to content

Commit

Permalink
fixup! Add ADR: Requirements for container registry
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Feder <[email protected]>
  • Loading branch information
matofeder committed Feb 17, 2023
1 parent 2cc9b1b commit 3b735e8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Decisions/scs-XXXX-v1-requirements-for-container-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ track: KaaS

# Introduction

A container registry is a repository or collection of repositories that store and
access container images. It acts as the intermediary for sharing container images
between systems and could be connected directly to container orchestration platforms
like Kubernetes.
A container registry is an infrastructure service to enable storing and accessing container
images. Images can be pushed to the registry by e.g. Continuous integration pipelines and
be pulled from by runtime environments like Kubernetes clusters.

Container registries could be publicly accessible e.g. Docker Hub, could be
self-hosted or hosted by cloud service providers (CSP). These container registries may
Expand Down

0 comments on commit 3b735e8

Please sign in to comment.