Compare commits

...

2 Commits

Author SHA1 Message Date
Dominik Schmidt 13f2944b04 Update docker base image on Linux (#227) 2019-03-27 13:51:18 +01:00
Thomas Boerger d49219b56b Fix auto_tag for manifests 2019-03-27 13:39:24 +01:00
6 changed files with 11 additions and 3 deletions
+3
View File
@@ -246,6 +246,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
@@ -463,6 +464,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
@@ -680,6 +682,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
+4
View File
@@ -304,6 +304,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
@@ -575,6 +576,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
@@ -846,6 +848,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
@@ -1117,6 +1120,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
password:
from_secret: docker_password
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker:18.06-dind
FROM docker:18.09-dind
ADD release/linux/amd64/drone-docker /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm32v6/docker:18.06-dind
FROM arm32v6/docker:18.09-dind
ADD release/linux/arm/drone-docker /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]
+1 -1
View File
@@ -1,4 +1,4 @@
FROM arm64v8/docker:18.06-dind
FROM arm64v8/docker:18.09-dind
ADD release/linux/arm64/drone-docker /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]
+1
View File
@@ -183,6 +183,7 @@ local golang_image(os, version) =
password: { from_secret: 'docker_password' },
spec: 'docker/' + name + '/manifest.tmpl',
ignore_missing: true,
auto_tag: true,
},
},
{