summaryrefslogtreecommitdiffstats
path: root/recipes-containers/container-registry/README.md
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-03-11 23:20:07 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-11 23:20:07 +0000
commitaa18b46a7a70a782510d8ba0b7fa5378c6d3630f (patch)
treea2878eb2645474e809ac5a9d10759a2981e2b46d /recipes-containers/container-registry/README.md
parent21054f23adf37881a8ecae65da5ce0ebd5948b96 (diff)
downloadmeta-virtualization-aa18b46a7a70a782510d8ba0b7fa5378c6d3630f.tar.gz
container-registry: drop container-registry-populate
Somehow we have two similar registry recipes that were developed from a different pont of view. We don't need both. container-registry-index is the mature, QA-compliant version that also generates the standalone container-registry.sh helper script. container-registry-populate is an older, simpler version that does only the push, so we drop it here Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/container-registry/README.md')
-rw-r--r--recipes-containers/container-registry/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-containers/container-registry/README.md b/recipes-containers/container-registry/README.md
index 470442b9..e98589b8 100644
--- a/recipes-containers/container-registry/README.md
+++ b/recipes-containers/container-registry/README.md
@@ -473,7 +473,6 @@ This installs:
473| File | Description | 473| File | Description |
474|------|-------------| 474|------|-------------|
475| `container-registry-index.bb` | Generates helper script with baked-in paths | 475| `container-registry-index.bb` | Generates helper script with baked-in paths |
476| `container-registry-populate.bb` | Alternative bitbake-driven push |
477| `container-registry-ca.bb` | Target package for CA certificate (secure mode) | 476| `container-registry-ca.bb` | Target package for CA certificate (secure mode) |
478| `container-oci-registry-config.bb` | OCI tools config (Podman/Skopeo/Buildah/CRI-O) | 477| `container-oci-registry-config.bb` | OCI tools config (Podman/Skopeo/Buildah/CRI-O) |
479| `docker-registry-config.bb` | Docker daemon config | 478| `docker-registry-config.bb` | Docker daemon config |