Skip unavailable nss_wrapper on ppc64le
This commit is contained in:
parent
ff5f92b39d
commit
6ee0f2865b
|
|
@ -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 /; \
|
||||||
|
|
|
||||||
|
|
@ -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 /; \
|
||||||
|
|
|
||||||
|
|
@ -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 /; \
|
||||||
|
|
|
||||||
|
|
@ -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 /; \
|
||||||
|
|
|
||||||
|
|
@ -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 /; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue