blob: 805aa3ad1347aa6dfc4a611088267cff32a49f06 [file] [log] [blame]
David Brazdil5ecf75f2019-07-21 10:39:47 +02001# Copyright 2019 The Hafnium Authors.
2#
Andrew Walbrane959ec12020-06-17 15:01:09 +01003# Use of this source code is governed by a BSD-style
4# license that can be found in the LICENSE file or at
5# https://opensource.org/licenses/BSD-3-Clause.
David Brazdil5ecf75f2019-07-21 10:39:47 +02006
7CONTAINER_TAG="eu.gcr.io/hafnium-build/hafnium_ci"
8
9if [[ ! -v DOCKER ]]
10then
11 DOCKER="$(which docker)" \
12 || (echo "ERROR: Could not find Docker binary" 1>&2; exit 1)
13fi