We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d8bef commit 86f8b9eCopy full SHA for 86f8b9e
.dockerignore
@@ -5,6 +5,7 @@
5
.idea/
6
.build/
7
_build/
8
+build-out/
9
build-output/
10
cmake-build-*/
11
cmake-out/
ci/.dockerignore
@@ -5,9 +5,11 @@
# Note: This file does not prevent us from accessing other files from within a
# running docker *container*. Those will be availble from our mounted volume.
# https://docs.docker.com/engine/reference/builder/#dockerignore-file
+
+# Start by ignoring everything, then only allow a few things.
*
-!*.*
-!etc
12
-# Ignore staging files for the kokoro/install builds
13
-kokoro/install/ccache-contents/
+# Don't ignore a few scripts that are invoked from within Dockerfiles.
+!/install-cloud-sdk.sh
14
+!/install-bazel.sh
15
+!/etc/install-config.sh
0 commit comments