mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue