Skip to content

Commit

Permalink
Merge branch '2.10' into backport-10125-to-2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 authored Aug 8, 2024
2 parents 36c21fe + 4bb7150 commit 3eb7bc1
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 @@ -43,6 +43,7 @@ cp ../lib-injection/sitecustomize.py $BUILD_DIR/
cp auto_inject-python.version $BUILD_DIR/version
cp ../min_compatible_versions.csv $BUILD_DIR/
cp ../lib-injection/telemetry-forwarder.sh $BUILD_DIR/
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: This fixes incorrect file permissions on lib-injection images for 2.10.x releases.

0 comments on commit 3eb7bc1

Please sign in to comment.