9 Commits

Author SHA1 Message Date
Alex Ellis (OpenFaaS Ltd)
8a5b3123e0 Remove Swarm resources from faas repo
This is part of the following activity:

https://github.com/openfaas/docs/pull/249

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-12-16 09:58:26 +00:00
Alex Ellis (OpenFaaS Ltd)
9fccc1c84d Update semi-automatic arm builds
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-11-17 11:36:42 +00:00
Alex Ellis (OpenFaaS Ltd)
500c5c9c1a Remove faas-cli from on-device builds
faas-cli is built for arm/arm64 as part of the main build in
Travis

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-10-16 14:55:57 +01:00
Alex Ellis (OpenFaaS Ltd)
7445998092 Remove queue-worker from arm builds
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-12-24 13:59:46 +00:00
Alistair Hey
9855e2f92c ISSUE-1360: change to looking for lower-case reponse from dockerhub when tag isnt present.
The response for an image tag that has not been found is inside a JSON elemnt of "message" not the stated "details", it has also been lower-cased.

Signed-off-by: Alistair Hey <alistair.hey@gmail.com>
2019-10-21 11:50:25 +01:00
Richard Gee
27ebbfdccd Refactor CI and enable auto-builds for auth
Automatic builds for auth-module on x86_64 (via Travis) and on-demand on-device for arm via publish.sh

The basic-auth module is not built or pushed upon 'tag' / 'release' of the faas repo, but it should be: https://github.com/openfaas/faas/tree/master/auth.  We also don't create on-device images for this, but should do for both armhf and arm64: https://github.com/openfaas/faas/blob/master/contrib/publish-arm.sh

This change addresses these challenges and also introduces a tagAndPush script to alleviate some of the recently introduced repetition in .travis.yml.

Signed-off-by: Richard Gee <richard@technologee.co.uk>
2019-06-23 20:39:48 +01:00
Radoslav Dimitrov
aa96bfe66c Fix publish-arm.sh using wrong image name for report
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
2019-01-30 10:27:30 +00:00
Alex Ellis (VMware)
24e6e733bb Print versions after building arm images
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
2019-01-20 18:11:25 +00:00
Radoslav Dimitrov
28c385f546 Rename publish-armhf.sh to publish-arm.sh
The publish script is now common for both ARMHF and ARM64

Signed-off-by: Radoslav Dimitrov <rdimitrow@gmail.com>
2019-01-16 09:09:41 +00:00