mkokho
mkokho
Issue https://github.com/corretto/corretto-8-docker/issues/17 is similar, but it only asks to create a docker images based on amazonlinux:2 with jre. I'd like have the possibility to create docker images base on other...
hello @thaJeztah We do have the same issue. I have debug log from the docker daemon, hope this will clarify some things! Also, it happens quite frequently. If you need...
thanks @thaJeztah, appreciate your help!
Hm... could you try to add `insecure-skip-tls-verify: true` to the cluster definition, like in the example below? ``` clusters: - name: cluster_2 cluster: server: https://bar.com certificate-authority: ca2 insecure-skip-tls-verify: true ```...
Also, I will make it less flooding in such kind of errors
hi @jimmystridh I have fixed flooding in the version v1.2.1: https://github.com/mkokho/kubemrr/releases Do you still have problems with `x509: certificate signed by unknown authority`?
Hi, unfortunately, it is not maintained. No more Go development at my current company.
Agree, useful feature. It is hard to make Providers run contract test in new environment when no consumers exist yet Support was added in pact-js in 2022: https://github.com/pact-foundation/pact-js/issues/941
possible workaround ``` /// /// Send a request to the Pact Broker to check if pacts exist for the given filters. /// /// true if at least one pact is...