File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ In general, images are built like this:
20
20
21
21
kolla-build
22
22
23
- By default, the above command would build all images based on CentOS image.
23
+ By default, the above command would build all images based on a CentOS Stream
24
+ image.
24
25
25
26
The operator can change the base distro with the ``-b `` option:
26
27
@@ -32,7 +33,7 @@ There are following distros (bases) available for building images:
32
33
33
34
- centos
34
35
- debian
35
- - rhel
36
+ - rhel (deprecated)
36
37
- ubuntu
37
38
38
39
See the :ref: `support matrix <support-matrix-base-images >` for information on
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ Supported base images
14
14
15
15
The following base container images are supported:
16
16
17
- ============= ============ ================
18
- Distribution Default base Default base tag
19
- ============= ============ ================
20
- CentOS 8 centos 8
21
- Debian Buster debian 10
22
- RHEL 8 rhel 8
23
- Ubuntu Focal ubuntu 20.04
24
- ============= ============ ================
17
+ ================== =================== ============ ================
18
+ Distribution Default base Default base tag
19
+ ================== =================== ============ ================
20
+ CentOS Stream 8 quay.io/centos/centos stream8
21
+ Debian Buster debian bullseye
22
+ RHEL8 (deprecated) registry.access.redhat.com/ubi8 latest
23
+ Ubuntu Focal ubuntu 20.04
24
+ ================== =================== ============ ================
25
25
26
26
The remainder of this document outlines which images are supported on which of
27
27
these distribution.
You can’t perform that action at this time.
0 commit comments