meta-virtualization/recipes-containers/nerdctl
Bruce Ashfield a309b738e7 nerdctl: update to v2.0.3
Bumping nerdctl to version v2.0.3-249-g497c7cf7, which comprises the following commits:

    bd7cbb38 Stop sharding cache per containerd version
    99d03ee8 Dockerfile: update buildkit to 0.20.1
    cc81c720 Remove golanci-lint action
    430c57c5 Update Canary and EL8 titles
    1d372563 update RootlessKit (2.3.4)
    27b91ecf ensure logger completion after container exit
    e33a85f9 Dockerfile: remove "goversion" stage
    98a531a2 Move GHA to zstd compression
    bc4642a4 build(deps): bump the golang-x group across 1 directory with 6 updates
    f19eb5a3 CI: simplify setting up Lima
    7505c3f5 Replace hack/verify-no-patent.sh with depguard
    e52580ee Adding document analyzing CI/dockerfile
    f7901228 Disable buildx output for dependency stage
    3daef1cb Implement updated test matrix
    699c8509 Fix broken lint-license task
    9182ea4e Increase wait for ensurecontainerstarted
    a81136c2 Fix kubectl download url
    bd5bcca4 Fix referenceutil.FamiliarMatch SIGSEGV
    ce10c922 Update containerd/project-checks (1.2.2)
    d80c2cf4 Fix alma ci target
    34e44e7b Migrate TestRunDevice test
    d9a0e87b Quiet out apt-get calls
    0296acd3 Use makefile task to install golangci
    0b606c7f build(deps): bump github.com/opencontainers/image-spec
    121c656f build(deps): bump actions/cache from 4.2.1 to 4.2.2
    678822a9 --quiet image pulls in tests
    4d76aa96 CI: drop Ubuntu 20.04, add AlmaLinux 8
    147ebca4 [ci] rollback setup vagrant comment
    6d3c49a7 Fix test TestNoneNetworkHostName
    62c1565b Add golangci and yamllint to tigron
    077558c8 Lint fixes
    7f049905 Move to creack pty
    0020c912 Makefile fixes
    ea685aed Add qemu/rosetta notes
    8af2e4c2 Update containerd v2.0.3
    e58ceaa6 build(deps): bump github.com/containernetworking/plugins
    d432a4a1 build(deps): bump github.com/containerd/containerd/v2
    ca1fd3cb build(deps): bump github.com/opencontainers/runtime-spec
    37e5e59d build(deps): bump docker/setup-qemu-action from 3.5.0 to 3.6.0
    898e3e46 Harden test pty error handling
    e21e4b2c Cleaning variables and function names in cmd
    0e883056 Fix apparmor host check to include aa-parser
    a5a7f181 build(deps): bump actions/cache from 4.2.1 to 4.2.2
    5220350d add hostsPath to inspect response
    88e9c5d9 Rename NO_COLORS
    715cb0c2 Enforce pkg isolation as part of golangci
    f99a5635 build(deps): bump the docker group with 2 updates
    d52eaf3e build(deps): bump docker/metadata-action from 5.6.1 to 5.7.0
    166ace96 build(deps): bump docker/build-push-action from 6.14.0 to 6.15.0
    18e52416 build(deps): bump docker/setup-qemu-action from 3.4.0 to 3.5.0
    14b3ace1 build(deps): bump docker/setup-buildx-action from 3.9.0 to 3.10.0
    44b8b584 Fix kube-hide-dupe docs typo
    ef92eec5 build(deps): bump golang.org/x/crypto in the golang-x group
    4b765cd8 Reorg test package
    9210685b Makefile cleanup
    b41e8c98 Normalize all command variables to cmd
    701e5563 goimports-reviser: remove hack
    7fcde18b Disable golangci preflight config validation
    11f6fe2c go.mod: set minimum Go version to 1.23
    7341e841 CI: set GOTOOLCHAIN=local
    18df1402 update Go (1.24)
    cd151127 CI: arm64-8core-32gb -> ubuntu-24.04-arm
    01d3cafb Increase CI run timeout
    0d62b98e Restrict EnsureContent to the requested platform
    745aaf7f CI: set fail-fast to false
    10ddc598 build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5
    37d99587 feat: add hostConfig to nerdctl inspect response
    c2c1d4a0 Rewrite signal tests
    d90729c8 Add test tooling for signals
    16e22577 Make subpackage test a separate module
    655171c7 Remove unbuffer from container tests
    c7919f93 Prevent acquire from blanking hosts file
    3b59119e Cleanup XDGRuntime logic
    0128d4a8 Remove forked sysinfo package
    11e6d04b Tests to error on timeout
    a687e2c9 Rewrite detach tests without unbuffer
    8664311c feat: add signal option to containerRestart
    8bef3618 docs: add --log-driver=none to run command reference
    c1694998 Support bind propagation options in Compose volume long syntax
    4e0688b7 build(deps): bump github.com/containerd/accelerated-container-image
    a0f12369 build(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0
    59b48e63 build(deps): bump docker/build-push-action from 6.13.0 to 6.14.0
    3eb9a963 build(deps): bump actions/cache from 4.2.0 to 4.2.1
    d3f5d105 add tests
    b45d96db build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
    31a7ab84 build(deps): bump golangci/golangci-lint-action from 6.4.1 to 6.5.0
    99210b69 add signal option to container stop command
    893a3937 feat: add support for 'domainname' option in container create
    5ffcba6e Fix FATA error when inspecting images in native mode
    3f496b8c Cleanup old/unused helpers
    105e5eba Remove require daemon version for >=1.6
    8675cc6c build(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.4.1
    cb416319 Add pty support for testing
    94c271e8 update runc (1.2.5)
    974bc843 fix: network cleanup called twice
    4e111d32 docs(nerdctl-compose): add missing details in command-reference.md
    4722dd6f build(deps): bump github.com/compose-spec/compose-go/v2
    3680b00a build(deps): bump gotest.tools/v3 from 3.5.1 to 3.5.2
    3f7b70fa build(deps): bump golang.org/x/net in the golang-x group
    a6086d1e build(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.2
    d64ab5a9 enable host name and default resolv.conf and hosts file in none network
    402bd2a2 build(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0
    0f17259a build(deps): bump golang.org/x/crypto in the golang-x group
    c6666e3f fix nerdctl-full SHA256SUMS fails
    cf95ae0e Reduce file permissions
    c4a795fa build(deps): bump docker/setup-buildx-action from 3.8.0 to 3.9.0
    5e36bef0 build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0
    fd0bcbe5 build(deps): bump the golang-x group with 4 updates
    2ecc3944 Fix apparmor test not running
    38636145 Prevent reference filter from failing on dangling images
    2b07c188 build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
    8a80469c Harden journald test
    7565cebb build(deps): bump github.com/cyphar/filepath-securejoin
    653c6de0 test: Add a test for container access with 127.0.0.2 specified in -p in rootless mode
    82791bf6 fix journald logger exit and wait behavior
    2a750939 Consistently use WithError when logging errors instead of %s
    17bbdffd Consistently use %w instead of %s or %v when wrapping errors
    6e5e943b fix: prevent panic in nydus snapshotter inspect
    7f433aaa Fix socket address not being updated properly
    10e4cda3 Test portability fix: ensure tini-custom is here
    7c9d25ad Disable systemd test on arm64
    fe59974d build(deps): bump docker/build-push-action from 6.12.0 to 6.13.0
    99bd7728 Fix test time to use UTC
    73520336 Skip TestRunBindMountPropagation
    a6fe6c15 Fix wrong error comparison
    ec6a6abd Relax error on annotations read failure
    26c03224 build(deps): bump github.com/ipfs/go-cid from 0.4.1 to 0.5.0
    8a0c16c0 build(deps): bump the docker group with 2 updates
    af3bb999 build(deps): bump github.com/rootless-containers/bypass4netns
    84caccfc build(deps): bump actions/setup-go from 5.2.0 to 5.3.0
    a4fa4faa integration test: specify IPFS_PATH for IPFS service
    cb7fc0d4 update BuildKit (0.19.0)
    e7e27f62 update containerd-fuse-overlayfs (2.1.1)
    00e21f75 update bypass4netns (0.4.2)
    d786133a update RootlessKit (2.3.2)
    f17df13e update Kubo (0.32.1)
    8af25af6 update containerd (2.0.2)
    08206c8e build(deps): bump github.com/rootless-containers/rootlesskit/v2
    128e6a7c [doc] AppArmor profile setup for rootlesskit
    ab027adf Correct `compose logs` command reference
    9a6426d8 fix: save multiple images for the same image id to a tar archive
    ae9894e3 build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0
    ef26ad8f reset spec if update returned error
    7a4c2528 build(deps): bump docker/build-push-action from 6.11.0 to 6.12.0
    fcb900e9 test: Add an test for added logic to TestRunWithInvalidPortThenCleanUp
    7bfbd31f fix: Add the logic to clean up an orphaned etchosts directory
    e3d27107 test: refactor TestRunWithInvalidPortThenCleanUp
    70bed8df build(deps): bump github.com/containerd/containerd/v2

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-03-24 18:46:58 +00:00
..
nerdctl nerdctl: update to v2.0.3 2025-03-24 18:46:58 +00:00
nerdctl_git.bb nerdctl: update to v2.0.3 2025-03-24 18:46:58 +00:00
relocation.inc nerdctl: update to v2.0.3 2025-03-24 18:46:58 +00:00
src_uri.inc nerdctl: update to v2.0.3 2025-03-24 18:46:58 +00:00