From 9c50f97d073a5404d90994107713a0656e5692f5 Mon Sep 17 00:00:00 2001 From: Steve Lasker Date: Fri, 1 Jul 2022 13:51:34 -0700 Subject: [PATCH] Add created date to examples (#102) Signed-off-by: Steve Lasker --- examples/net-monitor-image-nydus-ondemand-loading.json | 1 + examples/net-monitor-image-sbom.json | 1 + examples/net-monitor-image-signature.json | 1 + examples/oci-image-artifact.json | 7 +++++-- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/examples/net-monitor-image-nydus-ondemand-loading.json b/examples/net-monitor-image-nydus-ondemand-loading.json index f8c872b..cfee56d 100644 --- a/examples/net-monitor-image-nydus-ondemand-loading.json +++ b/examples/net-monitor-image-nydus-ondemand-loading.json @@ -24,6 +24,7 @@ "size": 16724 }, "annotations": { + "io.cncf.oras.artifact.created": "2022-06-13T22:11:10.08Z", "io.cncf.nydus.v1.author": "wabbit-networks.io" } } diff --git a/examples/net-monitor-image-sbom.json b/examples/net-monitor-image-sbom.json index e933efa..8b42e57 100644 --- a/examples/net-monitor-image-sbom.json +++ b/examples/net-monitor-image-sbom.json @@ -14,6 +14,7 @@ "size": 16724 }, "annotations": { + "io.cncf.oras.artifact.created": "2022-06-13T22:11:10.08Z", "example.sbom.author": "wabbit-networks.io" } } diff --git a/examples/net-monitor-image-signature.json b/examples/net-monitor-image-signature.json index 891e478..304bb86 100644 --- a/examples/net-monitor-image-signature.json +++ b/examples/net-monitor-image-signature.json @@ -14,6 +14,7 @@ "size": 16724 }, "annotations": { + "io.cncf.oras.artifact.created": "2022-06-13T22:11:10.08Z", "io.cncf.notary.signature.subject": "wabbit-networks.io" } } \ No newline at end of file diff --git a/examples/oci-image-artifact.json b/examples/oci-image-artifact.json index 6b776b7..011bde2 100644 --- a/examples/oci-image-artifact.json +++ b/examples/oci-image-artifact.json @@ -17,5 +17,8 @@ "digest": "sha256:7445693bd43e8246a8c166233392b33143f7f5e396c480f74538e5738fb6bd6e", "size": 226 } - ] -} + ], + "annotations": { + "io.cncf.oras.artifact.created": "2022-06-13T22:11:10.08Z" + } +} \ No newline at end of file