Search code examples
dockerfilegoogle-container-registry

Where can I find the Dockerfile from an image on Google Container Registry?


I can pull the image gcr.io/tfx-oss-public/tfx-workshop:latest from Google Container Registry, but I would like to see the Dockerfile for how this image was created so that I can adapt an existing Dockerfile similary. Where can I find the Dockerfile for this image?


Solution

  • I found the Dockerfile for the specific image that I was looking for at:

    https://github.com/tensorflow/workshops/blob/master/tfx_airflow/buildfiles/Dockerfile