Commit Graph

14 Commits

Author SHA1 Message Date
Juan Jose Medina 98de255d46 Migrate to GitHub actions (#103) 2021-03-10 16:37:37 +01:00
Juan Jose Medina 32b649e94a Removed extra trailing platform (#96) 2021-02-16 17:31:45 +01:00
Juan Jose Medina 58442c91f7 Remove incorrect trailing platform when tagging (#95)
* Remove incorrect trailing platform when tagging

* Fixed missing quote
2021-02-16 15:03:01 +01:00
Alessandro Chitolina 3e8a70710a fix jessie builds and repo digest fetch command 2021-02-11 15:00:59 +01:00
Alessandro Chitolina deb033200e arm64 support 2021-01-13 18:14:31 +01:00
darteaga eb3437cd8a improve scripts 2020-07-01 17:06:21 +00:00
darteaga 815d32183d apply pr feedback 2020-07-01 16:36:28 +00:00
Daniel Arteaga c9c82d6a17 remove unnecessary if/else
Co-authored-by: Marko Mikulicic <mkm@bitnami.com>
2020-06-30 15:31:08 +02:00
darteaga 8fafa0d899 add support for debian snapshot 2020-06-30 11:38:19 +00:00
James Westby bdd52f459c Also tag latest at push time 2019-10-07 12:21:04 +01:00
James Westby 9eea538c29 Tag other registries in push
Previously we were tagging for all registries as we built
the images and then pushing all registries blindly.

Now if an image hasn't changed it wouldn't tag with the other
registry tags, and then the push would fail as the gcr/quay
tags didn't exist.

Rather than taking care to tag in the case where the image
hasn't changed, instead change the pushall script to
only assume that `bitnami/minideb` tags are correct, and
tag the other registries based on that one before pushing.

This ensures that the tags will always exist, and also makes
sure we are pushing the same image to each registry (excluding
race conditions.)
2019-10-07 11:31:21 +01:00
James Westby 6309b17069 Add shellcheck to catch bad shell code 2019-10-04 16:01:31 +01:00
James Westby c6b8578e09 [buildone] fix mistaken use of continue
When I moved this code in to its own script, I moved it
out of a loop, so we can no longer `continue` and should
`return` instead.
2019-10-04 15:02:38 +01:00
James Westby 4881871bd0 Split out a buildone script
This makes it easier to test all the code around the building
of an image as you can just build one image.
2019-09-27 13:27:54 +02:00