Fix a build issue caused by the latest Docker version:

* The latest docker version is not supported by
   artifactory causing the package build to fail.
   Setting the docker version to 19.03.8 to fix the build.
This commit is contained in:
manojsdoshi
2020-05-27 17:08:48 -07:00
parent 645c06764b
commit 853c964194

View File

@@ -282,7 +282,7 @@ tag_bld_images:
variables: variables:
docker_driver: overlay2 docker_driver: overlay2
image: image:
name: docker:latest name: docker:19.03.8
services: services:
# workaround for TLS issues - consider going back # workaround for TLS issues - consider going back
# back to unversioned `dind` when issues are resolved # back to unversioned `dind` when issues are resolved