aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
blob: 8bdadb39401a926ee9dd8ec6e5aa25c1e67a4b98 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

set -e
docker_api_version=$(docker version)
docker_api_version=$(docker version | grep API | head -n 1 | awk '{print $3}')
echo "Docker API version is $docker_api_version..."
export DOCKER_API_VERSION=$docker_api_version