0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-20 11:32:45 +02:00
wp-docker-buildx/docker/gcr/Dockerfile.linux.arm64

5 lines
143 B
Docker
Raw Normal View History

2017-08-27 21:27:28 +02:00
FROM plugins/docker:linux-arm64
ADD release/linux/arm64/drone-gcr /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-gcr"]