Burton Rheutan

Results 25 comments of Burton Rheutan

I think it's important to keep the URL path the same for current/latest function versions. `gateway.openfaas.com/function/derek` should always point to the most recent version available. I'm not certain how to...

Sorry about that, forgot to update the testing section before submitting. I've edited it and included the steps I took.

Updated the testing section to show the faas-cli build command used: `faas build -f pvt-js11.yml --build-arg NPM_TOKEN=xxxxxxx` The output of `docker history` only shows the sha of the file, no...

I think that's generally up to the user. It's possible to include it in the `.npmrc` file, and not use the build-arg. Some may not even need the build arg...

Hello @hayer! I know it's been a little while, but would you be able to complete the final steps to getting this merged? It'd be best to have a sample...

Some more examples of questions that came up in "general" and "contributors" channels: * How do I use a private container registry? * How do you pronounce "OpenFaaS"? * What...

According to the [AWS docs](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html), Bind Mounting is available for fargate containers. Although, if you're looking to use files for secrets (as you imply with the link), I think a...

Gentle ping to ask for this feature to be merged :smile:

Hey @mikeroyal Although I personally use Ubuntu (and snaps) primarily, this isn't a priority for the project. The challenge is in maintaining the versions with releases. We currently only officially...

I'm not against this at all, but perhaps a better DX might be simply adding the error message to the output. Rather than `Function 'echo' failed to deploy with status...