Files
kata-containers/rootfs-builder/euleros/Dockerfile.in
Jose Carlos Venegas Munoz 612754fd20 rootfs: Add support to create dockerfiles based on templates
To simplify maintaince, create dockerfiles based on templates.

This way when golang version is updated it will be done in one place
versions.txt.

This also allow to allways intall the same version of golang in any
dockerfile.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
2018-01-25 09:02:51 -06:00

6 lines
156 B
Docker

FROM euleros:@OS_VERSION@
RUN yum -y update && yum install -y yum git make gcc
# This will install the proper golang to build Kata components
@INSTALL_GO@