Comment 1 for bug 2028392

Revision history for this message
Dmitry Rogozhkin (dvrogozh) wrote :

Other observations from my side:
1. If you build docker image with 20.10.21-0ubuntu1~22.04.3 ("good") then you have correct permissions if you later use this image on docker run with 20.10.25-0ubuntu1~22.04.1 ("bad").
2. If you build docker image with 20.10.25-0ubuntu1~22.04.1 ("bad") then you have wrong permissions if you later use this image on docker run with 20.10.21-0ubuntu1~22.04.3 ("good").

Also, so far I did not see any indication of error reported during docker-build or elsewhere on a system. Docker build seems to go just fine though later permissions are wrong. It might be I just don't know where to look for appropriate log... let me know of what needs to be checked.