Dockerfile not gonna work because faasd installer is tricky

This commit is contained in:
Roberto Alsina 2022-07-16 10:08:33 -03:00
parent 1eccbc2105
commit 464a4d32d5
2 changed files with 2 additions and 7 deletions

View File

@ -1,5 +0,0 @@
FROM debian
RUN apt update && apt -y upgrade && apt -y install git curl systemd
RUN git clone https://github.com/openfaas/faasd --depth=1
RUN cd faasd && ./hack/install.sh

View File

@ -1,6 +1,6 @@
Dockerfile to create a [Faasd](https://github.com/openfaas/faasd/) image.
Automate creating a [Faasd](https://github.com/openfaas/faasd/) image.
While Faasd can't run in a container, this image **can** be imported into
Goal is to run this image via
[ignite](https://github.com/weaveworks/ignite) which runs it in a
[firecracker](https://firecracker-microvm.github.io) microvm.