Jinna Kiisuo
Jinna Kiisuo
There are 15 unofficial Docker images on DockerHub, so clearly there's demand for an image. All of them are either wildly out of date or do not publish their Dockerfile...
Supercronic is not getting run anymore and instead it's busybox crond. Documentation still seems to point towards using supercronic so I'm assuming this is a bug of some sort? ```shell...
There are already 3rd party images published on Dockerhub that are wildly out of date. So one automatically up to date official image is probably better than having people rely...
- Validation checks endpoints are valid URLs and start with 'https://' since not enabling SSL will cause weird EOF errors due to the protocol mismatch - Protocol mismatch is a...
During testing for #14 I noticed that even if I don't provide a `-wallet` flag and so on, the endpoint is still queried since it has a default localhost value....
Allows building on newer Python versions and with newer versions of dependencies, works with modern borgmatic cli structure, layer Docker image on top of `b3vis/borgmatic:latest` to enable functional images for...
``` [*snip*] Step 7/9 : RUN poetry install ---> Running in 152d259ac155 Skipping virtualenv creation, as specified in config file. Installing dependencies from lock file Because borg-exporter depends on pytest-celery...
Currently only the `latest` tag exists. That means that it's hard to use a specific version of the image, for example one before the landlock config that now broke the...
The verify code at: https://github.com/IdentityPython/idpy-oidc/blob/main/src/idpyoidc/message/oidc/__init__.py#L945 hardcodes checking that the OP supports `RS256` for id_token_signing. There doesn't seem to be any config option that would allow overriding this and thus OPs...
Version 5.0.0 is published on pypi but has no corresponding release or tag in the repo.