prepare 10.4.22 and move to dockerized
This commit is contained in:
10
Dockerfile
10
Dockerfile
@ -1,8 +1,6 @@
|
||||
FROM mariadb:10.4
|
||||
FROM mariadb:10.4.22
|
||||
|
||||
LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
|
||||
LABEL ImageName="registry.gitlab.com/wolutator/mariadb-with-ldap-pam"
|
||||
LABEL AlternativeImageName="wollud1969/mariadb-with-ldap-pam"
|
||||
|
||||
ENV LDAPBASE "DC=hottis,DC=de"
|
||||
ENV LDAPURI "ldap://ldap.hottis.de:389"
|
||||
@ -10,9 +8,9 @@ ENV LDAPBINDDB ""
|
||||
ENV LDAPBINDPW ""
|
||||
|
||||
RUN \
|
||||
apt-get update && \
|
||||
env DEBIAN_FRONTEND=noninteractive apt-get -yq install libpam-ldap && \
|
||||
env DEBIAN_FRONTEND=noninteractive apt-get -yq install pamtester
|
||||
apt update && \
|
||||
env DEBIAN_FRONTEND=noninteractive apt -yq install libpam-ldap && \
|
||||
env DEBIAN_FRONTEND=noninteractive apt -yq install pamtester
|
||||
|
||||
COPY docker-entrypoint.sh-head /usr/local/bin
|
||||
COPY pam.conf-tail /etc
|
||||
|
Reference in New Issue
Block a user