I pulled the latest bnhf/ah4c:appletv.test image today (7/4/26) and confirmed that it was definitely rebuilt today, but the build history still shows CDVR_RELEASE=2026.06.29.0212. So the image is fresh, but it’s still pinned to the older Channels release bundle. That explains why ffmpeg is still 4.2.4. If Channels developers pushed a newer ARM release today, the Dockerfile needs to point at that newer release tag???
Heres a clip right from my mac terminal:
+++++++++++++++++++++++++++++++++++++++++++++++=
erc@Mini-M4 ~ % docker pull bnhf/ah4c:appletv.test
appletv.test: Pulling from bnhf/ah4c
Digest: sha256:a37a8aa5224a7c9b92a14478a7e6a2792a40110826f7864de69798f556f8c9f4
Status: Image is up to date for bnhf/ah4c:appletv.test
docker.io/bnhf/ah4c:appletv.test
What's next:
View a summary of image vulnerabilities and recommendations → docker scout quickview bnhf/ah4c:appletv.test
erc@Mini-M4 ~ % docker image inspect bnhf/ah4c:appletv.test --format '{{.Created}}'
2026-07-04T20:57:57.624028793Z
erc@Mini-M4 ~ % docker history bnhf/ah4c:appletv.test --no-trunc | head -10
IMAGE CREATED CREATED BY SIZE COMMENT
sha256:a37a8aa5224a7c9b92a14478a7e6a2792a40110826f7864de69798f556f8c9f4 2 hours ago CMD ["./docker-start-pyatv.sh"] 0B buildkit.dockerfile.v0
2 hours ago EXPOSE [7654/tcp 8000/tcp] 0B buildkit.dockerfile.v0
2 hours ago RUN |3 TARGETARCH=arm64 CDVR_RELEASE=2026.06.29.0212 CDVR_URL=https://channels-dvr.s3.amazonaws.com /bin/sh -c chmod +x /opt/docker-start-pyatv.sh && groupadd render || true # buildkit 24.6kB buildkit.dockerfile.v0
2 hours ago COPY static /opt/static/ # buildkit 782kB buildkit.dockerfile.v0
2 hours ago RUN |3 TARGETARCH=arm64 CDVR_RELEASE=2026.06.29.0212 CDVR_URL=https://channels-dvr.s3.amazonaws.com /bin/sh -c sed -i '/href="/config"/d; /href="/env"/d' /opt/html/index.html # buildkit 16.4kB buildkit.dockerfile.v0
2 hours ago COPY html/* /opt/html/ # buildkit 77.8kB buildkit.dockerfile.v0
2 hours ago COPY m3u/* /tmp/m3u/ # buildkit 229kB buildkit.dockerfile.v0
2 hours ago COPY scripts /tmp/scripts/ # buildkit 578kB buildkit.dockerfile.v0
2 hours ago COPY docker-start-pyatv.sh /opt/ # buildkit