TykTechnologies / tyk-k8s

Kubernetes ingress controller and sidecar injector for Tyk API Gateway
https://tyk.io
Other
7 stars 5 forks source link

Fix and modernise the controller Dockerfile #42

Open excieve opened 4 years ago

excieve commented 4 years ago

Currently the controller Dockerfile is referencing some goproxy directory on the image that doesn't even exist: https://github.com/TykTechnologies/tyk-k8s/blob/21d094c14ed6ab2a41f84bf05adab210217e755e/docker/controller/Dockerfile#L8 The binary is installed in the /opt/tyk-k8s directory instead.

Moreover, the Dockerfile itself could use some love: