Drone exec runner (agent) with firebase-tools base
355
FROM zanona/firebase-tools
RUN curl -L https://github.com/drone-runners/drone-runner-exec/releases/latest/download/drone_runner_exec_linux_amd64.tar.gz | tar zx
RUN install -t /usr/local/bin drone-runner-exec
ENTRYPOINT drone-runner-exec
refer to https://docs.drone.io/runner/exec/installation/linux/#configuration
DRONE_RPC_PROTO=https
DRONE_RPC_HOST=drone.company.com
DRONE_RPC_SECRET=super-duper-secret
Content type
Image
Digest
Size
88 MB
Last updated
almost 6 years ago
docker pull zanona/drone-exec-firebase-tools