Skip to content

Commit

Permalink
Image refresh for centos-7
Browse files Browse the repository at this point in the history
CentOS now is initially without vgroup for docker

Closes #7738
  • Loading branch information
cockpituous authored and martinpitt committed Sep 26, 2017
1 parent fbd8265 commit 6be4695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bots/images/centos-7
2 changes: 1 addition & 1 deletion test/verify/check-docker-storage
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def initially_loopbacked(machine):
# device is added.
#
def initially_without_vgroup(machine):
return machine.image in [ "rhel-7", "rhel-7-4" ]
return machine.image in [ "rhel-7", "rhel-7-4", "centos-7" ]

# The Atomic variants can't build their own packages, so we build in
# their non-Atomic siblings. For example, fedora-atomic is built
Expand Down

0 comments on commit 6be4695

Please sign in to comment.