mirror of
https://github.com/docker/build-push-action.git
synced 2025-12-15 22:08:58 +08:00
4 lines
77 B
Docker
4 lines
77 B
Docker
FROM busybox
|
|
RUN dd if=/dev/zero of=/output.dat bs=648M count=1
|
|
RUN uname -a
|