Skip to content

Commit fe92053

Browse files
committed
Set default CentOS7 Vault build to 7.6
1 parent 6c2ab88 commit fe92053

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

elements/centos7-vault/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ the baseline for built disk images.
99

1010
DIB_CENTOS7_VERSION:
1111
:Required: No
12-
:Default: 7.7
12+
:Default: 7.6
1313
:Description: Set a version, from 7.1 to 7.7 (inclusive) and the last-known
1414
public locations for package repos and cloud images will be used.
1515

1616
DIB_CENTOS7_MIRROR_VERSION:
1717
:Required: No
18-
:Default: 7.7.1908
18+
:Default: 7.6.1810
1919
:Description: Set a fully-qualified version for a build of CentOS.
2020
A sensible last-known default value is set according to
2121
``DIB_CENTOS7_VERSION``. This value also overwrites
2222
``$releasever`` in a standard ``CentOS-Base`` yum repo.
2323

2424
DIB_CENTOS7_CLOUDIMAGE_VERSION:
2525
:Required: No
26-
:Default: GenericCloud-1907
26+
:Default: GenericCloud-1811
2727
:Description: Set a fully-qualified version for a cloud image build.
2828
A sensible last-known default value is set according to
2929
``DIB_CENTOS7_VERSION``.

elements/centos7-vault/environment.d/10-centos7-distro-name.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ export DIB_RELEASE=7
44
# Useful for elements that work with fedora (dnf) & centos
55
export YUM=${YUM:-yum}
66

7-
export DIB_CENTOS7_VERSION=${DIB_CENTOS7_VERSION:-"7.7"}
7+
# At the time of writing CentOS 7.7 is still current and the vault content is incomplete.
8+
export DIB_CENTOS7_VERSION=${DIB_CENTOS7_VERSION:-"7.6"}
89
case "$DIB_CENTOS7_VERSION" in
910
7.7)
1011
DIB_CENTOS7_MIRROR_VERSION=${DIB_CENTOS7_MIRROR_VERSION:-"7.7.1908"}

0 commit comments

Comments
 (0)