Am 06.10.23 um 21:07 schrieb Tom Sweeney:
What OS, OS version, and Podman/Buildah versions are you using?
Thanks for the quick reply:
$ egrep REDHAT.*VERSION /etc/os-release
REDHAT_SUPPORT_PRODUCT_VERSION="9.2"
$ rpm -q buildah podman crun
buildah-1.29.1-2.el9_2.x86_64
podman-4.4.1-13.el9_2.x86_64
crun-1.8.4-1.el9_2.x86_64
$ uname -r
5.14.0-284.30.1.el9_2.x86_64
Environment of building: rootless
$ id -u
1219
Multi-stage build:
$ grep FROM Containerfile
FROM
registry.access.redhat.com/ubi9/ubi:latest AS app-micro-build
FROM scratch
--
Leon