Clone to repository:
git clone https://github.com/fatherlinux/ubi-micro
Change into the directory:
cd ubi-micro
Build ubi10-micro:
podman build -t ubi10-micro -f ubi10-micro
Simple run test:
podman run -it ubi10-micro bash
Build ubi9-micro:
podman build -t ubi9-micro -f ubi9-micro
Simple run test:
podman run -it ubi9-micro bash
Build ubi8-micro:
podman build -t ubi8-micro -f ubi8-micro
Simple run test:
podman run -it ubi8-micro bash
Build ubi7-micro:
podman build -t ubi7-micro -f ubi7-micro
Simple run test:
podman run -it ubi7-micro bash
Build ubi-micro-build:
podman build --target ubi-micro-build -t quay.io/fatherlinux/ubi-micro-build -f ubi8-micro