forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Drop kubevirt for now. It has been broken for many months now (cockpit-project#9479, cockpit-project#9638), and we must rebuild openshift to finally unbreak our cockpit/ws container (cockpit-project#9941). kubevirt tests continue to run on the openshift-prerelease image. - Move image to fedora-28, so that we can move cockpit/ws and cockpit/base to fedora-28. - Drop workaround for openshift/origin#18715, the fix is in latest OpenShift 3.9.0 now. Fixes cockpit-project#9479 Closes cockpit-project#9975
- Loading branch information
1 parent
549a630
commit c85a143
Showing
2 changed files
with
8 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#! /bin/bash | ||
|
||
BASE=$(dirname $0) | ||
BOOTSTRAP_VOLUME_SIZE="20G" $BASE/virt-builder-fedora "$1" fedora-27 x86_64 | ||
BOOTSTRAP_VOLUME_SIZE="20G" $BASE/virt-builder-fedora "$1" fedora-28 x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters