Commit Graph

7 Commits

Author SHA1 Message Date
Alexander Wels
bbe0685323 Fix how we determine base builder image. Just hard code instead of trying to determine from previous image.
Signed-off-by: Alexander Wels <awels@redhat.com>
2020-08-07 08:59:11 -04:00
Maya Rashish
dbab72c93e
Avoid using unportable readlink -f, use pwd -P instead (#1323)
* Avoid using unportable readlink -f, use pwd -P instead

Signed-off-by: Maya Rashish <mrashish@redhat.com>

* Spaces, not tabs

Signed-off-by: Maya Rashish <mrashish@redhat.com>
2020-08-03 00:15:50 +02:00
Michael Henriksen
7738b30526 use tags for builder image (#1082)
Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
2020-01-13 19:58:16 +01:00
Alexander Wels
ff2d216bf4 Add missing parenthesis (#1052)
Signed-off-by: Alexander Wels <awels@redhat.com>
2019-12-11 01:37:26 +01:00
Adam Litke
7f90c63c98 Fix build and push of builder image (#1051)
When building and pushing a new bazel builder image we do not want to use the
sha hash of the current builder image.  We should strip this off to get the
image name and just use :latest.

Signed-off-by: Adam Litke <alitke@redhat.com>
2019-12-10 18:38:25 +01:00
Adam Litke
65db6db0fa Use an existing bazel-builder image instead of building it every time (#997)
Signed-off-by: Adam Litke <alitke@redhat.com>
2019-12-10 13:52:25 +01:00
Alexander Wels
83c5e459a6 Push builder image to dockerhub (#1037)
Signed-off-by: Alexander Wels <awels@redhat.com>
2019-12-03 02:32:45 +01:00