mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 09:36:04 +00:00
Remove reference to CENTOS6 from generate script
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -80,9 +80,5 @@ for version in "${versions[@]}"; do
|
||||
|
||||
echo 'ENV AUTO_GOPATH 1' >> "$version/Dockerfile"
|
||||
|
||||
if [ "$from" == "centos:6" ]; then
|
||||
echo 'ENV DOCKER_BUILDTAGS selinux exclude_graphdriver_btrfs' >> "$version/Dockerfile"
|
||||
else
|
||||
echo 'ENV DOCKER_BUILDTAGS selinux' >> "$version/Dockerfile"
|
||||
fi
|
||||
echo 'ENV DOCKER_BUILDTAGS selinux' >> "$version/Dockerfile"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user