@@ -15,7 +15,7 @@ FROM debian
15
15
RUN apt install kernel
16
16
```
17
17
18
- And get an image compatible with bootc. Supporting this
18
+ And get an image compatible with bootc. Supporting any base image
19
19
is an eventual goal, however there are a few reasons why
20
20
this doesn't yet work. The biggest reason is SELinux
21
21
labeling support; the underlying ostree stack currently
@@ -25,7 +25,7 @@ for any derived layers.
25
25
26
26
# Building bootc compatible base images
27
27
28
- As a corollary to this , the build process
28
+ As a corollary to base-image limitations , the build process
29
29
for generating base images currently requires running
30
30
through ostree tooling to generate an "ostree commit"
31
31
which has some special formatting in the base image.
@@ -34,7 +34,7 @@ However, the ostree usage is an implementation detail
34
34
and the requirement on this will be lifted in the future.
35
35
36
36
For example, the [ rpm-ostree compose image] ( https://coreos.github.io/rpm-ostree/container/#creating-base-images )
37
- tooling currently streamlines this , operating just
37
+ tooling currently streamlines creating base images , operating just
38
38
on a declarative input and writing to a registry.
39
39
40
40
This is how the [ Project Sagano] ( https://github.com/centos/sagano )
@@ -55,8 +55,7 @@ RUN dnf -y install foo && dnf clean all
55
55
56
56
As an opt-in optimization today, you can also add ` ostree container commit `
57
57
as part of your ` RUN ` invocations. This will perform early detection
58
- of some incompatibilities.
59
-
60
- However, its usage is not and will never be strictly required.
58
+ of some incompatibilities but is not a strict requirement today and will not be
59
+ in the future.
61
60
62
61
0 commit comments