gorush/Dockerfile.arm

14 lines
394 B
Docker

FROM plugins/base:multiarch
LABEL org.label-schema.version=latest
LABEL org.label-schema.vcs-url="https://github.com/appleboy/gorush.git"
LABEL org.label-schema.name="Gorush"
LABEL org.label-schema.vendor="Bo-Yi Wu"
LABEL org.label-schema.schema-version="1.0"
LABEL maintainer="Bo-Yi Wu <appleboy.tw@gmail.com>"
ADD release/linux/arm/gorush /bin/
EXPOSE 8088 9000
ENTRYPOINT ["/bin/gorush"]