From 23164f56c8031b1b4d1c22c3b90de6802ce0c99a Mon Sep 17 00:00:00 2001 From: Daniel Maizel Date: Sun, 20 Nov 2022 15:12:21 +0200 Subject: [PATCH] Cr 15394 (#6) * fix adduser syntax --- Dockerfile | 2 +- service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e8a96e5953..dd5b36725e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ FROM debian:bullseye-slim AS compose-plugin WORKDIR /root COPY --from=make-compose-plugin /out/* /usr/local/bin/ -RUN adduser -D -h /home/cfu -s /bin/bash cfu +RUN adduser --gecos "" --disabled-password --home /home/cfu --shell /bin/bash cfu USER cfu ENTRYPOINT [ "docker-compose" ] diff --git a/service.yaml b/service.yaml index 308c0dca126..3d30b5d3c65 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 1.2.8 +version: 1.2.9