Add Docker Hub proxy cache mirror config for buildkit pods

This commit is contained in:
buildpulser 2026-03-11 21:19:42 -07:00
parent bec8517ed4
commit c67110ead7

3
test/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
RUN echo "Docker builder test successful"