James Westby
7df2db746c
Fix arguments to gcloud docker
...
gcloud became more strict about separating gcloud arguments
from docker arguments, and is now throwing an error failing
the build https://travis-ci.org/bitnami/minideb/jobs/246281633#L5140
Use `--` to separate the arguments.
2017-06-26 11:18:16 +01:00
James Westby
fad19490cb
Add stretch and make it default
...
Stretch was just released: https://www.debian.org/News/2017/20170617
Closes #32
2017-06-19 08:23:41 +01:00
Sameer Naik
d164a63885
fixes quay.io login
2017-05-23 16:20:37 +05:30
Sameer Naik
14f98b939c
remove -e argument from docker login
2017-05-23 16:01:56 +05:30
Sameer Naik
9a0d628cca
push minideb image builds to quay.io/bitnami/minideb
2017-05-23 15:25:50 +05:30
James Westby
6befeedf99
Refactor pushall to use a single loop
2017-02-10 11:48:28 +00:00
James Westby
1a5519d4f1
Stop building wheezy.
...
We don't use it, and there won't be too much interest in it
as jessie has been out for a while.
2017-02-02 09:29:03 +01:00
James Westby
193afb273d
Move the containers to the bitnami namespace.
2016-10-13 18:22:34 +01:00
James Westby
a915cb330e
Also push images to GCR.
...
We want to make our images available on GCR as well as dockerhub.
It is using our test account for now while testing Travis integration.
2016-10-12 13:44:18 +01:00
James Westby
44a24cda66
Build wheezy as well.
...
We build oldstable stacksmith base images as well, so build that
here.
Drop the namibase code as it isn't used.
2016-10-03 17:44:09 +02:00
James Westby
0d233a3c31
Run pushall with bash.
2016-09-09 15:13:50 +01:00
James Westby
0930a29d6f
Push to dockerhub on successful builds.
...
If master builds successfully then push the results
to dockerhub.
We assume that the dockerhub username and password will
be in the environment. This will use travis env vars so
that the secrets aren't available to forks.
The on: branch: master means that other branches wouldn't
push to dockerhub.
2016-09-09 14:56:13 +01:00
James Westby
e5899b1cd2
Stop building namibase.
2016-09-08 12:18:23 +01:00
James Westby
2916ff94f4
First go at minideb.
2016-09-02 14:48:09 +01:00