Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker: Switch to using ubi8/ubi-minimal
Before: We were using ubi8/ubi because we hadn't figured out how to get tzdata into the ubi8/ubi-minimal image. Why: The ubi8/ubi-minimal image is smaller and now has everything we need. Now: The docker image is based on ubi8/ubi-minimal. The required tzdata files are acquired by rpm erasing the tzdata package and then reinstalling it (there is no `microdnf reinstall` command in the current image). Release note (backward-incompatible change): The docker image is now based on RedHat's ubi8/ubi-minimal image (instead of ubi8/ubi). This image is smaller.
- Loading branch information