summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-02-28 10:09:07 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-03-08 17:08:01 -0500
commit43b4f4ea951b87bed3e02ac6ae10d75daa94219a (patch)
treea64f967d5c7f7780c3e43834dd58144ede54da19
parent28491d29ed5b77114822924b0a3c48a4573c9762 (diff)
downloadmeta-virtualization-43b4f4ea951b87bed3e02ac6ae10d75daa94219a.tar.gz
moby: update to v23.01-tip
Bumping moby to version v23.0.1-34-gbfc8e1ae36, which comprises the following commits: 2337258d28 libnet/networkdb: fix nil-dereference panic in test d6d48dd95d Upgrade to golangci-lint v1.51.2 c4b655830d Migrate away from things deprecated in Go 1.20 c6bf777eae d/l/awslogs: fix ineffective Add in test da10937926 daemon: handle EISDIR error from runtime 938ed9a1ed distribution/xfer: make off-by-one error a feature ca712d6947 Fix loop-closure bugs in tests 2c55b264f7 Upgrade containerd/fifo to v1.1.0 8fd038fb71 dependency: bump go.etcd.io/bbolt to v1.3.7 87a1517f8f vendor: golang.org/x/net v0.7.0 d15010643c vendor: golang.org/x/text v0.7.0 0727310950 vendor: golang.org/x/sys v0.5.0 b8c448ef24 Revert "apparmor: Check if apparmor_parser is available" a3f5319563 vendor: github.com/containerd/containerd v1.6.18 52d667794f [23.0] update containerd binary to v1.6.18 11715a05ca update to go1.19.6 962c238c17 libnet/networkdb: use atomics for stats counters 20d05e235e libnetwork/networkdb: make go test -race ./libnetwork/networkdb pass c2d69d06b0 api/s/r/swarm: log backend errors at Debug level 7c09feb58c libnetwork: check DNS loopback with user DNS opts 6c2637be11 Do not log connection info before the connection exists 4002fa877b vendor: update buildkit to latest v0.10 Bumping docker-cli to version v23.0.1-2-g1ab7665be, which comprises the following commits: 1810e922a docs: drop dated comments about graphdrivers 27b19a6ac ci: fix branch filter pattern Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/docker/docker-moby_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb
index 17cd3166..deaa1deb 100644
--- a/recipes-containers/docker/docker-moby_git.bb
+++ b/recipes-containers/docker/docker-moby_git.bb
@@ -34,9 +34,9 @@ DESCRIPTION = "Linux container runtime \
34# - The common components of this recipe and docker-ce do need to be moved 34# - The common components of this recipe and docker-ce do need to be moved
35# to a docker.inc recipe 35# to a docker.inc recipe
36 36
37SRCREV_moby = "bc3805a0a0d3b5bd3f0e6c69f46ac08dd53377c7" 37SRCREV_moby = "bfc8e1ae36e36573f5705700fd8a6c47bcc2f95c"
38SRCREV_libnetwork = "05b93e0d3a95952f70c113b0bc5bdb538d7afdd7" 38SRCREV_libnetwork = "05b93e0d3a95952f70c113b0bc5bdb538d7afdd7"
39SRCREV_cli = "a5ee5b1dfc9b8f08ed9e020bb54fc18550173ef6" 39SRCREV_cli = "1ab7665be88132a5769c1967e3975c80157fd06f"
40SRCREV_FORMAT = "moby_libnetwork" 40SRCREV_FORMAT = "moby_libnetwork"
41SRC_URI = "\ 41SRC_URI = "\
42 git://github.com/moby/moby.git;branch=23.0;name=moby;protocol=https \ 42 git://github.com/moby/moby.git;branch=23.0;name=moby;protocol=https \