You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
After building the following Dockerfile, the container cannot use sudo due to PAM issue:
FROM opensuse/leap:42.3
RUN zypper --non-interactive install \
sudo
#fix bug: https://github.com/openSUSE/docker-containers/issues/82RUN sed -i 's/.*root.*-.*nproc.*unlimited.*$//g' /etc/security/limits.conf
CMD sudo ls
docker build . -t leap-pam-issue
docker run --rm leap-pam-issue
After building the following
Dockerfile
, the container cannot usesudo
due to PAM issue:This was on OpenSUSE, might also affect Centos/rhel related images.
Original:
openSUSE/docker-containers#82 (comment)
The text was updated successfully, but these errors were encountered: