Skip to content
This repository was archived by the owner on Jul 20, 2019. It is now read-only.

Commit 684f57d

Browse files
committed
(maint) Document container-based build image maintenance
1 parent d35d4f4 commit 684f57d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Build Containers
2+
3+
Docker container images for building C++ projects are hosted publicly on Google Container Registry at gcr.io/cpp-projects/cpp-ci. They can be pulled via `docker pull gcr.io/cpp-projects/cpp-ci:<tag>`.
4+
5+
Builds are currently done manually. Docs on how to push new builds are available from [Google](https://cloud.google.com/container-registry/docs/pushing-and-pulling). When adding a new build, include a new incremented integer tag (1, 2, ...) as well as a tag of the commit SHA of the Dockerfile used to generate the build.

0 commit comments

Comments
 (0)