Serrano Pereira
Serrano Pereira
Confirmed. And Java 7 (ran the script with the -7 option) also fails on Ubuntu 14.04: ``` [x] Installing Java build requirements success` [x] Making build directories success [x] Mirroring...
I suddenly run into the same issue in GitLab pipelines. The pipeline looks like this: ``` accept-deploy: image: docker:latest stage: accept variables: DOCKER_HOST: ssh://[email protected] before_script: - apk update && apk...
I manged to fix this for now by reverting to an older Docker image: Latest working version: `docker:20.10.14` Broken for: `docker:20.10.15` and later.
This is weird. I have more projects on GitLab with the same pipeline setup that use `docker:latest`, so I would expect those to fail as well, but they don't.
@jelovirt I might take a stab at this bug, but I have no idea where to start. Can you maybe point me in the right direction?
Thanks for the reply @jelovirt. Is anyone working on a fix already?
It's not possible to revoke a token, see https://cheatsheetseries.owasp.org/cheatsheets/JSON_Web_Token_for_Java_Cheat_Sheet.html#no-built-in-token-revocation-by-the-user A refresh token is used to obtain a new token when the token is expired, so that's not useful for log...
I came here looking for a way to theme my diagram, not knowing that this is already possible: https://mermaid.js.org/config/theming.html