mirror of
https://github.com/appleboy/drone-jenkins.git
synced 2026-06-04 10:15:02 +08:00
11 lines
297 B
Docker
11 lines
297 B
Docker
FROM plugins/base:windows-amd64
|
|
|
|
LABEL maintainer="Bo-Yi Wu <appleboy.tw@gmail.com>" \
|
|
org.label-schema.name="Drone Jenkins" \
|
|
org.label-schema.vendor="Bo-Yi Wu" \
|
|
org.label-schema.schema-version="1.0"
|
|
|
|
COPY release/drone-jenkins.exe /drone-jenkins.exe
|
|
|
|
ENTRYPOINT [ "\\drone-jenkins.exe" ]
|