Kevin Wang
10/19/2023, 7:26 PMOleg Nenashev
10/20/2023, 5:57 AMKevin Wang
10/20/2023, 12:27 PMOleg Nenashev
10/22/2023, 11:08 AMAndrei Astra
10/23/2023, 11:40 AMOleg Nenashev
10/25/2023, 3:13 PMKevin Wang
10/25/2023, 3:32 PMwiremock-testcontainers-go
, I always get a error to pull WireMock image, I know it's due to the docker pull limit. It could be fixed by passing a image pull secret if the container is running in a Kubernetes cluster, but I don't know how to do that with wiremock-testcontainers-go
, is there a way to pass a secret or docker credentials to get around it?
2023/10/25 11:27:08 Failed to pull image: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: <https://www.docker.com/increase-rate-limit>, will retry
Andrei Astra
10/26/2023, 8:37 AMOleg Nenashev
10/26/2023, 8:46 AMKevin Wang
10/26/2023, 4:30 PMDOCKER_AUTH_CONFIG
and pass my docker config file, it works for me. I can see a wiremock container is created on my local. I wonder what if I run it in a pod on a Kubernetes cluster. Will it pull up a separate K8s pod or it only create a container inside the pod?Oleg Nenashev
10/26/2023, 5:52 PMKevin Wang
10/26/2023, 6:42 PMOleg Nenashev
10/27/2023, 5:34 AMAndrei Astra
11/08/2023, 11:01 AMOleg Nenashev
11/08/2023, 1:10 PM