update container base images to Fedora 31

Also update the uid management in the frontend image to be more consistent with
best practices, as demonstrated by:

https://github.com/RHsyseng/container-rhel-examples/tree/master/starter-arbitrary-uid

This allows the dependency on nss_wrapper to be dropped.
This commit is contained in:
Mike Bonnet
2019-11-01 11:59:57 -07:00
parent 1c645f5a04
commit 86c85825ee
9 changed files with 29 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
FROM fedora:29
FROM fedora:31
WORKDIR /build
RUN dnf -y install \