In this repo you'll find:
ghcr.io/denismakogon/opencv-debian:4.5.5-build
as an OpenCV build environmentghcr.io/denismakogon/opencv-debian:4.5.5-runtime
as an OpenCV runtime for applications from the build stage
podman build -t ghcr.io/denismakogon/opencv-debian:4.5.5-build -f build/4.5.5/Dockerfile .
podman build -t ghcr.io/denismakogon/opencv-debian:4.5.5-runtime -f runtime/Dockerfile \
--build-arg "BUILD_IMAGE_DIGEST_TAG=ghcr.io/denismakogon/opencv-debian:4.5.5-build" \
.