Browse Source

fix base image

Grega Bremec 2 years ago
parent
commit
c00f12c58a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.adoc

+ 2 - 2
README.adoc

@@ -88,7 +88,7 @@ entitled host or inside a correctly configured OpenShift builder pod.
 
 
 === SAR ===
 === SAR ===
 
 
-Sar image is based on ubi-micro and includes just the `sysstat` package.
+Sar image is based on `ubi-minimal` and includes just the `sysstat` package.
 
 
 It expects a volume to be attached at `/var/log/sa`.
 It expects a volume to be attached at `/var/log/sa`.
 
 
@@ -100,7 +100,7 @@ It also *requires* access to host's network namespace if you want to measure net
 
 
 === PSACCT ===
 === PSACCT ===
 
 
-Sar image is based on ubi-micro and includes just the `psacct` package.
+Sar image is based on `ubi-minimal` and includes just the `psacct` package.
 
 
 It expects a volume to be attached at `/var/account`.
 It expects a volume to be attached at `/var/account`.