Skip to content

Commit

Permalink
rhcos: Bump bootimage to 410.8.20190325.0
Browse files Browse the repository at this point in the history
The "bootimage" is the one we use before pivoting.  Bump this
so we don't need to support RHEL7 anymore even there.
  • Loading branch information
cgwalters committed Mar 26, 2019
1 parent 1196f9c commit 3026ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ex

RHCOS_BUILD_NAME="${RHCOS_BUILD_NAME:-400.7.20190306.0}"
RHCOS_BUILD_NAME="${RHCOS_BUILD_NAME:-410.8.20190325.0}"

# shellcheck disable=SC2068
version() { IFS="."; printf "%03d%03d%03d\\n" $@; unset IFS;}
Expand Down
2 changes: 1 addition & 1 deletion pkg/rhcos/builds.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

var (
// DefaultChannel is the default RHCOS channel for the cluster.
DefaultChannel = "maipo"
DefaultChannel = "ootpa"

// buildName is the name of the build in the channel that will be picked up
// empty string means the first one in the build list (latest) will be used
Expand Down

0 comments on commit 3026ec9

Please sign in to comment.