Barry Lagerweij
Barry Lagerweij
We've used a different approach than the proposed `go mod vendor` solution: ``` cd $TYK_SOURCE_PATH go list -m -f '{{ if not .Main }}{{ .Path }} {{ .Version }}{{ end...
The new builtin support for Spring Data works great, BTW. When do you plan to release 0.0.5 ?
We were able to track down the root cause of this issue: in addition to the tyk-operator, we also have a few other controllers running in that same namespace. Since...
Hi @caroltyk, Are there any plans to improve the tyk-operator with regards to the selector? Currently the selector looks for any service with label 'control-plane: controller-manager'. Any project which has...
The reason that the adoptopenjdk image works is because they include the missing glibc libraries. Alphine linux is based on 'musl glibc', a light-weight alternative to a fullblown glibc. The...
@bentolor Since `docker:dind` also uses alpine, I suspect all you have to do is change the first line of the above mentioned Dockerfile. Instead of `FROM alpine:3.11` you should use...
@bentolor I noticed in your repo that your Dockerfile uses `FROM docker:stable` instead of `FROM docker:dind`. I thought the whole point was to create an image for Docker in Docker...
@amiram Yes I also receive that message, that's a warning that you can simply ignore: It's expecting a symlink, but the file present is a regular file. See https://github.com/envoyproxy/envoy/issues/9078#issuecomment-576837432
I created a PR to support regexes: https://github.com/hierynomus/license-gradle-plugin/pull/167
Currently this PR just assumes that all aliases are regexes, we could improve (and make it more backwards compatible) by changing the alias syntax like this: "The Apache License, Version...