Skip to content

Commit

Permalink
Merge branch '2.9' into backport-10131-to-2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjux authored Aug 9, 2024
2 parents 74323fc + acd1bf5 commit 5bb9722
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/build-oci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ fi
echo -n $PYTHON_PACKAGE_VERSION > auto_inject-python.version
cp ../lib-injection/sitecustomize.py $BUILD_DIR/
cp auto_inject-python.version $BUILD_DIR/version
chmod -R +r $BUILD_DIR
chmod -R o-w $BUILD_DIR
chmod -R g-w $BUILD_DIR

Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/fix-ssi-permissions-647693af3d5ce49d.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
SSI: Fixes incorrect file permissions on lib-injection images.

0 comments on commit 5bb9722

Please sign in to comment.