Grega Bremec 2 rokov pred
rodič
commit
0be95f7e54
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 3 1
      README.adoc

+ 3 - 1
README.adoc

@@ -24,14 +24,16 @@ If building the images using `podman` on an entitled host, no extra steps need
 to be performed as host entitlements will automatically be imported into the
 build container.
 
+******
 NOTE: When building for an architecture without the `ubi-minimal` image or on a
       host that can not be entitled (f.e. Fedora CoreOS), you can choose a
       different base image by using the `--from` option in `podman build`:
-+
+
 [subs=+quotes]
 -------------------------------
 $ *podman build --from=registry.fedoraproject.org/fedora-minimal:36 -f ./images/Containerfile-sysstat -t collector-sysstat:latest*
 -------------------------------
+******
 
 === Building in OpenShift ===