nvidia-container-toolkit/build/container
Evan Lezar c35444c76c Add CI to build toolkit-container image
This change adds CI definitions for building the toolkit-container
images. This modifies the existing CI and replaces the build-one
stage with multiple stages that do the following:
* peform the standard golang checks
* build the packages required by the images
* build the images for supported platforms
* releases the images (currently to the CI staging registry)

The build-all stage is included as a final step in the CI. This is
run after the release stage as the target platforms are not requried
from an imaging perspective. The build-all stage is only run on
MRs or tagged builds.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2021-10-22 11:57:55 +02:00
..
Dockerfile.centos Add CI to build toolkit-container image 2021-10-22 11:57:55 +02:00
Dockerfile.ubuntu Add CI to build toolkit-container image 2021-10-22 11:57:55 +02:00
Makefile Add CI to build toolkit-container image 2021-10-22 11:57:55 +02:00
README.md Add dockerfile and makefile to build toolkit-container 2021-10-22 11:57:55 +02:00

NVIDIA Container Toolkit Container

This folder contains make and docker files for building the NVIDIA Container Toolkit Container.