Browse Source

formatting

Grega Bremec 2 years ago
parent
commit
0be95f7e54
1 changed files with 3 additions and 1 deletions
  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
 to be performed as host entitlements will automatically be imported into the
 build container.
 build container.
 
 
+******
 NOTE: When building for an architecture without the `ubi-minimal` image or on a
 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
       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`:
       different base image by using the `--from` option in `podman build`:
-+
+
 [subs=+quotes]
 [subs=+quotes]
 -------------------------------
 -------------------------------
 $ *podman build --from=registry.fedoraproject.org/fedora-minimal:36 -f ./images/Containerfile-sysstat -t collector-sysstat:latest*
 $ *podman build --from=registry.fedoraproject.org/fedora-minimal:36 -f ./images/Containerfile-sysstat -t collector-sysstat:latest*
 -------------------------------
 -------------------------------
+******
 
 
 === Building in OpenShift ===
 === Building in OpenShift ===