We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a8cfaf + 5add875 commit 875123cCopy full SHA for 875123c
1 file changed
Dockerfile
@@ -7,7 +7,11 @@ RUN go build
7
# FROM xrally/xrally-openstack:2.2.0
8
FROM xrally/xrally-openstack:latest
9
10
+USER root
11
+
12
COPY delete-tasks.sh /delete-tasks.sh
13
RUN chmod +x /delete-tasks.sh
14
COPY --from=builder /go/src/app/rally-exporter /rally-exporter
15
ENTRYPOINT ["/rally-exporter"]
16
17
+USER rally
0 commit comments