We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec6dbb commit 94994c0Copy full SHA for 94994c0
Dockerfile
@@ -7,8 +7,10 @@ RUN cd /src && go build -ldflags="-X 'github.com/plumber-cd/argocd-applicationse
7
8
FROM ubuntu:latest
9
10
+COPY --from=build /bin/argocd-applicationset-namespaces-generator-plugin /usr/local/bin/argocd-applicationset-namespaces-generator-plugin
11
+
12
RUN useradd -s /bin/bash -u 999 argocd
13
WORKDIR /home/argocd
14
USER argocd
15
-ENTRYPOINT ["/usr/local/bin/argocd-applicationset-namespaces-generator-plugin", "server"]
16
+ENTRYPOINT ["/usr/local/bin/argocd-applicationset-namespaces-generator-plugin", "server"]
0 commit comments