vielmetti / sisyphus

Tools for the never ending task
6 stars 1 forks source link

Package as an openfaas function #6

Open vielmetti opened 6 years ago

vielmetti commented 6 years ago

Add a Dockerfile and push to Docker Hub as an openfaas function.

Do this all as a Drone Cloud (@drone) build, fully automated.

vielmetti commented 6 years ago

Dockerfile added that builds on 3 systems (amd64, arm64, armhf)

vielmetti commented 6 years ago

faas-cli deploy --image vielmetti/sisyphus:amd64 --name sisyphus if you are on amd64 should work. next step is native build from the same script on arm64.

alexellis commented 5 years ago

👍

vielmetti commented 3 years ago

Making progress here, as documented at https://vielmetti.typepad.com/logbook/2020/12/moving-from-docker-to-containerd-for-faasd.html - though I'm not yet convinced that I have as portable a solution as I'd like, and my own documentation is missing a bit; yet it does work for me:

sisyphus-Screenshot 2020-12-24 213358 nerdctl-Screenshot 2020-12-24 215752
vielmetti commented 2 years ago

faas-cli deploy --image vielmetti/sisyphus:arm64 --name sisyphus works on Rancher Desktop on Apple M1 .