update config/container flags for 0.10.0 bazelrc

* all toolchain containers has been replaced by the public containers on
Cloud Launcher (when available)

Change-Id: Id2a680ae591bc27a3811c04b1ca21ee3968a3c25
diff --git a/bazelrc/bazel-0.10.0.bazelrc b/bazelrc/bazel-0.10.0.bazelrc
index 222efb8..3ad6578 100644
--- a/bazelrc/bazel-0.10.0.bazelrc
+++ b/bazelrc/bazel-0.10.0.bazelrc
@@ -28,12 +28,12 @@
 
 # Set several flags related to specifying the toolchain and java properties.
 # These flags are duplicated rather than imported from (for example)
-# %workspace%/configs/debian8_clang/0.2.0/toolchain.bazelrc to make this
+# %workspace%/configs/debian8_clang/0.3.0/toolchain.bazelrc to make this
 # bazelrc a standalone file that can be copied more easily.
-build:remote --host_javabase=@bazel_toolchains//configs/debian8_clang/0.2.0:jdk8
-build:remote --javabase=@bazel_toolchains//configs/debian8_clang/0.2.0:jdk8
-build:remote --crosstool_top=@bazel_toolchains//configs/debian8_clang/0.2.0/bazel_0.10.0:toolchain
-build:remote --experimental_remote_platform_override='properties:{ name:"container-image" value:"docker://gcr.io/asci-toolchain/nosla-debian8-clang-fl@sha256:496193842f61c9494be68bd624e47c74d706cabf19a693c4653ffe96a97e43e3" }'
+build:remote --host_javabase=@bazel_toolchains//configs/debian8_clang/0.3.0:jdk8
+build:remote --javabase=@bazel_toolchains//configs/debian8_clang/0.3.0:jdk8
+build:remote --crosstool_top=@bazel_toolchains//configs/debian8_clang/0.3.0/bazel_0.10.0:toolchain
+build:remote --experimental_remote_platform_override='properties:{ name:"container-image" value:"docker://launcher.gcr.io/google/rbe-debian8@sha256:b2d946c1ddc20af250fe85cf98bd648ac5519131659f7c36e64184b433175a33" }'
 
 # Set various strategies so that all actions execute remotely. Mixing remote
 # and local execution will lead to errors unless the toolchain and remote
diff --git a/bazelrc/bazel-0.9.0.bazelrc b/bazelrc/bazel-0.9.0.bazelrc
index ebe57d2..4a59ba2 100644
--- a/bazelrc/bazel-0.9.0.bazelrc
+++ b/bazelrc/bazel-0.9.0.bazelrc
@@ -33,7 +33,7 @@
 build:remote --host_javabase=@bazel_toolchains//configs/debian8_clang/0.2.0:jdk8
 build:remote --javabase=@bazel_toolchains//configs/debian8_clang/0.2.0:jdk8
 build:remote --crosstool_top=@bazel_toolchains//configs/debian8_clang/0.2.0/bazel_0.9.0:toolchain
-build:remote --experimental_remote_platform_override='properties:{ name:"container-image" value:"docker://gcr.io/asci-toolchain/nosla-debian8-clang-fl@sha256:e79e367aab94c6f18a0b39950fe4f160fda07ee01e3c32604c5f8472afa7c1f0" }'
+build:remote --experimental_remote_platform_override='properties:{ name:"container-image" value:"docker://launcher.gcr.io/google/rbe-debian8@sha256:496193842f61c9494be68bd624e47c74d706cabf19a693c4653ffe96a97e43e3" }'
 
 # Set various strategies so that all actions execute remotely. Mixing remote
 # and local execution will lead to errors unless the toolchain and remote
diff --git a/configs/debian8_clang/0.2.0/toolchain.bazelrc b/configs/debian8_clang/0.2.0/toolchain.bazelrc
index a7dfb85..e02b3da 100644
--- a/configs/debian8_clang/0.2.0/toolchain.bazelrc
+++ b/configs/debian8_clang/0.2.0/toolchain.bazelrc
@@ -2,4 +2,4 @@
 build:remote --host_javabase=@bazel_toolchains//configs/debian8_clang/0.2.0:jdk8
 build:remote --javabase=@bazel_toolchains//configs/debian8_clang/0.2.0:jdk8
 build:remote --crosstool_top=@bazel_toolchains//configs/debian8_clang/0.2.0/bazel_0.10.0:toolchain
-build:remote --experimental_remote_platform_override='properties:{ name:"container-image" value:"docker://gcr.io/asci-toolchain/nosla-debian8-clang-fl@sha256:496193842f61c9494be68bd624e47c74d706cabf19a693c4653ffe96a97e43e3" }'
+build:remote --experimental_remote_platform_override='properties:{ name:"container-image" value:"docker://launcher.gcr.io/google/rbe-debian8@sha256:496193842f61c9494be68bd624e47c74d706cabf19a693c4653ffe96a97e43e3" }'
diff --git a/configs/debian8_clang/0.3.0/toolchain.bazelrc b/configs/debian8_clang/0.3.0/toolchain.bazelrc
index 81eab30..8593537 100644
--- a/configs/debian8_clang/0.3.0/toolchain.bazelrc
+++ b/configs/debian8_clang/0.3.0/toolchain.bazelrc
@@ -2,4 +2,4 @@
 build:remote --host_javabase=@bazel_toolchains//configs/debian8_clang/0.3.0:jdk8
 build:remote --javabase=@bazel_toolchains//configs/debian8_clang/0.3.0:jdk8
 build:remote --crosstool_top=@bazel_toolchains//configs/debian8_clang/0.3.0/bazel_0.10.0:toolchain
-build:remote --experimental_remote_platform_override='properties:{ name:"container-image" value:"docker://gcr.io/asci-toolchain/nosla-debian8-clang-fl@sha256:b2d946c1ddc20af250fe85cf98bd648ac5519131659f7c36e64184b433175a33" }'
+build:remote --experimental_remote_platform_override='properties:{ name:"container-image" value:"docker://launcher.gcr.io/google/rbe-debian8@sha256:b2d946c1ddc20af250fe85cf98bd648ac5519131659f7c36e64184b433175a33" }'