Nigel Jones
Nigel Jones
and here. trying to experiment with the code, but it looks as if the spotify api is only returning 100 first time around. I'm struggling to find the docs on...
Just to add a note, I'm working with some open source libraries. I develop on mac, but when I try a new library I often start with linux - it's...
I hit the same issue when trying the benchmark, and also added the comma in my version. I've proposed a PR for the change. Hope that helps.
Additionally, the image needs to run as an unpriviliged user. Currently the container fails (openshift, 'restricted' security context) with: ``` /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration...
The failure no longer occurs. However I still think we should look at whether we can/should use a UBI8 image, since these typically include some forms of monitoring & are...
We did it for base Egeria. The idea of the UBI images is that they are more security hardened/reviewed . There was a good image for java apps, which we...
So we probably should try ``` From registry.access.redhat.com/ubi8/nginx-120 ``` Or search for other similar variants. But the base image is somewhat problematic
reasoning: https://www.redhat.com/en/blog/introducing-red-hat-universal-base-image - security, support The former is a must. But if the image is inappropriate in some way, then we need to source a similarly secure and maintained image...
https://developers.redhat.com/products/rhel/ubi
For redis there have.been a few attempts. https://www.baeldung.com/spring-embedded-redis may help?