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 341ac6f commit 23164f5Copy full SHA for 23164f5
Dockerfile
@@ -34,7 +34,7 @@ FROM debian:bullseye-slim AS compose-plugin
34
WORKDIR /root
35
COPY --from=make-compose-plugin /out/* /usr/local/bin/
36
37
-RUN adduser -D -h /home/cfu -s /bin/bash cfu
+RUN adduser --gecos "" --disabled-password --home /home/cfu --shell /bin/bash cfu
38
USER cfu
39
40
ENTRYPOINT [ "docker-compose" ]
service.yaml
@@ -1 +1 @@
1
-version: 1.2.8
+version: 1.2.9
0 commit comments