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>
This commit is contained in:
Bruce Ashfield 2023-02-28 10:09:07 -05:00
parent 28491d29ed
commit 43b4f4ea95

View File

@ -34,9 +34,9 @@ DESCRIPTION = "Linux container runtime \
# - The common components of this recipe and docker-ce do need to be moved # - The common components of this recipe and docker-ce do need to be moved
# to a docker.inc recipe # to a docker.inc recipe
SRCREV_moby = "bc3805a0a0d3b5bd3f0e6c69f46ac08dd53377c7" SRCREV_moby = "bfc8e1ae36e36573f5705700fd8a6c47bcc2f95c"
SRCREV_libnetwork = "05b93e0d3a95952f70c113b0bc5bdb538d7afdd7" SRCREV_libnetwork = "05b93e0d3a95952f70c113b0bc5bdb538d7afdd7"
SRCREV_cli = "a5ee5b1dfc9b8f08ed9e020bb54fc18550173ef6" SRCREV_cli = "1ab7665be88132a5769c1967e3975c80157fd06f"
SRCREV_FORMAT = "moby_libnetwork" SRCREV_FORMAT = "moby_libnetwork"
SRC_URI = "\ SRC_URI = "\
git://github.com/moby/moby.git;branch=23.0;name=moby;protocol=https \ git://github.com/moby/moby.git;branch=23.0;name=moby;protocol=https \