From c67110ead79523b43600f1d67979ddc22acf6bc0 Mon Sep 17 00:00:00 2001 From: buildpulser Date: Wed, 11 Mar 2026 21:19:42 -0700 Subject: [PATCH] Add Docker Hub proxy cache mirror config for buildkit pods --- test/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/Dockerfile diff --git a/test/Dockerfile b/test/Dockerfile new file mode 100644 index 0000000..f2fc1a4 --- /dev/null +++ b/test/Dockerfile @@ -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" \ No newline at end of file