diff --git a/Makefile b/Makefile index 219a685d81a936dda7699d5420d1ba3c8a35383e..15352ef9f0468431dc3e8cd99dc565028460d7b8 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,18 @@ DIST_DIR := $(CURDIR)/dist all: xenial centos7 stretch -xenial: 17.09.1-xenial 17.09.0-xenial 17.06.2-xenial 17.03.2-xenial 1.13.1-xenial 1.12.6-xenial +xenial: 17.12.0-xenial 17.09.1-xenial 17.09.0-xenial 17.06.2-xenial 17.03.2-xenial 1.13.1-xenial 1.12.6-xenial -centos7: 17.09.1-centos7 17.09.0-centos7 17.06.2-centos7 17.03.2-centos7 1.13.1-centos7 1.12.6-centos7 +centos7: 17.12.0-centos7 17.09.1-centos7 17.09.0-centos7 17.06.2-centos7 17.03.2-centos7 1.13.1-centos7 1.12.6-centos7 -stretch: 17.09.1-stretch 17.09.0-stretch 17.06.2-stretch 17.03.2-stretch +stretch: 17.12.0-stretch 17.09.1-stretch 17.09.0-stretch 17.06.2-stretch 17.03.2-stretch + +17.12.0-xenial: + $(DOCKER) build --build-arg RUNC_COMMIT="b2567b37d7b75eb4cf325b77297b140ea686ce8f" \ + --build-arg PKG_VERS="$(VERSION)+docker17.12.0" \ + --build-arg PKG_REV="$(PKG_REV)" \ + -t nvidia-container-runtime:$@ -f Dockerfile.xenial . + $(DOCKER) run --rm -v $(DIST_DIR)/xenial:/dist:Z nvidia-container-runtime:$@ 17.09.1-xenial: $(DOCKER) build --build-arg RUNC_COMMIT="3f2f8b84a77f73d38244dd690525642a72156c64" \ @@ -60,6 +67,14 @@ stretch: 17.09.1-stretch 17.09.0-stretch 17.06.2-stretch 17.03.2-stretch -t nvidia-container-runtime:$@ -f Dockerfile.xenial . $(DOCKER) run --rm -v $(DIST_DIR)/xenial:/dist:Z nvidia-container-runtime:$@ +17.12.0-centos7: + $(DOCKER) build --build-arg PKG_ARCH="x86_64" \ + --build-arg RUNC_COMMIT="b2567b37d7b75eb4cf325b77297b140ea686ce8f" \ + --build-arg PKG_VERS="$(VERSION)" \ + --build-arg PKG_REV="$(PKG_REV).docker17.12.0" \ + -t nvidia-container-runtime:$@ -f Dockerfile.centos7 . + $(DOCKER) run --rm -v $(DIST_DIR)/centos7:/dist:Z nvidia-container-runtime:$@ + 17.09.1-centos7: $(DOCKER) build --build-arg PKG_ARCH="x86_64" \ --build-arg RUNC_COMMIT="3f2f8b84a77f73d38244dd690525642a72156c64" \ @@ -108,6 +123,13 @@ stretch: 17.09.1-stretch 17.09.0-stretch 17.06.2-stretch 17.03.2-stretch -t nvidia-container-runtime:$@ -f Dockerfile.centos7 . $(DOCKER) run --rm -v $(DIST_DIR)/centos7:/dist:Z nvidia-container-runtime:$@ +17.12.0-stretch: + $(DOCKER) build --build-arg RUNC_COMMIT="b2567b37d7b75eb4cf325b77297b140ea686ce8f" \ + --build-arg PKG_VERS="$(VERSION)+docker17.12.0" \ + --build-arg PKG_REV="$(PKG_REV)" \ + -t nvidia-container-runtime:$@ -f Dockerfile.stretch . + $(DOCKER) run --rm -v $(DIST_DIR)/stretch:/dist:Z nvidia-container-runtime:$@ + 17.09.1-stretch: $(DOCKER) build --build-arg RUNC_COMMIT="3f2f8b84a77f73d38244dd690525642a72156c64" \ --build-arg PKG_VERS="$(VERSION)+docker17.09.1" \ diff --git a/runc/b2567b37d7b75eb4cf325b77297b140ea686ce8f b/runc/b2567b37d7b75eb4cf325b77297b140ea686ce8f new file mode 120000 index 0000000000000000000000000000000000000000..b970b48ec9aef051d538d3d79746d7e630f35745 --- /dev/null +++ b/runc/b2567b37d7b75eb4cf325b77297b140ea686ce8f @@ -0,0 +1 @@ +3f2f8b84a77f73d38244dd690525642a72156c64 \ No newline at end of file