Skip to content

Commit 4e0a7e3

Browse files
danielm-codefreshroi-codefresh
authored andcommitted
Cr 15394 (#6)
* fix adduser syntax
1 parent 04f1881 commit 4e0a7e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ FROM debian:bullseye-slim AS compose-plugin
6464
WORKDIR /root
6565
COPY --from=make-compose-plugin /out/* /usr/local/bin/
6666

67-
RUN adduser -D -h /home/cfu -s /bin/bash cfu
67+
RUN adduser --gecos "" --disabled-password --home /home/cfu --shell /bin/bash cfu
6868
USER cfu
6969

7070
ENTRYPOINT [ "docker-compose" ]

Diff for: service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.2.8
1+
version: 1.2.9

0 commit comments

Comments
 (0)