Mario Loriedo

Results 270 comments of Mario Loriedo

I have tried to reproduce the problem using [French Language Pack for Visual Studio Code](https://open-vsx.org/extension/MS-CEINTL/vscode-language-pack-fr) and I confirm that after installing it [the display language was not changed and I...

> Detaching all commands would mean that the container could be started before required commands complete. @amisevsk what scenario do you have in mind? Because the scenario I have in...

Ok let's put that on hold for now and wait to see if there is any user/customer complain.

The arbitrary user that runs the container doesn't have write privileges on `/etc/passwd` and `/etc/groups`. That explains why our `entrypoint-volume.sh` fails. And in general it's a good practice deny write...

@RomanNikitenko the requirement is that the container has to be non terminating. From the [documentation](https://devfile.io/docs/2.2.0/adding-a-container-component): > Either the command defined by the image or by the container component within the...

In fact the [devfile in the devfile registry has](https://github.com/devfile/registry/blob/main/stacks/go/2.0.0/devfile.yaml#L40): ```yaml - container: (...) image: registry.access.redhat.com/ubi9/go-toolset:1.18.9-14 args: ['tail', '-f', '/dev/null'] ```