Skip to content

Commit b70bda2

Browse files
committed
examples: add OverlayBundle payload
1 parent 068c129 commit b70bda2

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

examples/overlay_bundle.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"id": "urn:srcos:overlay:customer-branding-acme",
3+
"type": "OverlayBundle",
4+
"specVersion": "2.0.0",
5+
"name": "ACME workstation branding overlay",
6+
"overlayKind": "branding",
7+
"sourceRefs": [
8+
"github://SociOS-Linux/SourceOS/overlays/acme-branding@main"
9+
],
10+
"checksums": [
11+
"sha256:1111111111111111111111111111111111111111111111111111111111111111"
12+
],
13+
"allowedContentRefs": [
14+
"urn:srcos:content-spec:sourceos-workstation"
15+
],
16+
"embedMode": "embed",
17+
"policyTags": [
18+
"overlay.branding",
19+
"customer.acme",
20+
"sourceos.install-media"
21+
]
22+
}

0 commit comments

Comments
 (0)