You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-12-10 00:41:17 +03:00
Build alpine images --with-krb5, --with-gssapi and --with-ldap
This commit is contained in:
10
10/alpine/Dockerfile
generated
10
10/alpine/Dockerfile
generated
@@ -45,14 +45,14 @@ RUN set -eux; \
|
|||||||
dpkg-dev dpkg \
|
dpkg-dev dpkg \
|
||||||
flex \
|
flex \
|
||||||
gcc \
|
gcc \
|
||||||
# krb5-dev \
|
krb5-dev \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
libedit-dev \
|
libedit-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
# configure: error: prove not found
|
# configure: error: prove not found
|
||||||
perl-utils \
|
perl-utils \
|
||||||
@@ -96,9 +96,9 @@ RUN set -eux; \
|
|||||||
--prefix=/usr/local \
|
--prefix=/usr/local \
|
||||||
--with-includes=/usr/local/include \
|
--with-includes=/usr/local/include \
|
||||||
--with-libraries=/usr/local/lib \
|
--with-libraries=/usr/local/lib \
|
||||||
# --with-krb5 \
|
--with-krb5 \
|
||||||
# --with-gssapi \
|
--with-gssapi \
|
||||||
# --with-ldap \
|
--with-ldap \
|
||||||
--with-tcl \
|
--with-tcl \
|
||||||
--with-perl \
|
--with-perl \
|
||||||
--with-python \
|
--with-python \
|
||||||
|
|||||||
10
11/alpine/Dockerfile
generated
10
11/alpine/Dockerfile
generated
@@ -45,7 +45,7 @@ RUN set -eux; \
|
|||||||
dpkg-dev dpkg \
|
dpkg-dev dpkg \
|
||||||
flex \
|
flex \
|
||||||
gcc \
|
gcc \
|
||||||
# krb5-dev \
|
krb5-dev \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
libedit-dev \
|
libedit-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
@@ -53,7 +53,7 @@ RUN set -eux; \
|
|||||||
linux-headers \
|
linux-headers \
|
||||||
llvm11-dev clang g++ \
|
llvm11-dev clang g++ \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
# configure: error: prove not found
|
# configure: error: prove not found
|
||||||
perl-utils \
|
perl-utils \
|
||||||
@@ -97,9 +97,9 @@ RUN set -eux; \
|
|||||||
--prefix=/usr/local \
|
--prefix=/usr/local \
|
||||||
--with-includes=/usr/local/include \
|
--with-includes=/usr/local/include \
|
||||||
--with-libraries=/usr/local/lib \
|
--with-libraries=/usr/local/lib \
|
||||||
# --with-krb5 \
|
--with-krb5 \
|
||||||
# --with-gssapi \
|
--with-gssapi \
|
||||||
# --with-ldap \
|
--with-ldap \
|
||||||
--with-tcl \
|
--with-tcl \
|
||||||
--with-perl \
|
--with-perl \
|
||||||
--with-python \
|
--with-python \
|
||||||
|
|||||||
10
12/alpine/Dockerfile
generated
10
12/alpine/Dockerfile
generated
@@ -45,7 +45,7 @@ RUN set -eux; \
|
|||||||
dpkg-dev dpkg \
|
dpkg-dev dpkg \
|
||||||
flex \
|
flex \
|
||||||
gcc \
|
gcc \
|
||||||
# krb5-dev \
|
krb5-dev \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
libedit-dev \
|
libedit-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
@@ -53,7 +53,7 @@ RUN set -eux; \
|
|||||||
linux-headers \
|
linux-headers \
|
||||||
llvm11-dev clang g++ \
|
llvm11-dev clang g++ \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
# configure: error: prove not found
|
# configure: error: prove not found
|
||||||
perl-utils \
|
perl-utils \
|
||||||
@@ -97,9 +97,9 @@ RUN set -eux; \
|
|||||||
--prefix=/usr/local \
|
--prefix=/usr/local \
|
||||||
--with-includes=/usr/local/include \
|
--with-includes=/usr/local/include \
|
||||||
--with-libraries=/usr/local/lib \
|
--with-libraries=/usr/local/lib \
|
||||||
# --with-krb5 \
|
--with-krb5 \
|
||||||
# --with-gssapi \
|
--with-gssapi \
|
||||||
# --with-ldap \
|
--with-ldap \
|
||||||
--with-tcl \
|
--with-tcl \
|
||||||
--with-perl \
|
--with-perl \
|
||||||
--with-python \
|
--with-python \
|
||||||
|
|||||||
10
13/alpine/Dockerfile
generated
10
13/alpine/Dockerfile
generated
@@ -45,7 +45,7 @@ RUN set -eux; \
|
|||||||
dpkg-dev dpkg \
|
dpkg-dev dpkg \
|
||||||
flex \
|
flex \
|
||||||
gcc \
|
gcc \
|
||||||
# krb5-dev \
|
krb5-dev \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
libedit-dev \
|
libedit-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
@@ -53,7 +53,7 @@ RUN set -eux; \
|
|||||||
linux-headers \
|
linux-headers \
|
||||||
llvm11-dev clang g++ \
|
llvm11-dev clang g++ \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
# configure: error: prove not found
|
# configure: error: prove not found
|
||||||
perl-utils \
|
perl-utils \
|
||||||
@@ -97,9 +97,9 @@ RUN set -eux; \
|
|||||||
--prefix=/usr/local \
|
--prefix=/usr/local \
|
||||||
--with-includes=/usr/local/include \
|
--with-includes=/usr/local/include \
|
||||||
--with-libraries=/usr/local/lib \
|
--with-libraries=/usr/local/lib \
|
||||||
# --with-krb5 \
|
--with-krb5 \
|
||||||
# --with-gssapi \
|
--with-gssapi \
|
||||||
# --with-ldap \
|
--with-ldap \
|
||||||
--with-tcl \
|
--with-tcl \
|
||||||
--with-perl \
|
--with-perl \
|
||||||
--with-python \
|
--with-python \
|
||||||
|
|||||||
10
14/alpine/Dockerfile
generated
10
14/alpine/Dockerfile
generated
@@ -45,7 +45,7 @@ RUN set -eux; \
|
|||||||
dpkg-dev dpkg \
|
dpkg-dev dpkg \
|
||||||
flex \
|
flex \
|
||||||
gcc \
|
gcc \
|
||||||
# krb5-dev \
|
krb5-dev \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
libedit-dev \
|
libedit-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
@@ -53,7 +53,7 @@ RUN set -eux; \
|
|||||||
linux-headers \
|
linux-headers \
|
||||||
llvm11-dev clang g++ \
|
llvm11-dev clang g++ \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
# configure: error: prove not found
|
# configure: error: prove not found
|
||||||
perl-utils \
|
perl-utils \
|
||||||
@@ -99,9 +99,9 @@ RUN set -eux; \
|
|||||||
--prefix=/usr/local \
|
--prefix=/usr/local \
|
||||||
--with-includes=/usr/local/include \
|
--with-includes=/usr/local/include \
|
||||||
--with-libraries=/usr/local/lib \
|
--with-libraries=/usr/local/lib \
|
||||||
# --with-krb5 \
|
--with-krb5 \
|
||||||
# --with-gssapi \
|
--with-gssapi \
|
||||||
# --with-ldap \
|
--with-ldap \
|
||||||
--with-tcl \
|
--with-tcl \
|
||||||
--with-perl \
|
--with-perl \
|
||||||
--with-python \
|
--with-python \
|
||||||
|
|||||||
10
9.6/alpine/Dockerfile
generated
10
9.6/alpine/Dockerfile
generated
@@ -45,14 +45,14 @@ RUN set -eux; \
|
|||||||
dpkg-dev dpkg \
|
dpkg-dev dpkg \
|
||||||
flex \
|
flex \
|
||||||
gcc \
|
gcc \
|
||||||
# krb5-dev \
|
krb5-dev \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
libedit-dev \
|
libedit-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
# configure: error: prove not found
|
# configure: error: prove not found
|
||||||
perl-utils \
|
perl-utils \
|
||||||
@@ -94,9 +94,9 @@ RUN set -eux; \
|
|||||||
--prefix=/usr/local \
|
--prefix=/usr/local \
|
||||||
--with-includes=/usr/local/include \
|
--with-includes=/usr/local/include \
|
||||||
--with-libraries=/usr/local/lib \
|
--with-libraries=/usr/local/lib \
|
||||||
# --with-krb5 \
|
--with-krb5 \
|
||||||
# --with-gssapi \
|
--with-gssapi \
|
||||||
# --with-ldap \
|
--with-ldap \
|
||||||
--with-tcl \
|
--with-tcl \
|
||||||
--with-perl \
|
--with-perl \
|
||||||
--with-python \
|
--with-python \
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ RUN set -eux; \
|
|||||||
dpkg-dev dpkg \
|
dpkg-dev dpkg \
|
||||||
flex \
|
flex \
|
||||||
gcc \
|
gcc \
|
||||||
# krb5-dev \
|
krb5-dev \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
libedit-dev \
|
libedit-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
@@ -49,7 +49,7 @@ RUN set -eux; \
|
|||||||
llvm11-dev clang g++ \
|
llvm11-dev clang g++ \
|
||||||
{{ ) else "" end -}}
|
{{ ) else "" end -}}
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
# configure: error: prove not found
|
# configure: error: prove not found
|
||||||
perl-utils \
|
perl-utils \
|
||||||
@@ -99,9 +99,9 @@ RUN set -eux; \
|
|||||||
--prefix=/usr/local \
|
--prefix=/usr/local \
|
||||||
--with-includes=/usr/local/include \
|
--with-includes=/usr/local/include \
|
||||||
--with-libraries=/usr/local/lib \
|
--with-libraries=/usr/local/lib \
|
||||||
# --with-krb5 \
|
--with-krb5 \
|
||||||
# --with-gssapi \
|
--with-gssapi \
|
||||||
# --with-ldap \
|
--with-ldap \
|
||||||
--with-tcl \
|
--with-tcl \
|
||||||
--with-perl \
|
--with-perl \
|
||||||
--with-python \
|
--with-python \
|
||||||
|
|||||||
Reference in New Issue
Block a user