mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-03-19 11:50:18 +08:00
Add Docker Hub proxy cache mirror config for buildkit pods
This commit is contained in:
parent
bec8517ed4
commit
c67110ead7
1 changed files with 3 additions and 0 deletions
3
test/Dockerfile
Normal file
3
test/Dockerfile
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue