Skip to content

Commit 56c2add

Browse files
author
Sergey
committed
docs: fix stale digest-match claim in the screenshot mock Dockerfile
The comment said the mock's pin matches the webhook-proxy add-ons, which this PR's digest bump makes false: webhook-proxy is excluded from the managed rule and stays behind until its own promotion.
1 parent 8d05e71 commit 56c2add

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

  • tests/haos_image_build/screenshot_engine_mock

tests/haos_image_build/screenshot_engine_mock/Dockerfile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
# (a bad token fails, exactly like the real engine reaching only the login
66
# screen). python:3.13-slim is the same fast, reliable base the dev +
77
# webhook-proxy add-ons build from in this bake. No apt, no npm, no Chromium.
8-
# Digest-pinned (matches the webhook-proxy addon) so the in-Supervisor build is
9-
# reproducible and Renovate-bumpable — an unpinned tag would reintroduce the
10-
# floating-base bake failure this change exists to eliminate.
8+
# Digest-pinned (tracks the coordinated Python base every managed Dockerfile
9+
# shares -- see the "python" packageRule in renovate.json) so the
10+
# in-Supervisor build is reproducible and Renovate-bumpable. The
11+
# webhook-proxy add-ons are excluded from that automation and update only
12+
# through their own dev-first promotion workflow, so their pin can lag this
13+
# one. An unpinned tag here would reintroduce the floating-base bake failure
14+
# this change exists to eliminate.
1115
FROM python:3.13-slim@sha256:7e3a6aca9d74f93cca21a91d86a8dad8c34749afd5b4a98ee481c9c47b9f5ed4
1216
COPY server.py /server.py
1317
CMD ["python", "/server.py"]

0 commit comments

Comments
 (0)