meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Chen Qi <Qi.Chen@windriver.com>
To: meta-virtualization@lists.yoctoproject.org
Subject: [meta-virtualization][PATCH V2 3/9] docker-distribution: upgrade to 2.8.1
Date: Sun, 12 Jun 2022 01:00:03 -0700	[thread overview]
Message-ID: <20220612080009.130993-3-Qi.Chen@windriver.com> (raw)
In-Reply-To: <20220612080009.130993-1-Qi.Chen@windriver.com>

v2.8.1 is the latest stable version.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../docker-distribution/docker-distribution_git.bb          | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb
index 89c5980..93c2067 100644
--- a/recipes-containers/docker-distribution/docker-distribution_git.bb
+++ b/recipes-containers/docker-distribution/docker-distribution_git.bb
@@ -3,15 +3,15 @@ SUMMARY = "The Docker toolset to pack, ship, store, and deliver content"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
 
-SRCREV_distribution= "3b7b534569220c840993aad03e3eafe54b923f4d"
-SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;name=distribution;destsuffix=git/src/github.com/docker/distribution;protocol=https \
+SRCREV_distribution= "b5ca020cfbe998e5af3457fda087444cf5116496"
+SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.8;name=distribution;destsuffix=git/src/github.com/docker/distribution;protocol=https \
            file://docker-registry.service \
            file://0001-build-use-to-use-cross-go-compiler.patch \
           "
 
 PACKAGES =+ "docker-registry"
 
-PV = "v2.8.0+git${SRCPV}"
+PV = "v2.8.1+git${SRCPV}"
 S = "${WORKDIR}/git/src/github.com/docker/distribution"
 
 GO_IMPORT = "import"
-- 
2.36.0



  parent reply	other threads:[~2022-06-12  8:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-12  8:00 [meta-virtualization][PATCH V2 1/9] docker-distribution: fix the inehrit and systemd settings Chen Qi
2022-06-12  8:00 ` [meta-virtualization][PATCH V2 2/9] docker-distribution: fix build error on new hosts Chen Qi
2022-06-12  8:00 ` Chen Qi [this message]
2022-06-12  8:00 ` [meta-virtualization][PATCH V2 4/9] skopeo: clean up depends and fix CGO settings Chen Qi
2022-06-12  8:00 ` [meta-virtualization][PATCH V2 5/9] umoci: adjust CGO_CFLAGS and CGO_LDFLAGS settings Chen Qi
2022-06-12  8:00 ` [meta-virtualization][PATCH V2 6/9] oci-runtime-tools: adjust GOROOT, CGO_CFLAGS and CGO_LDFALGS Chen Qi
2022-06-12  8:00 ` [meta-virtualization][PATCH V2 7/9] riddler: " Chen Qi
2022-06-12  8:00 ` [meta-virtualization][PATCH V2 8/9] oci-image-tools: " Chen Qi
2022-06-12  8:00 ` [meta-virtualization][PATCH V2 9/9] netns: " Chen Qi
2022-06-14 19:50 ` [meta-virtualization][PATCH V2 1/9] docker-distribution: fix the inehrit and systemd settings Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220612080009.130993-3-Qi.Chen@windriver.com \
    --to=qi.chen@windriver.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).