[READ-ONLY] Mirror of https://github.com/FoxxMD/blog. blog.foxxmd.dev
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(renovate): Add note about distribution tag

FoxxMD (Apr 20, 2026, 6:08 PM UTC) 9f4ecfdf eddf0f42

+4
+4
_posts/2026-04-20-scaling-renovate.md
··· 544 544 ```yaml 545 545 services: 546 546 dockerio-distribution-mirror: 547 + # may need to use distribution/distribution:edge@sha256:d9fb44957a42f4413c13e01c3bcba7036a875057ee201207c4324e74ca84e2e5 548 + # until >= distribution:3.1.1 is released due to needing these PRs 549 + # https://github.com/distribution/distribution/pull/4846 550 + # https://github.com/distribution/distribution/pull/4856 547 551 image: distribution/distribution:latest 548 552 networks: 549 553 - traefik_overlay