Add support for Docker 1.13.1 on CentOS 7

This commit is contained in:
Felix Abecassis 2017-11-30 13:12:03 -08:00
parent 80d0a64073
commit 0327d6b8f7

View file

@ -15,7 +15,7 @@ all: xenial centos7 stretch
xenial: 17.09.0-xenial 17.06.2-xenial 17.03.2-xenial 1.13.1-xenial 1.12.6-xenial
centos7: 17.09.0.ce-centos7 17.06.2.ce-centos7 17.03.2.ce-centos7 1.12.6-centos7
centos7: 17.09.0.ce-centos7 17.06.2.ce-centos7 17.03.2.ce-centos7 1.13.1-centos7 1.12.6-centos7
stretch: 17.09.0-stretch 17.06.2-stretch 17.03.2-stretch
@ -83,6 +83,14 @@ stretch: 17.09.0-stretch 17.06.2-stretch 17.03.2-stretch
-t nvidia-docker2:$@ -f Dockerfile.centos7 .
$(DOCKER) run --rm -v $(DIST_DIR)/centos7:/dist:Z nvidia-docker2:$@
1.13.1-centos7:
$(DOCKER) build --build-arg RUNTIME_VERSION="$(RUNTIME_VERSION)-1.docker1.13.1" \
--build-arg DOCKER_VERSION="docker = 2:1.13.1" \
--build-arg PKG_VERS="$(VERSION)" \
--build-arg PKG_REV="$(PKG_REV).docker1.13.1" \
-t nvidia-docker2:$@ -f Dockerfile.centos7 .
$(DOCKER) run --rm -v $(DIST_DIR)/centos7:/dist:Z nvidia-docker2:$@
1.12.6-centos7:
$(DOCKER) build --build-arg RUNTIME_VERSION="$(RUNTIME_VERSION)-1.docker1.12.6" \
--build-arg DOCKER_VERSION="docker = 2:1.12.6" \