Find Dockerfile build for `k8s.gcr.io/kubernetes-zookeeper:1.0-3.4.10`

1/22/2018

I've followed the tutorial here https://kubernetes.io/docs/tutorials/stateful-application/zookeeper/

which references image k8s.gcr.io/kubernetes-zookeeper:1.0-3.4.10. I can go to

http://k8s.gcr.io/kubernetes-zookeeper which redirects to https://console.cloud.google.com/gcr/images/google-containers/GLOBAL/kubernetes-zookeeper?gcrImageListsize=50

and I can see the built docker image and the manifest.

How can I find the Dockerfile and the source used to build the image. Most other hubs link to the source. I presume the source to this is on github or some similar public repo?

-- clay
docker
google-kubernetes-engine
kubernetes

2 Answers

1/23/2018

I believe the github repo with the right Dockerfile and build environment is https://github.com/kow3ns/kubernetes-zookeeper/tree/master/docker

The Makefile look like it lines up with the image k8s.gcr.io/kubernetes-zookeeper:1.0-3.4.10

-- clay
Source: StackOverflow

1/22/2018

I believe that this is the Dockerfile.

-- Jose Armesto
Source: StackOverflow