Mikaël Barbero
Mikaël Barbero
Try `$ docker run -u 0:0 -ti --rm jenkins/jnlp-slave bash` See https://docs.docker.com/engine/reference/run/#user The recommended way would be to define your own `Dockerfile` using the `jenkins/jnlp-slave` image as the parent and...
@devcharted, IIRC `exitCode: 127` can be triggered when the jnlp container gets killed by the OOMKiller. You specified `-Xms512m -Xmx512m` while the container gets `memory: 512Mi`. This is very risky:...
> @mbarbero Are there any errors or exceptions in the logs relating to the extension removal? when has it been done?
I see (datetime are in UTC) ``` 2022-01-07 12:38:50.820 WARN 1 --- [.0-8080-exec-76] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 0, SQLState: 23503 2022-01-07 12:38:50.820 ERROR 1 --- [.0-8080-exec-76] o.h.engine.jdbc.spi.SqlExceptionHelper : ERROR: insert...
The edge load balancer serves a [robots.txt file](https://open-vsx.org/robots.txt). @agafgfafa, you added this 8 months ago when the site was having a hard time coping with incoming traffic. Should it be...
The banner is still accurate because, while new builds made with version >= 1.40.0 are not affected by the vulnerability, any builds started with earlier versions stays at risk. See...
> > while new builds made with version >= 1.40.0 are not affected by the vulnerability, any builds started with earlier versions stays at risk > > I think this...
Thanks for your reply and suggestion. Unfortunately, I get the same error with `securityContext.seLinuxOptions.type` set to `spc_t`. It seems that a ["recent" change](https://github.com/opencontainers/runc/commit/0ca91f44f1664da834bc61115a849b56d22f595f) to runc added some more validation of...
> Does `moby/buildkit:master-rootless` work? Both `moby/buildkit:master-rootless` and `moby/buildkit:rootless` fail with the same error I did not try again `master-rootless` since I reported the issue though. Are there changes that could...
> Did anyone solve this? This has been nearly 9 months. No, this is still an issue for us.