blob: e15d8a3ad3a9bacab2e6606e8a459614715e0af6 [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
J-Alves108b0452024-02-03 15:32:59 +00007CONTAINER_TAG="hafnium_dev"
David Brazdil5ecf75f2019-07-21 10:39:47 +02008
9if [[ ! -v DOCKER ]]
10then
11 DOCKER="$(which docker)" \
12 || (echo "ERROR: Could not find Docker binary" 1>&2; exit 1)
J-Alves108b0452024-02-03 15:32:59 +000013fi