mirror of
https://github.com/appleboy/drone-jenkins.git
synced 2026-06-04 18:23:57 +08:00
11 lines
287 B
Docker
11 lines
287 B
Docker
FROM plugins/base:linux-arm64
|
|
|
|
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/linux/arm64/drone-jenkins /bin/
|
|
|
|
ENTRYPOINT ["/bin/drone-jenkins"]
|