From my point of view, the new container image looks good: [dominik@p1gen3 ~]$ podman run -p 8080:8080 --name test --rm -it --pull=always registry-proxy.engineering.redhat.com/rh-osbs/container-native-virtualization-kubevirt-console-plugin-rhel9:v4.13.0-2408 Trying to pull registry-proxy.engineering.redhat.com/rh-osbs/container-native-virtualization-kubevirt-console-plugin-rhel9:v4.13.0-2408... Getting image source signatures Copying blob 7a0967a538d4 skipped: already exists Copying blob 4a13c0e9217d skipped: already exists Copying blob 2b4740fdead1 skipped: already exists Copying blob 2a625e4afab5 skipped: already exists Copying config 9f5d3f5494 done Writing manifest to image destination Storing signatures [dominik@p1gen3 ~]$ curl localhost:8080 <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>nginx/1.20.1</center> </body> </html> [dominik@p1gen3 ~]$ podman exec -it test cat /var/log/nginx/access.log 10.0.2.100 - - [05/Apr/2023:06:47:24 +0000] "GET / HTTP/1.1" 403 153 "-" "curl/7.85.0" "-" [dominik@p1gen3 ~]$ podman exec -it test cat /var/log/nginx/error.log 2023/04/05 06:47:24 [error] 2#2: *1 directory index of "/opt/app-root/src/" is forbidden, client: 10.0.2.100, server: _, request: "GET / HTTP/1.1", host: "localhost:8080" [dominik@p1gen3 ~]$
Verified with build CNV-v4.13.0.rhel9-1984.