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 db9a0e0 commit 1d87ce3
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 @@ -56,8 +56,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 1d87ce3

Please sign in to comment.