Skip to content

Commit

Permalink
oci image > use default "other" file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Nov 27, 2024
1 parent d01d4c9 commit 203d783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ oci {
layers {
layer("hivemqExtension") {
contents {
permissions("opt/hivemq/", 0b111_111_000)
permissions("opt/hivemq/extensions/", 0b111_111_000)
permissions("opt/hivemq/", 0b111_111_101)
permissions("opt/hivemq/extensions/", 0b111_111_101)
into("opt/hivemq/extensions") {
from(zipTree(tasks.hivemqExtensionZip.flatMap { it.archiveFile }))
}
Expand Down

0 comments on commit 203d783

Please sign in to comment.