Skip to content

Commit d1c6aa8

Browse files
authored
Upgrade all Docker images to latest. (#2621)
Un-pin from the Xenial revision.
1 parent bb193e4 commit d1c6aa8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docker/chromium/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM gcr.io/clusterfuzz-images/base@sha256:1110514de5bb678562b75e5cf65130923bd22bb9371dcbc9e99483fd277ac135
14+
FROM gcr.io/clusterfuzz-images/base
1515

1616
ENV UPDATE_WEB_TESTS True
1717
ENV NFS_ROOT /mnt/nfs/cfvolume

docker/chromium/builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM gcr.io/clusterfuzz-images/base@sha256:1110514de5bb678562b75e5cf65130923bd22bb9371dcbc9e99483fd277ac135
14+
FROM gcr.io/clusterfuzz-images/base
1515

1616
ENV RUN_CMD \
1717
"python3.7 $ROOT_DIR/src/python/other-bots/chromium-builder/run.py"

docker/chromium/tests-syncer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM gcr.io/clusterfuzz-images/base@sha256:1110514de5bb678562b75e5cf65130923bd22bb9371dcbc9e99483fd277ac135
14+
FROM gcr.io/clusterfuzz-images/base
1515

1616
ENV RUN_CMD \
1717
"python3.7 $ROOT_DIR/src/python/other-bots/chromium-tests-syncer/run.py"

docker/fuchsia/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM gcr.io/clusterfuzz-images/base@sha256:1110514de5bb678562b75e5cf65130923bd22bb9371dcbc9e99483fd277ac135
14+
FROM gcr.io/clusterfuzz-images/base
1515

1616
RUN apt-get update && apt-get install -y openssh-client
1717

docker/ml-with-gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM gcr.io/clusterfuzz-images/base@sha256:1110514de5bb678562b75e5cf65130923bd22bb9371dcbc9e99483fd277ac135
14+
FROM gcr.io/clusterfuzz-images/base
1515

1616
WORKDIR /data
1717

0 commit comments

Comments
 (0)