9
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2026-03-29 06:06:55 +00:00

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"