David Brazdil | 5ecf75f | 2019-07-21 10:39:47 +0200 | [diff] [blame] | 1 | # Copyright 2019 The Hafnium Authors. |
| 2 | # |
Andrew Walbran | e959ec1 | 2020-06-17 15:01:09 +0100 | [diff] [blame] | 3 | # 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 Brazdil | 5ecf75f | 2019-07-21 10:39:47 +0200 | [diff] [blame] | 6 | |
| 7 | CONTAINER_TAG="eu.gcr.io/hafnium-build/hafnium_ci" |
| 8 | |
| 9 | if [[ ! -v DOCKER ]] |
| 10 | then |
| 11 | DOCKER="$(which docker)" \ |
| 12 | || (echo "ERROR: Could not find Docker binary" 1>&2; exit 1) |
| 13 | fi |