test/data: update manifests for edge-container images

This commit is contained in:
Achilleas Koutsou 2021-11-09 15:18:25 +01:00 committed by Ondřej Budai
parent 82cf71c5a1
commit e02911bc45
2 changed files with 25 additions and 4 deletions

View file

@ -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": {}
}
}

View file

@ -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
}
}