Open rijulsudhir opened 3 years ago
If anyone else face the same issue, you can install cli using below command
curl -LSs https://raw.githubusercontent.com/rijulsudhir/fn-1-cli/master/install | sh
This is just a temporary solution until the official fix is available.
(you can check out the modifications made at https://github.com/rijulsudhir/fn-1-cli)
On running
fn -v build-server -t rijulsudhir/fn-api-ext
it is showingbuild can be completed by changing
FROM golang:1-alpine AS build-env
toFROM golang:1-alpine3.11 AS build-env
in the generated dockerfile in the temp folder and building with docker build.As per https://gitlab.alpinelinux.org/alpine/abuild/-/issues/10000 it seems like bzr package has been removed in the latest version.