We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f1881 commit 4e0a7e3Copy full SHA for 4e0a7e3
Dockerfile
@@ -64,7 +64,7 @@ FROM debian:bullseye-slim AS compose-plugin
64
WORKDIR /root
65
COPY --from=make-compose-plugin /out/* /usr/local/bin/
66
67
-RUN adduser -D -h /home/cfu -s /bin/bash cfu
+RUN adduser --gecos "" --disabled-password --home /home/cfu --shell /bin/bash cfu
68
USER cfu
69
70
ENTRYPOINT [ "docker-compose" ]
service.yaml
@@ -1 +1 @@
1
-version: 1.2.8
+version: 1.2.9
0 commit comments