Skip to content

Commit 6cf8cad

Browse files
authored
Upgrade RBE Docker image (#129)
Upgrade image used in RBE builds
1 parent 2e7cd17 commit 6cf8cad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ platform(
2727
remote_execution_properties = """
2828
properties: {
2929
name: "container-image"
30-
value: "docker://gcr.io/grakn-dev/rbe_platform@sha256:c64a67d102e1842563f46c0be534a52e0138e5ec90bf74e2047471019e107bc6"
30+
value: "docker://gcr.io/grakn-dev/rbe_platform@sha256:435403f84a20db7ac779bf2688dce6bd6463d62608c0731cfb944cd0b74b35d8"
3131
}
3232
properties: {
3333
name: "dockerNetwork"
@@ -40,4 +40,4 @@ py_library(
4040
name = "common",
4141
srcs = ["common.py"],
4242
visibility = ["//visibility:public"]
43-
)
43+
)

ci/rbe-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM gcr.io/cloud-marketplace/google/rbe-ubuntu16-04@sha256:94d7d8552902d228c32c8c148cc13f0effc2b4837757a6e95b73fdc5c5e4b07b
2-
RUN apt-get update && apt-get install -y rpm
1+
FROM gcr.io/cloud-marketplace/google/rbe-ubuntu16-04@sha256:5464e3e83dc656fc6e4eae6a01f5c2645f1f7e95854b3802b85e86484132d90e
2+
RUN apt-get update && apt-get install -y rpm

0 commit comments

Comments
 (0)