提交 bf26c0b7 编写于 作者: F Felix Abecassis

Add support for 17.12.0

上级 9ca20025
...@@ -12,11 +12,18 @@ DIST_DIR := $(CURDIR)/dist ...@@ -12,11 +12,18 @@ DIST_DIR := $(CURDIR)/dist
all: xenial centos7 stretch 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: 17.09.1-xenial:
$(DOCKER) build --build-arg RUNC_COMMIT="3f2f8b84a77f73d38244dd690525642a72156c64" \ $(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 ...@@ -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 . -t nvidia-container-runtime:$@ -f Dockerfile.xenial .
$(DOCKER) run --rm -v $(DIST_DIR)/xenial:/dist:Z nvidia-container-runtime:$@ $(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: 17.09.1-centos7:
$(DOCKER) build --build-arg PKG_ARCH="x86_64" \ $(DOCKER) build --build-arg PKG_ARCH="x86_64" \
--build-arg RUNC_COMMIT="3f2f8b84a77f73d38244dd690525642a72156c64" \ --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 ...@@ -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 . -t nvidia-container-runtime:$@ -f Dockerfile.centos7 .
$(DOCKER) run --rm -v $(DIST_DIR)/centos7:/dist:Z nvidia-container-runtime:$@ $(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: 17.09.1-stretch:
$(DOCKER) build --build-arg RUNC_COMMIT="3f2f8b84a77f73d38244dd690525642a72156c64" \ $(DOCKER) build --build-arg RUNC_COMMIT="3f2f8b84a77f73d38244dd690525642a72156c64" \
--build-arg PKG_VERS="$(VERSION)+docker17.09.1" \ --build-arg PKG_VERS="$(VERSION)+docker17.09.1" \
......
3f2f8b84a77f73d38244dd690525642a72156c64
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册