azure-functions-pack icon indicating copy to clipboard operation
azure-functions-pack copied to clipboard

funcpack doesn't work for alpine and ubuntu

Open dejanvasic85 opened this issue 8 years ago • 2 comments

To replicate:

docker pull tbaltrushaitis/ubuntu-nodejs

docker run -it tbaltrushaitis/ubuntu-nodejs bash

npm install -g azure-functions-pack

funcpack pack -u ./

Returns: 'no such file or directory'

image

This is a show-stopper as we are using BuildKite agent with docker image to build and publish our azure functions.

dejanvasic85 avatar Mar 31 '17 04:03 dejanvasic85

@christopheranderson is that intended? with Microsoft reaching out to open source community and adding support for Linux everywhere one might think that Azure functions (and function-packers) shall work under Linux/Ubuntu.

FastNinja avatar Apr 04 '17 05:04 FastNinja

Not intended. Only tested on Windows 10 PowerShell and Mac terminal. This is a bug.

christopheranderson avatar Apr 14 '17 16:04 christopheranderson