Commit e6e743c 1 parent a1eac3b commit e6e743c Copy full SHA for e6e743c
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ function check_pull_secret() {
38
38
check_pull_secret
39
39
40
40
HOST_ARCH=$( uname -m)
41
- MIRROR=${MIRROR:- https:// mirror.openshift.com/ pub/ openshift-v4/ $HOST_ARCH / clients/ ocp-dev-preview }
41
+ MIRROR=${MIRROR:- https:// mirror.openshift.com/ pub/ openshift-v4/ $HOST_ARCH / clients/ ocp}
42
42
43
43
# If user defined the OPENSHIFT_VERSION environment variable then use it.
44
44
if test -n " ${OPENSHIFT_VERSION-} " ; then
45
45
OPENSHIFT_RELEASE_VERSION=${OPENSHIFT_VERSION}
46
46
echo " Using release ${OPENSHIFT_RELEASE_VERSION} from OPENSHIFT_VERSION"
47
47
else
48
- OPENSHIFT_RELEASE_VERSION=" $( curl -L " ${MIRROR} " /candidate -${OCP_VERSION} /release.txt | sed -n ' s/^ *Version: *//p' ) "
48
+ OPENSHIFT_RELEASE_VERSION=" $( curl -L " ${MIRROR} " /latest -${OCP_VERSION} /release.txt | sed -n ' s/^ *Version: *//p' ) "
49
49
if test -n " ${OPENSHIFT_RELEASE_VERSION} " ; then
50
50
echo " Using release ${OPENSHIFT_RELEASE_VERSION} from the mirror"
51
51
else
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ function configure_host {
64
64
65
65
function enable_repos {
66
66
sudo subscription-manager repos \
67
- --enable rhocp-4.13 -for-rhel-9-$( uname -i) -rpms \
67
+ --enable rhocp-4.14 -for-rhel-9-$( uname -i) -rpms \
68
68
--enable fast-datapath-for-rhel-9-$( uname -i) -rpms
69
69
}
70
70
@@ -86,7 +86,7 @@ function create_iso {
86
86
if [ -n " ${MICROSHIFT_PRERELEASE-} " ]; then
87
87
git clone -b main https://github.com/openshift/microshift.git
88
88
else
89
- git clone -b release-4.13 https://github.com/openshift/microshift.git
89
+ git clone -b release-4.14 https://github.com/openshift/microshift.git
90
90
fi
91
91
cp podman_changes.ks microshift/
92
92
pushd microshift
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ if test -n "${OPENSHIFT_VERSION-}"; then
44
44
OPENSHIFT_RELEASE_VERSION=${OPENSHIFT_VERSION}
45
45
echo " Using release ${OPENSHIFT_RELEASE_VERSION} from OPENSHIFT_VERSION"
46
46
else
47
- OPENSHIFT_RELEASE_VERSION=" $( curl -L " ${MIRROR} " /candidate -4.14/release.txt | sed -n ' s/^ *Version: *//p' ) "
47
+ OPENSHIFT_RELEASE_VERSION=" $( curl -L " ${MIRROR} " /latest -4.14/release.txt | sed -n ' s/^ *Version: *//p' ) "
48
48
if test -n " ${OPENSHIFT_RELEASE_VERSION} " ; then
49
49
echo " Using release ${OPENSHIFT_RELEASE_VERSION} from the latest mirror"
50
50
else
You can’t perform that action at this time.
0 commit comments