Lucas Roesler

Results 126 comments of Lucas Roesler

Maybe move from `--url` to a more generic `--store` which supports local files or a url, like kubectl and others. Then add a flag alias from `--store` to `--url` for...

Sure I can do this. Good point by @rgee0, I originally thought `file` or `url` was a bit like showing the details of how it works, but it probably isn't...

@alexellis , this is something I would be willing to work on and support, so if there is a preferred design or an alternative, just let me know.

@alexellis After discussing the proposal more in the community calls, we decided it would be good to try and simplify the yaml/flags a little bit so that the most common...

Hi @patlux there are a couple of things that I notice in your template 1. the use of multistage build is good 2. the final image should use a non-root...

@patlux it is looking pretty good. But I have a question about dependency management. The template has two package.json files in it. When i look at the Dockerfile, it isn't...