You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-11-17 13:02:40 +03:00
Skip unavailable nss_wrapper on ppc64le
This commit is contained in:
4
11/alpine/Dockerfile
generated
4
11/alpine/Dockerfile
generated
@@ -124,12 +124,14 @@ RUN set -eux; \
|
|||||||
apk add --no-cache --virtual .postgresql-rundeps \
|
apk add --no-cache --virtual .postgresql-rundeps \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
nss_wrapper \
|
|
||||||
su-exec \
|
su-exec \
|
||||||
tzdata \
|
tzdata \
|
||||||
zstd \
|
zstd \
|
||||||
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
||||||
icu-data-full \
|
icu-data-full \
|
||||||
|
# nss_wrapper is not availble on ppc64le: "test case segfaults in ppc64le"
|
||||||
|
# https://git.alpinelinux.org/aports/commit/testing/nss_wrapper/APKBUILD?h=3.17-stable&id=94d81ceeb58cff448d489bbcbe9a6d40c9991663
|
||||||
|
$([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') \
|
||||||
; \
|
; \
|
||||||
apk del --no-network .build-deps; \
|
apk del --no-network .build-deps; \
|
||||||
cd /; \
|
cd /; \
|
||||||
|
|||||||
4
12/alpine/Dockerfile
generated
4
12/alpine/Dockerfile
generated
@@ -124,12 +124,14 @@ RUN set -eux; \
|
|||||||
apk add --no-cache --virtual .postgresql-rundeps \
|
apk add --no-cache --virtual .postgresql-rundeps \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
nss_wrapper \
|
|
||||||
su-exec \
|
su-exec \
|
||||||
tzdata \
|
tzdata \
|
||||||
zstd \
|
zstd \
|
||||||
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
||||||
icu-data-full \
|
icu-data-full \
|
||||||
|
# nss_wrapper is not availble on ppc64le: "test case segfaults in ppc64le"
|
||||||
|
# https://git.alpinelinux.org/aports/commit/testing/nss_wrapper/APKBUILD?h=3.17-stable&id=94d81ceeb58cff448d489bbcbe9a6d40c9991663
|
||||||
|
$([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') \
|
||||||
; \
|
; \
|
||||||
apk del --no-network .build-deps; \
|
apk del --no-network .build-deps; \
|
||||||
cd /; \
|
cd /; \
|
||||||
|
|||||||
4
13/alpine/Dockerfile
generated
4
13/alpine/Dockerfile
generated
@@ -124,12 +124,14 @@ RUN set -eux; \
|
|||||||
apk add --no-cache --virtual .postgresql-rundeps \
|
apk add --no-cache --virtual .postgresql-rundeps \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
nss_wrapper \
|
|
||||||
su-exec \
|
su-exec \
|
||||||
tzdata \
|
tzdata \
|
||||||
zstd \
|
zstd \
|
||||||
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
||||||
icu-data-full \
|
icu-data-full \
|
||||||
|
# nss_wrapper is not availble on ppc64le: "test case segfaults in ppc64le"
|
||||||
|
# https://git.alpinelinux.org/aports/commit/testing/nss_wrapper/APKBUILD?h=3.17-stable&id=94d81ceeb58cff448d489bbcbe9a6d40c9991663
|
||||||
|
$([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') \
|
||||||
; \
|
; \
|
||||||
apk del --no-network .build-deps; \
|
apk del --no-network .build-deps; \
|
||||||
cd /; \
|
cd /; \
|
||||||
|
|||||||
4
14/alpine/Dockerfile
generated
4
14/alpine/Dockerfile
generated
@@ -127,12 +127,14 @@ RUN set -eux; \
|
|||||||
apk add --no-cache --virtual .postgresql-rundeps \
|
apk add --no-cache --virtual .postgresql-rundeps \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
nss_wrapper \
|
|
||||||
su-exec \
|
su-exec \
|
||||||
tzdata \
|
tzdata \
|
||||||
zstd \
|
zstd \
|
||||||
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
||||||
icu-data-full \
|
icu-data-full \
|
||||||
|
# nss_wrapper is not availble on ppc64le: "test case segfaults in ppc64le"
|
||||||
|
# https://git.alpinelinux.org/aports/commit/testing/nss_wrapper/APKBUILD?h=3.17-stable&id=94d81ceeb58cff448d489bbcbe9a6d40c9991663
|
||||||
|
$([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') \
|
||||||
; \
|
; \
|
||||||
apk del --no-network .build-deps; \
|
apk del --no-network .build-deps; \
|
||||||
cd /; \
|
cd /; \
|
||||||
|
|||||||
4
15/alpine/Dockerfile
generated
4
15/alpine/Dockerfile
generated
@@ -130,12 +130,14 @@ RUN set -eux; \
|
|||||||
apk add --no-cache --virtual .postgresql-rundeps \
|
apk add --no-cache --virtual .postgresql-rundeps \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
nss_wrapper \
|
|
||||||
su-exec \
|
su-exec \
|
||||||
tzdata \
|
tzdata \
|
||||||
zstd \
|
zstd \
|
||||||
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
||||||
icu-data-full \
|
icu-data-full \
|
||||||
|
# nss_wrapper is not availble on ppc64le: "test case segfaults in ppc64le"
|
||||||
|
# https://git.alpinelinux.org/aports/commit/testing/nss_wrapper/APKBUILD?h=3.17-stable&id=94d81ceeb58cff448d489bbcbe9a6d40c9991663
|
||||||
|
$([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') \
|
||||||
; \
|
; \
|
||||||
apk del --no-network .build-deps; \
|
apk del --no-network .build-deps; \
|
||||||
cd /; \
|
cd /; \
|
||||||
|
|||||||
@@ -136,12 +136,14 @@ RUN set -eux; \
|
|||||||
apk add --no-cache --virtual .postgresql-rundeps \
|
apk add --no-cache --virtual .postgresql-rundeps \
|
||||||
$runDeps \
|
$runDeps \
|
||||||
bash \
|
bash \
|
||||||
nss_wrapper \
|
|
||||||
su-exec \
|
su-exec \
|
||||||
tzdata \
|
tzdata \
|
||||||
zstd \
|
zstd \
|
||||||
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
# https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0#ICU_data_split
|
||||||
icu-data-full \
|
icu-data-full \
|
||||||
|
# nss_wrapper is not availble on ppc64le: "test case segfaults in ppc64le"
|
||||||
|
# https://git.alpinelinux.org/aports/commit/testing/nss_wrapper/APKBUILD?h=3.17-stable&id=94d81ceeb58cff448d489bbcbe9a6d40c9991663
|
||||||
|
$([ "$(apk --print-arch)" != 'ppc64le' ] && echo 'nss_wrapper') \
|
||||||
; \
|
; \
|
||||||
apk del --no-network .build-deps; \
|
apk del --no-network .build-deps; \
|
||||||
cd /; \
|
cd /; \
|
||||||
|
|||||||
Reference in New Issue
Block a user