meta-virtualization/recipes-containers/docker
Bruce Ashfield aaebd97ca8 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>
2023-03-08 17:08:01 -05:00
..
files docker-*: prevent -march being exported in arm builds 2023-02-21 10:11:32 -05:00
docker-ce_git.bb docker-ce: update to v23.0.1-tip 2023-03-08 17:08:01 -05:00
docker-moby_git.bb moby: update to v23.01-tip 2023-03-08 17:08:01 -05:00
docker.inc docker/moby: use generic DOCKER_COMMIT in do_compile 2022-12-07 16:40:04 -05:00
README docker: ensure that sysvinit and systemd are exclusive 2022-08-25 22:55:48 -04:00

if containerd is starting docker, and it is interfering with standalone docker operation, you may need to kill the running daemon and restart it:

% ps axf | grep docker | grep -v grep | awk '{print "kill -9 " $1}' | sh % systemctl stop docker % systemctl start docker