mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-10 03:30:40 +00:00
Update to docker 1.13.0
Changelog https://github.com/docker/docker/releases/tag/v1.13.0
This commit is contained in:
parent
b2d40533a3
commit
37baf5e0d0
@ -16,7 +16,7 @@ pipeline:
|
|||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: plugins/docker
|
repo: plugins/docker
|
||||||
tags: [ "latest", "1.12", "1" ]
|
tags: [ "latest", "1.13", "1" ]
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
event: push
|
event: push
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM docker:1.12-dind
|
FROM docker:1.13-dind
|
||||||
|
|
||||||
ADD drone-docker /bin/
|
ADD drone-docker /bin/
|
||||||
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]
|
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]
|
||||||
|
Loading…
Reference in New Issue
Block a user