summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-05-30 21:56:59 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-05-30 21:56:59 +0000
commitd98def067ce900a52ffb4db6c641bbbac21dff59 (patch)
tree4096ed782380bd629fd08098843d27a0c0e786d3 /recipes-containers
parent21153bd96da1fb7eac6739105d3a475cb28ec154 (diff)
downloadmeta-virtualization-d98def067ce900a52ffb4db6c641bbbac21dff59.tar.gz
oci-image-spec: update to v1.1.1-tip
Bumping image-spec to version v1.1.1-32-g13cff54, which comprises the following commits: 751ed12 Fix one-sentence-per-line violations b9060a3 Clarify that whiteout filenames require a non-empty basename fccd049 Fix: Make the config field optional b71c0df Add missing backtick 431b3be Update OCI Image Implementations list 02ba6e2 Descriptor size cannot be negative cee899b Fix: Add entry to schema/go.sum 558802d Docs: Update pandoc for rendering documentation 693d8d7 Update to github.com/russross/blackfriday/v2 cbb69e2 Update to github.com/santhosh-tekuri/jsonschema/v6 d0e1005 Split github.com/opencontainers/image-spec/schema into a separate Go module 84ee56d Fix: correct a broken link to "applying changesets" 0bb67c2 Update GitHub Actions configuration ab50866 Chore: Remove GOPATH from GitHub Actions aca17c0 Clarify that canonical JSON is not a requirement 1809845 Bump back to +dev 4fecf47 Add blake3 as a registered/supported hash algorithm Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/oci-image-spec/oci-image-spec_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/oci-image-spec/oci-image-spec_git.bb b/recipes-containers/oci-image-spec/oci-image-spec_git.bb
index 0e5b7ad5..fdc90605 100644
--- a/recipes-containers/oci-image-spec/oci-image-spec_git.bb
+++ b/recipes-containers/oci-image-spec/oci-image-spec_git.bb
@@ -9,8 +9,8 @@ SRCNAME = "image-spec"
9PKG_NAME = "github.com/opencontainers/${SRCNAME}" 9PKG_NAME = "github.com/opencontainers/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${PKG_NAME};branch=main;protocol=https" 10SRC_URI = "git://${PKG_NAME};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${PKG_NAME};branch=main;protocol=https"
11 11
12SRCREV = "39ab2d54cfa8fe1bee1ff20001264986d92ab85a" 12SRCREV = "13cff54902ec9ad6320cbc487a685b66fcd67171"
13PV = "v1.1.0" 13PV = "v1.1.1"
14 14
15# NO-OP the do compile rule because this recipe is source only. 15# NO-OP the do compile rule because this recipe is source only.
16do_compile() { 16do_compile() {