Closed foorschtbar closed 1 year ago
Is there any known issue with the Post-hook script? I set it up like in the example, but it doesn't run. If i attach to the container and run it from the cli, it works fine.
volumes: [...] - ./data/output:/output:rw - ./hook.sh:/hook/hook.sh:ro environment: - OVERRIDE_UID=1001 - OVERRIDE_GID=1001 - POST_HOOK_FILE_PATH=/hook/hook.sh
hook.sh (-rwxrwxr-x)
#!/bin/bash touch /output/posthook.example chmod 0644 /output/*.pem
On which version and arch of the images does this occur?
Oh sorry. I use current version from the arm64v8 tag.
See #139
Is there any known issue with the Post-hook script? I set it up like in the example, but it doesn't run. If i attach to the container and run it from the cli, it works fine.
hook.sh (-rwxrwxr-x)