Skip to content

Commit

Permalink
Add pointer to the official Dockerfile config
Browse files Browse the repository at this point in the history
It's nice to be able to find the Dockerfile for any image easily, so I'm just adding the link to the "Getting Started with Bazel Docker Container" doc.

Maybe it was probably me not knowing how to navigate the Container Registry website but I couldn't find the Dockerfile for the official images. In fact, it was a bit confusing because, while googling, I did find some old versions of the website that pointed to an old registry with very old images!

Luckily, trying to find what was going on, I found [bazelbuild/continuous-integration issue bazelbuild#1060](bazelbuild/continuous-integration#1060) and from there, I found the Dockerfile for the official image.
  • Loading branch information
jjmaestro committed Jul 23, 2024
1 parent 17eadaf commit b21c051
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/en/install/docker-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ Build time: Fri Jun 2 16:59:58 2023 (1685725198)
Build timestamp: 1685725198
Build timestamp as int: 1685725198
```

## Explore the Bazel Dockerfile {:#explore-bazel-dockerfile}

If you want to check how the Bazel Docker image is built, you can find its Dockerfile at [bazelbuild/continuous-integration/bazel/oci](https://github.com/bazelbuild/continuous-integration/tree/master/bazel/oci).

0 comments on commit b21c051

Please sign in to comment.