From 464a4d32d5c0a229b99c2a4748546415a347403b Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sat, 16 Jul 2022 10:08:33 -0300 Subject: [PATCH] Dockerfile not gonna work because faasd installer is tricky --- Dockerfile | 5 ----- README.md | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index c67e802..0000000 --- a/Dockerfile +++ /dev/null @@ -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 diff --git a/README.md b/README.md index f84e11e..4e2f06c 100644 --- a/README.md +++ b/README.md @@ -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.