All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][mickledore][PATCH 1/2] moby: update to v24.0.2
@ 2023-09-25 16:31 Ali Can Ozaslan
  2023-09-25 16:31 ` [meta-virtualization][mickledore][PATCH 2/2] moby: update to v24.0.5 Ali Can Ozaslan
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ali Can Ozaslan @ 2023-09-25 16:31 UTC (permalink / raw)
  To: meta-virtualization; +Cc: patches, Bruce Ashfield

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Bumping moby to version v24.0.2-56-gd7aa1e14e5, which comprises the following commits:

    5652c59647 testing: temporarily pin docker-py tests to use "bullseye"
    789a8755b8 run `getent` with a noop stdin
    f7298b326e vendor: github.com/sirupsen/logrus v1.9.3
    1c18ad6ca6 vendor: github.com/rootless-containers/rootlesskit v1.1.1
    ae4a10df67 update RootlessKit to v1.1.1
    24c882c3e0 update go to go1.20.5
    b3133d7471 contrib/check-config: move xt_bpf check to overlay section
    8c552012ae contrib/check-config: check for xt_bpf
    61d547fd06 Dockerfile: Move dockercli to base-dev
    e5fbc3f75a hack/cli.sh: Quiet origin cleanup
    1a078977e1 Dockerfile/shell: Install buildx cli plugin
    c4198e6053 Dockerfile: Use separate cli for shell and integration-cli
    647ba03224 builder-next: Set moby exporter as default
    961fe27408 c8d/handlers: Handle error in walkPresentChildren
    087cf6f238 c8d/load: Don't unpack pseudo images
    0b9d68f59d c8d/load: Use walkImageManifests
    cbf0779bfc c8d/list: Use walkImageManifests
    0139309fef c8d: Add walkImageManifests and ImageManifest wrapper
    e1c7956764 Dockerfile: use COPY --link for source code as well
    75afe3201b containerd: add c8d version and storage-driver to User-Agent
    8018ee4689 dockerversion: DockerUserAgent(): allow custom versions to be passed
    ed376a603f dockerversion: remove insertUpstreamUserAgent()
    1d45ea52f4 dockerversion: simplify escapeStr()
    a27b0381a6 dockerversion: add a basic unit-test
    1fc19772e0 Make sure the image is unpacked for the current snapshotter
    4217d9ea0a Dockerfile: use COPY --link to copy artifacts from build-stages
    4c6b8e737f added alias validation
    e370f224ae fixing consistent aliases for OCI spec imports
    ac1a867282 vendor: github.com/mistifyio/go-zfs/v3 v3.0.1
    2949fee1d3 containerd: set user-agent when pushing/pulling images
    f9c68e5fbc libn: fix resolver restore w/ chatty 'iptables -C'
    3452a76589 libnetwork: fix sandbox restore
    fec801a103 libnetwork: log why osl sandbox restore failed
    d9e39914a7 Fix npe in exec resize when exec errored
    042f0799db libn/d/overlay: support encryption on any port
    ec8ec9056c builder/remotecontext: deprecate CachableSource, NewCachableSource
    7a4ea19803 libcontainerd: work around exec start bug in c8d
    ae6e9333c0 vendor: github.com/moby/buildkit v0.11.7-0.20230525183624-798ad6b0ce9f
    0d9acd24fe c8d/inspect: Fill `Created` time if available
    04eccf8165 vendor: github.com/containerd/go-runc v1.1.0
    d64bab35ee daemon: lock in snapshotter setting at daemon init
    329d671aef Dockerfile: temporarily skip CRIU stage
    4cc2081119 integration: Add TestImageInspectEmptyTagsAndDigests
    27df42255c hack: Rename .ensure-emptyfs to .build-empty-images
    9ee7d30aef hack/ensure-emptyfs: Create dangling image
    8a4b7c5af8 Add testenv.UsingSnapshotter utility
    a753ca64e2 hack/make/.binary: don't use "netgo" when building Windows binaries
    5276c2b6e0 c8d/pull: Use same progress action as distribution
    baf1fd1c3f libnetwork: check for netns leaks from prior tests
    992dc33fc5 libnetwork/osl: restore the right thread's netns
    ef1545ed4a libnetwork: leave global logger alone in tests
    876f5eda51 libnetwork: make resolver tests less confusing
    47a3dad256 c8d/list: Show layerless images
    0869b089e4 libnetwork: just forward the external DNS response
    3467ba6451 reorder load funcs to match newServiceConfig()'s order
    f9b886c01b add mirror to daemon reload test for insecure registries
    07140c0eca build: use daemon id as worker id for the graph driver controller
    d5ad186d49 ci(bin-image): distribute build across runners
    4d924c35f7 api/server: allow empty body for POST /commit again
    68b7ba0d03 api/inspect: Fix nil RepoTags and RepoDigests
    5ea7b8d091 fix: `docker pull` with platform checks wrong image tag

Bumping docker-cli to version v24.0.2-9-g0823df7da, which comprises the following commits:

    11af1189d docs: add "--detach-keys" example to docker run reference
    f118c05e8 docs: move "--detach-keys" example to examples section
    f66f7ed7f cli/command: fix GoDoc referencing wrong const
    2814c01b0 Dockerfile.vendor: update GOPROXY to use default with fallback
    32f66cbe5 vendor: github.com/docker/docker v24.0.2
    dc4707edb [24.0] vendor: github.com/docker/docker v24.0.1
    298e67926 docs: fix example for proxies in daemon.json
    9175ffa9b man: remove devicemapper from examples
    beb0330a7 Correct "ps --no-trunc" example output
    405be9063 docs: remove AuFS from glossary
    7a269817b docs: remove Docker Toolbox from glossary
    41ef7c45c docs: remove boot2docker and docker-machine from glossary
    c184a61da docs/deprecated: remove "disabled by default" for AuFS, overlay
    e7a60449f docs: remove aufs and legacy overlay
    77541afea contrib/completion: remove aufs, legacy overlay
    e67a7acd0 docs/deprecated: remove .patch release from deprecation status
    fb6ae356c vendor: github.com/docker/docker v24.0.0-rc.3

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 recipes-containers/docker/docker-moby_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb
index 70f3692..b417da4 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 \
 #   - The common components of this recipe and docker-ce do need to be moved
 #     to a docker.inc recipe
 
-SRCREV_moby = "821e4ec4c7b13c28dbb1424f024980aed4535384"
+SRCREV_moby = "d7aa1e14e521af24c0aca800a837866f514f46f7"
 SRCREV_libnetwork = "3f0048413d95802b9c6c836eba06bfc54f9dbd03"
-SRCREV_cli = "98fdcd769bcd137f7538f898b37348f919536ea4"
+SRCREV_cli = "0823df7daa197bba96f2f2a85b9cbe156df78d43"
 SRCREV_FORMAT = "moby_libnetwork"
 SRC_URI = "\
 	git://github.com/moby/moby.git;branch=24.0;name=moby;protocol=https \
@@ -56,7 +56,7 @@ require docker.inc
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28"
 
-DOCKER_VERSION = "24.0.0"
+DOCKER_VERSION = "24.0.2"
 PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
 
 CVE_PRODUCT = "docker mobyproject:moby"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-virtualization][mickledore][PATCH 2/2] moby: update to v24.0.5
  2023-09-25 16:31 [meta-virtualization][mickledore][PATCH 1/2] moby: update to v24.0.2 Ali Can Ozaslan
@ 2023-09-25 16:31 ` Ali Can Ozaslan
  2023-09-28 11:25 ` [mickledore][PATCH 1/2] moby: update to v24.0.2 Adam Johnston
  2023-10-02 16:14 ` [meta-virtualization][mickledore][PATCH " Bruce Ashfield
  2 siblings, 0 replies; 7+ messages in thread
From: Ali Can Ozaslan @ 2023-09-25 16:31 UTC (permalink / raw)
  To: meta-virtualization; +Cc: patches, Bruce Ashfield

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Bumping moby to version v24.0.5-20-g00e46f85f6, which comprises the following commits:

    b7c5385b81 update to go1.20.7
    6be708aa7d vendor: gotest.tools/v3 v3.5.0
    b6568d2dd5 api/types/filters: fix errors not being matched by errors.Is()
    02241b05fc update containerd binary to v1.7.3
    3a6899c6fd update containerd binary to v1.7.2
    7927cae910 c8d/container: Follow snapshot parents for size calculation
    45ba926c6d daemon/list: Drop unused arg from containerReducer
    6c4121a943 daemon/list: Refactor refreshImage
    fcb68e55fa daemon/list: Replace ErrImageDoesNotExist check
    3029f554cc c8d/readConfig: Translate c8d NotFound to errdefs
    35a8b00b18 hack/integration: Add TEST_INTEGRATION_FAIL_FAST
    fed26d5b3c vendor: github.com/moby/buildkit v0.11.7-dev
    eede7f09c7 Remove Upstart scripts
    907f838603 Remove Upstart and cgroups bits from Debian sysvinit script
    f022632503 Dockerfile: update runc binary to v1.1.8
    98a6422cbc c8d/inspect: Include platform Variant
    aab94fb340 Dockerfile: update buildx to v0.11.2
    1be48ec553 c8d: Make sure the content isn't removed while we export
    ff0144de3b ci(buildkit): remove early-return from buildkit-ref
    a936ae7e98 ci(buildkit): remove misleading code from buildkit-ref
    4c29864b02 hack/with-go-mod.sh: warn on stderr
    3c5c192baf c8d/resolveImage: Fix Digested and Named reference
    572de8764e c8d/inspect: Don't duplicate digested ref
    5dded3340c ci: extract buildkit version correctly with replace-d modules
    bd1ae65aab quota: remove gotest.tools from testhelpers
    544032f7a4 hack/d/cli.sh: properly handle errors in curl
    0df2e1bdd8 Dockerfile: improve CLI/rootlesskit caching
    05f82fdd00 Dockerfile(.simple): align APT_MIRROR support
    151686a5c8 Makefile: pass through APT_MIRROR
    31567e0973 Dockerfile: use default apt mirrors
    d94f2dcab2 client: Client.postHijacked: use Client.buildRequest
    bff68bf2cc client: Client.setupHijackConn: explicitly ignore errors
    8bdf6d1baf ci(bin-image): add SHA-based tags
    26a457e7a3 ci(bin-image): fix meta step
    b9904ba319 ci(bin-image): fix typo
    e7c333cb6e ci(bin-image): don't set tags when pushing by digest
    fcb87e8ae1 ci: push bin image to Docker Hub
    68c0cec772 Disable tls when launching dockerd through hack/make.sh
    738d8417e0 libnet: Return a 403 when overlay network isn't allowed
    a5c0fda157 libnet: Return proper error when overlay network can't be created
    deea880581 pkg/jsonmessage: use string-literals for easier grep'ing
    962a4f434f pkg/ioutils: use string-literals for easier grep'ing
    cea5829402 pkg/idtools: use string-literals for easier grep'ing
    69d77bc150 opts: use string-literals for easier grep'ing
    ff667ed932 integration: use string-literals for easier grep'ing
    efe9e90ef5 libnetwork: use string-literals for easier grep'ing
    2d2df4376b daemon/cluster: use string-literals for easier grep'ing
    ae8e3294dd client: use string-literals for easier grep'ing
    892857179a cli/debug: use string-literals for easier grep'ing
    147b87a03e daemon: use string-literals for easier grep'ing
    a3f1f4eeb0 integration-cli: use string-literals for easier grep'ing
    5bba60b1bb builder/builder-next: use string-literals for easier grep'ing
    632fc235d6 builder/dockerfile: use string-literals for easier grep'ing
    75a90f85ad gha: add note about buildkit using older go version
    fa909dfaf4 update go to go1.20.6
    bdaadec788 testutil: use dummyhost for non-tcp connections
    547ea18fbb pkg/plugins: use a dummy hostname for local connections
    597a5f9794 client: define a "dummy" hostname to use for local connections
    fee4db80a0 client: TestSetHostHeader: don't use un-keyed literals
    959889efd9 integration: Don't env cleanup before parallel subtests
    6c5144d3e5 Add t.Helper() to the cli test helper functions
    9ff2c3918c ci(buildkit): match moby go version for buildkit tests
    a4b1a5aef4 vendor: github.com/moby/buildkit@v0.11 0a0807e
    6c7f6c2d47 daemon/containerd: fix assignment to entry in nil map during commit
    0e88c57c47 integration: disable iptables in parallel tests
    a3049653c1 pkg/plugins: make unit test less time sensitive
    d3893b58ff daemon: daemon.prepareMountPoints(): fix panic if mount is not a volume
    5892aae60f docs: api  v1.28 - v1.40: add missing "force" query arg on plugin disable
    7adb590e16 docs: api v1.41: add missing "force" query arg on plugin disable
    b5aacf8161 docs: api v1.42: add missing "force" query arg on plugin disable
    b732cfd392 docs: api v1.43: add missing "force" query arg on plugin disable
    50fb65f0f5 docs: api: amend changelog for API 1.28 for "force" option
    32bcbdfe65 api: swagger: add missing "force" query arg on plugin disable
    f66ef31605 docs: api v1.41: remove outdated information from ServerVersion
    acb95e4544 docs: api v1.42: remove outdated information from ServerVersion
    335ed29345 docs: api v1.43: remove outdated information from ServerVersion
    0ef846ce2e api: remove outdated information from ServerVersion
    af25852baa docs: api v1.42: remove "ClusterStore" and "ClusterAdvertise" fields
    7a9c831e6a docs: api v1.43: remove "ClusterStore" and "ClusterAdvertise" fields
    649bb2b9b8 api: remove "ClusterStore" and "ClusterAdvertise" fields
    457399013b vendor: github.com/containerd/cgroups/v3 v3.0.2
    016ad9b3e8 c8d/prune: Handle containers started from image id
    87778af711 c8d/prune: Exclude dangling tag of the images used by containers
    8bf037b246 c8d/softDelete: Deep copy Labels
    8afe75ffa9 c8d/softDelete: Extract ensureDanglingImage
    e2bade43e7 testutil/environment: Add GetTestDanglingImageId
    e0091d6616 c8d: ImageService.softImageDelete: rename var that collided with import
    42f3f7ed86 c8d: ImageService.softImageDelete: use OCI and containerd constants
    aace62f6d3 pkg/fileutils: GetTotalUsedFds(): use fast-path for Kernel 6.2 and up
    bb50485dfd pkg/fileutils: GetTotalUsedFds: reduce allocations
    5dcea89ce1 pkg/fileutils: add BenchmarkGetTotalUsedFds
    01eb4835c9 pkg/fileutils: GetTotalUsedFds(): don't pretend to support FreeBSD
    cd44aba8db [24.0] pkg/fileutils: switch to use containerd log pkg
    ee29fd944b gha: don't fail if no daemon.json is present
    b8ee9a7829 c8d/images: handle images without manifests for default platform
    d9e097e328 vendor: github.com/opencontainers/image-spec v1.1.0-rc3
    806849eb62 seccomp: add name_to_handle_at to allowlist
    c24c37bd8a Restore active mount counts on live-restore
    c306276ab1 remove name_to_handle_at(2) from filtered syscalls
    d5e31e03b6 gha: Setup Runner: add missing sudo
    85ad299668 Dockerfile: make cli stages more resilient against unclean termination
    e84365f967 Skip cache lookup for "FROM scratch" in containerd
    96534f015d integration-cli: don't use pkg/homedir in test
    6424ae830b Dockerfile: update buildx to v0.11.0
    6055b07292 Fix missing Topology in NodeCSIInfo
    2f379ecfd6 daemon: fix restoring container with missing task
    136893e33b daemon: fix double-unlock in health check probe
    290fc0440c daemon: fix panic on failed exec start
    0556ba23a4 daemon: handleContainerExit(): use logrus.WithFields
    35a29c7328 builder: pass host-gateway IP as worker label
    210c4d6f4b daemon: ensure OCI options play nicely together
    f50cb0c7bd daemon: stop setting container resources to zero
    0a6a5a9140 daemon: modernize oci_linux_test.go
    c92fd5220a c8d: mark stargz as requiring reference-counted mounts
    5e48bbd14c contrib/busybox: Update to FRP-5007-g82accfc19
    6776279896 daemon: registerName(): don't reserve name twice
    7db3243e34 don't cancel container stop when cancelling context
    aec7a80c6f c8d: Use reference counting while mounting a snapshot
    5652c59647 testing: temporarily pin docker-py tests to use "bullseye"
    aa47b29dbc vendor: github.com/moby/swarmkit/v2 v2.0.0-20230531205928-01bb7a41396b

Bumping libnetwork to version v0.7.0-dev.3-1874-g67e0588f, which comprises the following commits:

    11eaf1f0 sync MAINTAINERS file with new moby maintainers
    dbbf124d Clean up inDelete network atomically

Bumping docker-cli to version v24.0.5-6-gb74562d91, which comprises the following commits:

    c0e376854 update to go1.20.7
    1481c8ce9 vendor: gotest.tools/v3 v3.5.0
    e97c76557 vendor: github.com/docker/docker v24.0.5
    1ee40e2c7 configfile: Initialize nil AuthConfigs
    3bd6d6902 Dockerfile: update buildx to v0.11.2
    05bf7fbcc vendor: github.com/docker/docker v24.0.5-0.20230718221249-d4a26c153000
    8b5023dd2 vendor: github.com/docker/docker v24.0.5-0.20230717072055-8443a06149b5
    2a6348d1b Dockerfile: update buildx to v0.11.1
    f4782b325 update go to go1.20.6
    7d06f6b2f vendor: github.com/docker/docker v24.0.5-0.20230714235725-36e9e796c6fc
    1447974b8 docs: rephrase section on credential stores for docker login
    46293e97f Dockerfile: update to xx 1.2.1
    bfe2ff820 cli/container: Don't ignore error when parsing volume spec
    b40742962 vendor: github.com/docker/docker v24.0.4
    79c42c0b9 vendor: golang.org/x/net v0.10.0
    a96d0a526 vendor: golang.org/x/text v0.9.0
    5c5c50d71 vendor: golang.org/x/term v0.8.0
    4bf11b756 vendor: golang.org/x/sys v0.8.0
    224c7dbec vendor: github.com/sirupsen/logrus v1.9.3
    e25d5c64c vendor: github.com/opencontainers/image-spec v1.1.0-rc3
    419e94df4 vendor: github.com/moby/swarmkit/v2 v2.0.0-20230531205928-01bb7a41396b
    2d5f041bd commandconn: return original error while closing
    520e3600e commandconn: don't return error if command closed successfully
    cd68c8f00 docker info: fix condition for printing debug information
    a78fd6ca6 docs: update link location for the overlay driver
    9cd335d44 docs: fix static ip example, network needs a subnet
    d61e4fe87 docs: fix broken link
    8e3a2942a cli/command/context: don't use pkg/homedir in test
    c3ef1cead docs: update the runtime configuration section
    44eebb8bc Dockerfile: update buildx to v0.11.0
    7ecfa2e7f Dockerfile: update gotestsum to v1.10.0
    f11f30909 update go to go1.20.5
    3a6c11773 Dockerfile: update ALPINE_VERSION to 3.17
    11af1189d docs: add "--detach-keys" example to docker run reference
    f118c05e8 docs: move "--detach-keys" example to examples section

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 recipes-containers/docker/docker-moby_git.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb
index b417da4..9483f68 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 \
 #   - The common components of this recipe and docker-ce do need to be moved
 #     to a docker.inc recipe
 
-SRCREV_moby = "d7aa1e14e521af24c0aca800a837866f514f46f7"
-SRCREV_libnetwork = "3f0048413d95802b9c6c836eba06bfc54f9dbd03"
-SRCREV_cli = "0823df7daa197bba96f2f2a85b9cbe156df78d43"
+SRCREV_moby = "00e46f85f6e46bb4b02c33da253f901c473794e9"
+SRCREV_libnetwork = "67e0588f1ddfaf2faf4c8cae8b7ea2876434d91c"
+SRCREV_cli = "b74562d917779426ae5010dd8d8bd9140075a741"
 SRCREV_FORMAT = "moby_libnetwork"
 SRC_URI = "\
 	git://github.com/moby/moby.git;branch=24.0;name=moby;protocol=https \
@@ -56,7 +56,7 @@ require docker.inc
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28"
 
-DOCKER_VERSION = "24.0.2"
+DOCKER_VERSION = "24.0.5"
 PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
 
 CVE_PRODUCT = "docker mobyproject:moby"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [mickledore][PATCH 1/2] moby: update to v24.0.2
  2023-09-25 16:31 [meta-virtualization][mickledore][PATCH 1/2] moby: update to v24.0.2 Ali Can Ozaslan
  2023-09-25 16:31 ` [meta-virtualization][mickledore][PATCH 2/2] moby: update to v24.0.5 Ali Can Ozaslan
@ 2023-09-28 11:25 ` Adam Johnston
  2023-09-28 12:51   ` [meta-virtualization] " Bruce Ashfield
  2023-10-02 16:14 ` [meta-virtualization][mickledore][PATCH " Bruce Ashfield
  2 siblings, 1 reply; 7+ messages in thread
From: Adam Johnston @ 2023-09-28 11:25 UTC (permalink / raw)
  To: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 88 bytes --]

Any feedback on backporting these patches to mickledore?

Thanks and Regards

Adam

[-- Attachment #2: Type: text/html, Size: 104 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-virtualization] [mickledore][PATCH 1/2] moby: update to v24.0.2
  2023-09-28 11:25 ` [mickledore][PATCH 1/2] moby: update to v24.0.2 Adam Johnston
@ 2023-09-28 12:51   ` Bruce Ashfield
  2023-09-28 19:04     ` Adam Johnston
  0 siblings, 1 reply; 7+ messages in thread
From: Bruce Ashfield @ 2023-09-28 12:51 UTC (permalink / raw)
  To: Adam Johnston; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]

It's only been three days ... Which for a -stable release isn't a
particularly long time to get them into my testing queue.

My cycles are on finishing up final package updates for the current
release, and then another -stable set of merge.

But yes, since they cherry-picks, I've tagged them and they'll appear in
mickledore once I can sanity check things.

Bruce

On Thu, Sep 28, 2023 at 7:25 AM Adam Johnston <adam.johnston@arm.com> wrote:

> Any feedback on backporting these patches to mickledore?
>
> Thanks and Regards
>
> Adam
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8327):
> https://lists.yoctoproject.org/g/meta-virtualization/message/8327
> Mute This Topic: https://lists.yoctoproject.org/mt/101577831/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [
> bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II

[-- Attachment #2: Type: text/html, Size: 2463 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [mickledore][PATCH 1/2] moby: update to v24.0.2
  2023-09-28 12:51   ` [meta-virtualization] " Bruce Ashfield
@ 2023-09-28 19:04     ` Adam Johnston
  2023-09-28 20:05       ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 7+ messages in thread
From: Adam Johnston @ 2023-09-28 19:04 UTC (permalink / raw)
  To: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 122 bytes --]

Thanks Bruce, just wanted to check there was no objection in principle to the version bump

Thanks and Regards

Adam

[-- Attachment #2: Type: text/html, Size: 138 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-virtualization] [mickledore][PATCH 1/2] moby: update to v24.0.2
  2023-09-28 19:04     ` Adam Johnston
@ 2023-09-28 20:05       ` Bruce Ashfield
  0 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2023-09-28 20:05 UTC (permalink / raw)
  To: Adam Johnston; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 974 bytes --]

Nope!

I have a policy similar to oe-core, minor version bumps are fine, just no
major version bumps unless there's a super compelling reason.

Bruce

On Thu, Sep 28, 2023 at 3:04 PM Adam Johnston <adam.johnston@arm.com> wrote:

> Thanks Bruce, just wanted to check there was no objection in principle to
> the version bump
>
> Thanks and Regards
>
> Adam
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8329):
> https://lists.yoctoproject.org/g/meta-virtualization/message/8329
> Mute This Topic: https://lists.yoctoproject.org/mt/101577831/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [
> bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II

[-- Attachment #2: Type: text/html, Size: 2175 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-virtualization][mickledore][PATCH 1/2] moby: update to v24.0.2
  2023-09-25 16:31 [meta-virtualization][mickledore][PATCH 1/2] moby: update to v24.0.2 Ali Can Ozaslan
  2023-09-25 16:31 ` [meta-virtualization][mickledore][PATCH 2/2] moby: update to v24.0.5 Ali Can Ozaslan
  2023-09-28 11:25 ` [mickledore][PATCH 1/2] moby: update to v24.0.2 Adam Johnston
@ 2023-10-02 16:14 ` Bruce Ashfield
  2 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2023-10-02 16:14 UTC (permalink / raw)
  To: Ali Can Ozaslan; +Cc: meta-virtualization, patches

The cherry picks have been completed to mickledore.

Bruce

In message: [meta-virtualization][mickledore][PATCH 1/2] moby: update to v24.0.2
on 25/09/2023 Ali Can Ozaslan wrote:

> From: Bruce Ashfield <bruce.ashfield@gmail.com>
> 
> Bumping moby to version v24.0.2-56-gd7aa1e14e5, which comprises the following commits:
> 
>     5652c59647 testing: temporarily pin docker-py tests to use "bullseye"
>     789a8755b8 run `getent` with a noop stdin
>     f7298b326e vendor: github.com/sirupsen/logrus v1.9.3
>     1c18ad6ca6 vendor: github.com/rootless-containers/rootlesskit v1.1.1
>     ae4a10df67 update RootlessKit to v1.1.1
>     24c882c3e0 update go to go1.20.5
>     b3133d7471 contrib/check-config: move xt_bpf check to overlay section
>     8c552012ae contrib/check-config: check for xt_bpf
>     61d547fd06 Dockerfile: Move dockercli to base-dev
>     e5fbc3f75a hack/cli.sh: Quiet origin cleanup
>     1a078977e1 Dockerfile/shell: Install buildx cli plugin
>     c4198e6053 Dockerfile: Use separate cli for shell and integration-cli
>     647ba03224 builder-next: Set moby exporter as default
>     961fe27408 c8d/handlers: Handle error in walkPresentChildren
>     087cf6f238 c8d/load: Don't unpack pseudo images
>     0b9d68f59d c8d/load: Use walkImageManifests
>     cbf0779bfc c8d/list: Use walkImageManifests
>     0139309fef c8d: Add walkImageManifests and ImageManifest wrapper
>     e1c7956764 Dockerfile: use COPY --link for source code as well
>     75afe3201b containerd: add c8d version and storage-driver to User-Agent
>     8018ee4689 dockerversion: DockerUserAgent(): allow custom versions to be passed
>     ed376a603f dockerversion: remove insertUpstreamUserAgent()
>     1d45ea52f4 dockerversion: simplify escapeStr()
>     a27b0381a6 dockerversion: add a basic unit-test
>     1fc19772e0 Make sure the image is unpacked for the current snapshotter
>     4217d9ea0a Dockerfile: use COPY --link to copy artifacts from build-stages
>     4c6b8e737f added alias validation
>     e370f224ae fixing consistent aliases for OCI spec imports
>     ac1a867282 vendor: github.com/mistifyio/go-zfs/v3 v3.0.1
>     2949fee1d3 containerd: set user-agent when pushing/pulling images
>     f9c68e5fbc libn: fix resolver restore w/ chatty 'iptables -C'
>     3452a76589 libnetwork: fix sandbox restore
>     fec801a103 libnetwork: log why osl sandbox restore failed
>     d9e39914a7 Fix npe in exec resize when exec errored
>     042f0799db libn/d/overlay: support encryption on any port
>     ec8ec9056c builder/remotecontext: deprecate CachableSource, NewCachableSource
>     7a4ea19803 libcontainerd: work around exec start bug in c8d
>     ae6e9333c0 vendor: github.com/moby/buildkit v0.11.7-0.20230525183624-798ad6b0ce9f
>     0d9acd24fe c8d/inspect: Fill `Created` time if available
>     04eccf8165 vendor: github.com/containerd/go-runc v1.1.0
>     d64bab35ee daemon: lock in snapshotter setting at daemon init
>     329d671aef Dockerfile: temporarily skip CRIU stage
>     4cc2081119 integration: Add TestImageInspectEmptyTagsAndDigests
>     27df42255c hack: Rename .ensure-emptyfs to .build-empty-images
>     9ee7d30aef hack/ensure-emptyfs: Create dangling image
>     8a4b7c5af8 Add testenv.UsingSnapshotter utility
>     a753ca64e2 hack/make/.binary: don't use "netgo" when building Windows binaries
>     5276c2b6e0 c8d/pull: Use same progress action as distribution
>     baf1fd1c3f libnetwork: check for netns leaks from prior tests
>     992dc33fc5 libnetwork/osl: restore the right thread's netns
>     ef1545ed4a libnetwork: leave global logger alone in tests
>     876f5eda51 libnetwork: make resolver tests less confusing
>     47a3dad256 c8d/list: Show layerless images
>     0869b089e4 libnetwork: just forward the external DNS response
>     3467ba6451 reorder load funcs to match newServiceConfig()'s order
>     f9b886c01b add mirror to daemon reload test for insecure registries
>     07140c0eca build: use daemon id as worker id for the graph driver controller
>     d5ad186d49 ci(bin-image): distribute build across runners
>     4d924c35f7 api/server: allow empty body for POST /commit again
>     68b7ba0d03 api/inspect: Fix nil RepoTags and RepoDigests
>     5ea7b8d091 fix: `docker pull` with platform checks wrong image tag
> 
> Bumping docker-cli to version v24.0.2-9-g0823df7da, which comprises the following commits:
> 
>     11af1189d docs: add "--detach-keys" example to docker run reference
>     f118c05e8 docs: move "--detach-keys" example to examples section
>     f66f7ed7f cli/command: fix GoDoc referencing wrong const
>     2814c01b0 Dockerfile.vendor: update GOPROXY to use default with fallback
>     32f66cbe5 vendor: github.com/docker/docker v24.0.2
>     dc4707edb [24.0] vendor: github.com/docker/docker v24.0.1
>     298e67926 docs: fix example for proxies in daemon.json
>     9175ffa9b man: remove devicemapper from examples
>     beb0330a7 Correct "ps --no-trunc" example output
>     405be9063 docs: remove AuFS from glossary
>     7a269817b docs: remove Docker Toolbox from glossary
>     41ef7c45c docs: remove boot2docker and docker-machine from glossary
>     c184a61da docs/deprecated: remove "disabled by default" for AuFS, overlay
>     e7a60449f docs: remove aufs and legacy overlay
>     77541afea contrib/completion: remove aufs, legacy overlay
>     e67a7acd0 docs/deprecated: remove .patch release from deprecation status
>     fb6ae356c vendor: github.com/docker/docker v24.0.0-rc.3
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
> ---
>  recipes-containers/docker/docker-moby_git.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb
> index 70f3692..b417da4 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 \
>  #   - The common components of this recipe and docker-ce do need to be moved
>  #     to a docker.inc recipe
>  
> -SRCREV_moby = "821e4ec4c7b13c28dbb1424f024980aed4535384"
> +SRCREV_moby = "d7aa1e14e521af24c0aca800a837866f514f46f7"
>  SRCREV_libnetwork = "3f0048413d95802b9c6c836eba06bfc54f9dbd03"
> -SRCREV_cli = "98fdcd769bcd137f7538f898b37348f919536ea4"
> +SRCREV_cli = "0823df7daa197bba96f2f2a85b9cbe156df78d43"
>  SRCREV_FORMAT = "moby_libnetwork"
>  SRC_URI = "\
>  	git://github.com/moby/moby.git;branch=24.0;name=moby;protocol=https \
> @@ -56,7 +56,7 @@ require docker.inc
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28"
>  
> -DOCKER_VERSION = "24.0.0"
> +DOCKER_VERSION = "24.0.2"
>  PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
>  
>  CVE_PRODUCT = "docker mobyproject:moby"
> -- 
> 2.34.1
> 


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-10-02 16:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-25 16:31 [meta-virtualization][mickledore][PATCH 1/2] moby: update to v24.0.2 Ali Can Ozaslan
2023-09-25 16:31 ` [meta-virtualization][mickledore][PATCH 2/2] moby: update to v24.0.5 Ali Can Ozaslan
2023-09-28 11:25 ` [mickledore][PATCH 1/2] moby: update to v24.0.2 Adam Johnston
2023-09-28 12:51   ` [meta-virtualization] " Bruce Ashfield
2023-09-28 19:04     ` Adam Johnston
2023-09-28 20:05       ` [meta-virtualization] " Bruce Ashfield
2023-10-02 16:14 ` [meta-virtualization][mickledore][PATCH " Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.