Review local-registry control: fix inaccurate description, enumerate exceptions
The control claimed all images came from the private registry, but 12+ services pull from external public registries. Updated description to reflect reality and catalogued external-image categories in notes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6e60287e99
commit
6455d93cb3
1 changed files with 14 additions and 6 deletions
|
|
@ -39,15 +39,23 @@ controls:
|
||||||
|
|
||||||
- id: local-registry
|
- id: local-registry
|
||||||
description: >-
|
description: >-
|
||||||
All container images are pulled from private zot registry
|
Operator-built services use a private zot registry
|
||||||
(registry.ops.eblu.me). No shared external registry credentials
|
(registry.ops.eblu.me) for supply-chain control. Remaining
|
||||||
are cached on cluster nodes.
|
images are pulled from public registries without stored
|
||||||
|
credentials. No shared registry secrets are cached on cluster
|
||||||
|
nodes.
|
||||||
created: 2026-03-30
|
created: 2026-03-30
|
||||||
last-reviewed: 2026-03-30
|
last-reviewed: 2026-04-12
|
||||||
notes: >-
|
notes: >-
|
||||||
Verify by checking image prefixes in kustomization.yaml files.
|
Verify by checking image prefixes in kustomization.yaml files.
|
||||||
Upstream images (immich, ollama) are exceptions — track in
|
Known external-image categories: (1) upstream apps not yet
|
||||||
service-versions.yaml.
|
mirrored — immich, ollama, frigate, frigate-notify, valkey;
|
||||||
|
(2) infrastructure components — tailscale operator/proxy,
|
||||||
|
external-secrets, 1password-connect, forgejo-runner, docker
|
||||||
|
DinD, nvidia-device-plugin; (3) utility base images — busybox,
|
||||||
|
alpine (grafana init containers). Track upstream versions in
|
||||||
|
service-versions.yaml. Goal is to progressively mirror these
|
||||||
|
into zot.
|
||||||
|
|
||||||
- id: sso-gated-admin-tools
|
- id: sso-gated-admin-tools
|
||||||
description: >-
|
description: >-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue