summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-04-16 10:43:34 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-16 10:43:34 -0400
commitce6815f6ce4756323736e6d2ec470dc94b7d9486 (patch)
treeda3434a78ab532d99eeac376380748291d4f90f4
parent76ded0c386c24842e10aba61798723fa046c2cd5 (diff)
downloadmeta-virtualization-ce6815f6ce4756323736e6d2ec470dc94b7d9486.tar.gz
skopeo: bump to 1.2.3 -dev
Pulling in the small set of commits that move us to the 1.2.3-dev cycle: 5a117bfc Bump c/storage to v1.24.8 and c/image to v5.10.5 for RHEL 8.4 in release-1.2 560a34af Bump to v1.2.3-dev b94b7dc0 Bump to Skopeo v1.2.2 f78bf42c Bump c/common c/image and c/storage to latest b4210c0b Fix gating test in release-1.2 port #1169 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/skopeo/skopeo_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
index be72dc13..05baefb3 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -25,8 +25,8 @@ SRC_URI = " \
25 file://registries.conf \ 25 file://registries.conf \
26" 26"
27 27
28SRCREV = "6c0e35a50c404c88eba84b4c611e6ea06ed33a44" 28SRCREV = "e7880c4a8991966f16e367f085d42375ad70197e"
29PV = "v1.2.2-dev+git${SRCPV}" 29PV = "v1.2.3-dev+git${SRCPV}"
30GO_IMPORT = "import" 30GO_IMPORT = "import"
31 31
32S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"