test/data: update manifests for edge-container images
This commit is contained in:
parent
82cf71c5a1
commit
e02911bc45
2 changed files with 25 additions and 4 deletions
|
|
@ -998,7 +998,18 @@
|
|||
"options": {
|
||||
"items": {
|
||||
"/var/log/nginx": {
|
||||
"mode": "o+w",
|
||||
"mode": "a+rwX",
|
||||
"recursive": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.chmod",
|
||||
"options": {
|
||||
"items": {
|
||||
"/var/lib/nginx": {
|
||||
"mode": "a+rwX",
|
||||
"recursive": true
|
||||
}
|
||||
}
|
||||
|
|
@ -9266,6 +9277,5 @@
|
|||
"checksum": "sha256:a298149ec0c9981361629b1caa1c25482dbeeb4de5456d8980064a7ea8f05b48"
|
||||
}
|
||||
]
|
||||
},
|
||||
"image-info": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1058,7 +1058,18 @@
|
|||
"options": {
|
||||
"items": {
|
||||
"/var/log/nginx": {
|
||||
"mode": "o+w",
|
||||
"mode": "a+rwX",
|
||||
"recursive": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.chmod",
|
||||
"options": {
|
||||
"items": {
|
||||
"/var/lib/nginx": {
|
||||
"mode": "a+rwX",
|
||||
"recursive": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue