summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-02-28 10:13:16 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-03-08 17:08:01 -0500
commitaaebd97ca8263260f97d3c798f76df7cb27d7358 (patch)
tree53674c3b8057c6e7b833695bb60b572bc2a62f2e
parent43b4f4ea951b87bed3e02ac6ae10d75daa94219a (diff)
downloadmeta-virtualization-aaebd97ca8263260f97d3c798f76df7cb27d7358.tar.gz
docker-ce: update to v23.0.1-tip
Bumping docker 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-ce_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb
index b9888d27..5e85a97a 100644
--- a/recipes-containers/docker/docker-ce_git.bb
+++ b/recipes-containers/docker/docker-ce_git.bb
@@ -31,9 +31,9 @@ DESCRIPTION = "Linux container runtime \
31# so we get that tag, and make it our SRCREVS: 31# so we get that tag, and make it our SRCREVS:
32# 32#
33 33
34SRCREV_docker = "bc3805a0a0d3b5bd3f0e6c69f46ac08dd53377c7" 34SRCREV_docker = "bfc8e1ae36e36573f5705700fd8a6c47bcc2f95c"
35SRCREV_libnetwork = "05b93e0d3a95952f70c113b0bc5bdb538d7afdd7" 35SRCREV_libnetwork = "05b93e0d3a95952f70c113b0bc5bdb538d7afdd7"
36SRCREV_cli = "a5ee5b1dfc9b8f08ed9e020bb54fc18550173ef6" 36SRCREV_cli = "1ab7665be88132a5769c1967e3975c80157fd06f"
37SRCREV_FORMAT = "docker_libnetwork" 37SRCREV_FORMAT = "docker_libnetwork"
38SRC_URI = "\ 38SRC_URI = "\
39 git://github.com/docker/docker.git;branch=23.0;name=docker;protocol=https \ 39 git://github.com/docker/docker.git;branch=23.0;name=docker;protocol=https \