Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package as an openfaas function #6

Open
vielmetti opened this issue Oct 2, 2017 · 5 comments
Open

Package as an openfaas function #6

vielmetti opened this issue Oct 2, 2017 · 5 comments
Milestone

Comments

@vielmetti
Copy link
Owner

vielmetti commented Oct 2, 2017

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

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

@vielmetti
Copy link
Owner Author

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

@vielmetti
Copy link
Owner Author

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
Copy link

👍

@vielmetti vielmetti added this to the first release milestone Jun 18, 2020
@vielmetti
Copy link
Owner Author

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 added a commit that referenced this issue Dec 25, 2020
move some things around to make openfaas make sense #6
vielmetti added a commit that referenced this issue Dec 25, 2020
for openfaas, provide a yml file
@vielmetti
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants