Files
kata-containers/rootfs-builder/euleros/Dockerfile.in
Marco Vedovati 92b42c7f6d agent: detect required Go version from versions.yaml
Detect the Go version required to build the agent from the versions.yaml
file in the runtime repository.

Fixes: #291

Signed-off-by: Marco Vedovati <mvedovati@suse.com>
2019-06-05 11:02:57 +02:00

21 lines
299 B
Docker

#
# Copyright (C) 2018 Huawei Technologies Co., Ltd
#
# SPDX-License-Identifier: Apache-2.0
FROM euleros:@OS_VERSION@
@SET_PROXY@
RUN yum -y update && yum install -y \
yum \
git \
make \
gcc \
coreutils \
chrony \
curl
# This will install the proper golang to build Kata components
@INSTALL_GO@