-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 (#9479, #9638), and we must rebuild openshift to finally unbreak our cockpit/ws container (#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. - Update workaround for openshift/origin#18715 to install "openssl", which is not in the default install any more on Fedora 28. Fixes #9479 Closes #9975
- Loading branch information
1 parent
f6538d9
commit 2795ceb
Showing
2 changed files
with
9 additions
and
5 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