This commit is contained in:
严浩
2024-09-30 14:13:23 +08:00
committed by mini2024
commit b821c98ddd
18 changed files with 1043 additions and 0 deletions

12
Dockerfile.test Normal file
View File

@ -0,0 +1,12 @@
# syntax=docker/dockerfile:1.14-labs
FROM alpine:latest
ARG SHA=unspecified
ENV SHA=$SHA
COPY <<EOF /root/sha.txt
$SHA
EOF