Lorenzo Orsatti

Results 6 comments of Lorenzo Orsatti

I can `chmod` (tested with colima 0.3.0, but don't know if it is related). `chown` still not working.

@asafgabai Hi! Yarn is 1.22.19. This is the one contained in the [node docker image](https://github.com/nodejs/docker-node/blob/422651d3df5593c99d36ee0acc5eb9a44bc319a7/16/bullseye/Dockerfile#L50).

Ability to generate API tokens is enabled on Jira Server and Data Center >= 8.14, see https://jira.atlassian.com/browse/JRASERVER-67869

Found this document, that could perhaps help to troubleshoot this issue https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/

What about the third workaround proposed at https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/ ? > Configure the server to use the alternative certificate chain which can be requested from Let’s Encrypt with most up-to-date ACME...

I had the same issue today, using a newly reimaged VM. Only thing that helped for me was moving from docker-compose v2 to the [latest docker-compose v1](https://github.com/docker/compose/releases/tag/1.29.2). After that I...