From a2d5beb991190467e462d6e151c98fafc338ce94 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 21 Sep 2022 20:29:33 +0200 Subject: [PATCH] Add nss_wrapper to alpine images to run container with different user Signed-off-by: Wolfgang Walther --- 11/alpine/Dockerfile | 1 + 12/alpine/Dockerfile | 1 + 13/alpine/Dockerfile | 1 + 14/alpine/Dockerfile | 1 + 15/alpine/Dockerfile | 1 + Dockerfile-alpine.template | 1 + 6 files changed, 6 insertions(+) diff --git a/11/alpine/Dockerfile b/11/alpine/Dockerfile index ce4f716d15..3aeba17f4d 100644 --- a/11/alpine/Dockerfile +++ b/11/alpine/Dockerfile @@ -124,6 +124,7 @@ RUN set -eux; \ apk add --no-cache --virtual .postgresql-rundeps \ $runDeps \ bash \ + nss_wrapper \ su-exec \ tzdata \ zstd \ diff --git a/12/alpine/Dockerfile b/12/alpine/Dockerfile index 53058f1d4e..49c6075c27 100644 --- a/12/alpine/Dockerfile +++ b/12/alpine/Dockerfile @@ -124,6 +124,7 @@ RUN set -eux; \ apk add --no-cache --virtual .postgresql-rundeps \ $runDeps \ bash \ + nss_wrapper \ su-exec \ tzdata \ zstd \ diff --git a/13/alpine/Dockerfile b/13/alpine/Dockerfile index da784d5f9c..267ba279b3 100644 --- a/13/alpine/Dockerfile +++ b/13/alpine/Dockerfile @@ -124,6 +124,7 @@ RUN set -eux; \ apk add --no-cache --virtual .postgresql-rundeps \ $runDeps \ bash \ + nss_wrapper \ su-exec \ tzdata \ zstd \ diff --git a/14/alpine/Dockerfile b/14/alpine/Dockerfile index 03dcb2406e..41f118eba9 100644 --- a/14/alpine/Dockerfile +++ b/14/alpine/Dockerfile @@ -127,6 +127,7 @@ RUN set -eux; \ apk add --no-cache --virtual .postgresql-rundeps \ $runDeps \ bash \ + nss_wrapper \ su-exec \ tzdata \ zstd \ diff --git a/15/alpine/Dockerfile b/15/alpine/Dockerfile index e2696b0f83..af78dacb31 100644 --- a/15/alpine/Dockerfile +++ b/15/alpine/Dockerfile @@ -130,6 +130,7 @@ RUN set -eux; \ apk add --no-cache --virtual .postgresql-rundeps \ $runDeps \ bash \ + nss_wrapper \ su-exec \ tzdata \ zstd \ diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index 75b6ec25cd..853d1de137 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -136,6 +136,7 @@ RUN set -eux; \ apk add --no-cache --virtual .postgresql-rundeps \ $runDeps \ bash \ + nss_wrapper \ su-exec \ tzdata \ zstd \