Vaidas Jablonskis
|
009e8a1dce
|
publish/docker: login should happen early
This fixes an issue where base image which drone is using to build an
image for publishing comes from a private repo.
|
2015-04-17 16:21:09 +01:00 |
|
Henrik Jonsson
|
2526fb17c5
|
if publish.docker.email is unspecified, pass in -e ' ' to avoid having the line end up as 'docker login -u foo -p bar -e someregistry', which is interpreted as 'log in user foo with pass bar and email someregistry to https://index.docker.io/v1/' (c.f. 'docker help login')
|
2015-04-01 18:21:33 +02:00 |
|
Alvaro
|
a6caa67c6f
|
Be able to force docker to update the tags
|
2015-01-30 09:10:19 +02:00 |
|
Brad Rydzewski
|
3e8fdf0ea7
|
Merge pull request #788 from gregory90/docker-publish-pull
Always pull newest base image when using docker publish plugin
|
2015-01-16 21:40:41 -08:00 |
|
Grzegorz Graczyk
|
c90303aaf7
|
add --pull to docker build in docker publish plugin
|
2015-01-07 16:27:24 +01:00 |
|
Grzegorz Graczyk
|
262c0d66c0
|
check if tag wasn't used for image building
|
2015-01-05 12:12:37 +01:00 |
|
epipho
|
fb254e3f2c
|
docker_version can now be left blank to automatically download and
install the latest available. Docker client will not be installed if it
is already present in the build container.
|
2014-11-06 22:37:57 -05:00 |
|
epipho
|
2bc2d45612
|
Docker publish: added tags field to allow for a single build to be tagged with multiple
tags. Only push tags that are applied to the repo. Change custom_tag to just tag.
|
2014-10-21 23:55:33 -04:00 |
|
Daniel Graña
|
92b52402b9
|
Simplify docker publish plugin
|
2014-10-17 17:38:35 -02:00 |
|
Daniel Graña
|
2f586f0acb
|
quicker and less verbose docker installation for publish step
|
2014-10-17 16:55:39 -02:00 |
|
Brad Rydzewski
|
167eb21b21
|
modified Docker plugin to use new Condition struct to limit execution
|
2014-10-11 14:35:06 -07:00 |
|
hiwrac
|
25127e2958
|
Bringing the docker publish plugin from master to exp
|
2014-10-10 05:26:51 -04:00 |
|