mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
10 lines
281 B
Docker
10 lines
281 B
Docker
FROM microsoft/nanoserver:10.0.14393.1884
|
|
|
|
LABEL maintainer="Bo-Yi Wu <appleboy.tw@gmail.com>" \
|
|
org.label-schema.name="Drone SSH" \
|
|
org.label-schema.vendor="Bo-Yi Wu" \
|
|
org.label-schema.schema-version="1.0"
|
|
|
|
ADD drone-ssh.exe /drone-ssh.exe
|
|
ENTRYPOINT [ "\\drone-ssh.exe" ]
|