mirror of https://github.com/docker/docs.git
Remove reference to CENTOS6 from generate script
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
37d737fc2c
commit
18ca5d7c0e
|
@ -80,9 +80,5 @@ for version in "${versions[@]}"; do
|
||||||
|
|
||||||
echo 'ENV AUTO_GOPATH 1' >> "$version/Dockerfile"
|
echo 'ENV AUTO_GOPATH 1' >> "$version/Dockerfile"
|
||||||
|
|
||||||
if [ "$from" == "centos:6" ]; then
|
echo 'ENV DOCKER_BUILDTAGS selinux' >> "$version/Dockerfile"
|
||||||
echo 'ENV DOCKER_BUILDTAGS selinux exclude_graphdriver_btrfs' >> "$version/Dockerfile"
|
|
||||||
else
|
|
||||||
echo 'ENV DOCKER_BUILDTAGS selinux' >> "$version/Dockerfile"
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue