ci: pull the BuildKit frontend from the mirror too
ci / lint (push) Successful in 23s
ci / types (push) Successful in 34s
ci / unit (push) Successful in 26s
ci / security (push) Successful in 36s
ci / dockerfile (push) Successful in 5s
ci / chart (push) Successful in 7s
ci / integration (push) Successful in 45s
ci / image (reconciler) (push) Successful in 1m58s
ci / image (worker) (push) Successful in 1m55s
ci / image (api) (push) Successful in 1m40s
ci / bump (push) Successful in 13s

Run #70's logs still showed one Docker Hub reference, from the one place
that does not look like an image reference:

  #2 resolve image config for docker-image://docker.io/docker/dockerfile:1.10

`# syntax=` is an image pull. Same mirror, same digest, and pinned now —
it was the only unpinned image left in the build.
This commit is contained in:
Nguyen Minh Phuc
2026-07-21 15:50:12 +00:00
parent 3b957a8566
commit e7496562b3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.10
# syntax=mirror.gcr.io/docker/dockerfile:1.10@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
#
# svcforge reconciler. Build from the REPO ROOT:
# docker buildx build -f services/reconciler/Dockerfile -t svcforge/reconciler:dev .
+1 -1
View File
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.10
# syntax=mirror.gcr.io/docker/dockerfile:1.10@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
#
# svcforge worker. Build from the REPO ROOT:
# docker buildx build -f services/worker/Dockerfile -t svcforge/worker:dev .