We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068c129 commit b70bda2Copy full SHA for b70bda2
1 file changed
examples/overlay_bundle.json
@@ -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