nvidia-container-toolkit/build/container
Evan Lezar e8d555f155 Allow buildx to be used for mulit-arch images
This change allows for docker buildx to be used to build container
images. This also allows multi-arch images being built.

In addition to using docker buildx to build images, regctl as a
replacement for the docker push command to release images. This
tool also supports regctl.

The selection of docker buildx (and regctl) is controlled by a
BUILD_MULTI_ARCH_IMAGES make variable. If this is 'true',
the build-% make targets for the toolkit container will be
run through buildx  and the equivalent push-% targets will trigger
a regctl command.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2022-02-22 10:19:20 +02:00
..
Dockerfile.centos Allow buildx to be used for mulit-arch images 2022-02-22 10:19:20 +02:00
Dockerfile.packaging Address review comments 2021-12-01 18:45:30 +01:00
Dockerfile.ubuntu Allow buildx to be used for mulit-arch images 2022-02-22 10:19:20 +02:00
Makefile Allow buildx to be used for mulit-arch images 2022-02-22 10:19:20 +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.