fix(backup): exec of backup binaries can be executed by random id (for ocp compatibility) (#1099)
This commit is contained in:
parent
2864a85364
commit
bec1c61e27
|
|
@ -25,7 +25,7 @@ RUN apt update \
|
||||||
"$USER"
|
"$USER"
|
||||||
|
|
||||||
COPY bin/*.sh /home/user/bin/
|
COPY bin/*.sh /home/user/bin/
|
||||||
RUN chmod +x /home/user/bin/*.sh
|
RUN chmod -R a+rx /home/user
|
||||||
WORKDIR /home/user/bin
|
WORKDIR /home/user/bin
|
||||||
USER user
|
USER user
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
v0.4.1
|
v0.4.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue