fix(backup): exec of backup binaries can be executed by random id (for ocp compatibility) (#1099)

This commit is contained in:
Luigi Operoso 2025-03-30 18:32:17 +02:00 committed by GitHub
parent 2864a85364
commit bec1c61e27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ RUN apt update \
"$USER"
COPY bin/*.sh /home/user/bin/
RUN chmod +x /home/user/bin/*.sh
RUN chmod -R a+rx /home/user
WORKDIR /home/user/bin
USER user

View File

@ -1 +1 @@
v0.4.1
v0.4.2

0
backup/pvc/bin/backup.sh Normal file → Executable file
View File

0
backup/pvc/bin/get-latest.sh Normal file → Executable file
View File

0
backup/pvc/bin/restore.sh Normal file → Executable file
View File

0
backup/pvc/bin/run.sh Normal file → Executable file
View File

0
backup/pvc/bin/utils.sh Normal file → Executable file
View File