Skip to content

Commit

Permalink
nerdctl: update to 0.22.2
Browse files Browse the repository at this point in the history
Bumping nerdctl to version v0.22.2-2-ge084a2d, which comprises the following commits:

    013ebdc Bump github.com/containerd/nydus-snapshotter
    37cb3fe Fix `can't get final child's PID from pipe` on rootless (v0.22.1 regression)
    fbbf10e Bump github.com/compose-spec/compose-go from 1.3.0 to 1.4.0
    7f94a17 fix(hosts): extra-host params should be 'domain:ip'
    a4fd8fa go-ipfs (0.13.1) -> Kubo (0.14.0)
    f3001be doc: readme and help msg about firewall plugin
    0e81051 ps_linux_test.go: improve variable names
    cae0f01 README.md: `nerdctl system prune` is now available
    8f57e95 add label display support in ps subcommand
    2dfa2a4 Bump github.com/compose-spec/compose-go from 1.2.9 to 1.3.0
    d0fe7ab skip reconfig network when missing
    83ce9a0 Add extra logging warning for log options
    09bd981 Pass https://index.docker.io/v1/ to GetAuthConfig() for Docker Hub
    17771d0 Refactor: Abstract the way to  handle remote snapshotter
    0ff788b Add the ability to inspect volume sizes
    3676219 Bump github.com/containernetworking/cni from 1.1.1 to 1.1.2
    8b6417c fix stats values
    bcedaae optimize tests of stop the sleep container
    014525f support system prune
    81a9a9b add labels in container inspect using dockercompat mode
    81095fb fix yaml pkg vulnerability
    1bb09dd support network prune
    bc68696 Add oom-score-adj option while running
    3507d0b remove useless args from load
    d7ba334 rewrite test of run with init flag
    1f7ec3f Bump github.com/compose-spec/compose-go from 1.2.8 to 1.2.9
    5ecf242 Bump github.com/containerd/go-cni from 1.1.6 to 1.1.7
    cccf19e test fluentd log driver without build image
    1199ac5 small refactor for rmAction
    a4b51e2 bridge network use free subnet
    e027ce4 Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
    0818f7d Bump docker/build-push-action from 3.0.0 to 3.1.0
    a78de9a support --network=container:<contaienr> for sharing network namespace
    df376b8 Remove duplicate host record when update the DNS
    685371e TestRunWithJsonFileLogDriver: make log message more specific
    357fdfd Fallback to Containerfile when Dockerfile is not present.
    de3d05a README.md: clean up
    e06e3a6 ignore force remove container error
    4a7f6eb support force remove image
    f2cc696 fix stats for no-stream
    a7dd254 fix flaky test TestRunWithJsonFileLogDriver
    663541c README.md: clean up
    ad0e42f infoutil: make runc version output consistent with Docker
    e016c55 infoutil: relax buildctl version format
    2087827 fix found multiple IDs when container walker
    0e07104 update buildg (0.3.0)
    bd78358 update IPFS (0.13.1)
    ddf5b5a update stargz-snapshotter (0.12.0)
    8f5ac28 refactor container restart command
    70826c7 update imgcrypt (1.1.6)
    08f9f6b Display buildkit and runc version in nerdctl
    2c5bd7f Log matches of log paths to understand TestRunWithJsonFileLogDriver flakiness
    15decf3 wait for detached container running before exec
    fa392af Add document about overlaybd
    41c63f3 fix json file logging filenames
    9c63c61 container exit should terminate tail logs
    ff6e75f update unimplemented flags for run
    28de2e3 support volume prune
    a74e852 add update flag blkio-weight
    eb3715a fix dockerfile local dir
    e20c145 support image prune
    79ed9ca TestRunCgroupV1: fix cgroup version check
    d746ab9 fix broken deps for dbus
    5e91753 add flag kernel-memory
    9b4287e typo and return error
    67e2ded remove failed container state
    efd3961 adjust ps header
    b35ae67 cli: implement -s/--size option for nerdctl ps command
    e8127e6 docs: add nydus snapshotter description
    f20cb34 Validate formats before ticking
    8b5a0ec Bump github.com/containerd/nydus-snapshotter
    fb3eb33 fix error message
    5f41b41 support container prune
    4637c99 add TabReader for test
    4f9c3ed fix some error
    86056b8 Enable staticcheck in golangci-lint
    34e3ad8 feat: makes nerdctl available to pull nydus images
    76fbdbe Support multiple tags in nerdctl build.
    e56ac42 Fixed gosimple errors in issue #1134
    afb0c57 bind-mounts: add rbind option defaultly
    6a382f7 support stop-signal and stop-timeout
    f9522ae support dns-search and dns-option for compose
    486100d volume: set fstype to bind if mount options contains bind or rbind
    eaf3354 remove invalid debug
    50a8eaa show name for images
    0b67272 support dns-search and dns-opt
    2f79653 fix: using default resolver
    2b5a45b add group-add flag for run
    a5b0d1d go mod tidy
    b1930a7 1117: specify needsLoading when output flag is specified.
    abaa167 Bump github.com/compose-spec/compose-go from 1.2.7 to 1.2.8
    7954e19 Bump github.com/ipfs/go-ipfs-http-client from 0.3.1 to 0.4.0
    12aae30 Bump github.com/multiformats/go-multiaddr from 0.5.0 to 0.6.0
    8b34083 Fix typo in instructions on how to run docker compat tests.
    daea277 Bump github.com/spf13/cobra from 1.4.0 to 1.5.0
    b1b226f Bump gotest.tools/v3 from 3.2.0 to 3.3.0
    0bcefdc Update golangci-lint version to 1.46.2
    063c025 fix stylecheck errors
    75ff587 CI: unparallelize TestRunAddHost
    1c191a1 add umask
    676c5c3 Validation for nerdctl load to fail when stdin is empty.
    1192a04 Fixed gosimple errors in issue #1134
    02582d0 go.mod: golang.org/x/* master
    e86deda go.mod: github.com/containerd/containerd v1.6.6 (=> v1.6.1-0.20220616041926-9c6154bff158)
    c078e20 pkg/logging: refactor
    92e3cc2 Initialize the log file to fix `nerdctl compose up` error
    5c3aec6 add memory-reservation memory-swappiness
    7fbafcb fix swap memory
    261da0c Add GitLab Container Registry documentation
    4f6b914 MAINTAINERS: add Zheao Li as a REVIEWER
    04a8450 update IPFS (0.13.0)
    8ac66ef update fuse-overlayfs (1.9)
    21edc9d update runc (1.1.3)
    ffdc0aa fix log-driver  name not check error
    8717e4f Implement fluentd logging driver
    a817a8b add flag memory-swap
    44c80db Adding tests for start and handling AkihiroSuda feedback
    db4a505 Adding --attach flag to start
    0b9e9cb add flag oom-kill-disable
    404c532 [#868] Update moby/sys to fix the FreeBSD build
    3b1df0e Bump github.com/docker/cli
    d50fec4 Bump github.com/docker/docker
    cfe8ca0 Bump github.com/moby/sys/mount from 0.3.2 to 0.3.3
    6386775 update buildg (0.2.0)
    26639fd update containerd (1.6.6)
    35f60d6 go.mod: github.com/containerd/containerd v1.6.1-0.20220606171923-c1bcabb45419
    8a36c0d persist default network config
    bb3f9ee Bump github.com/vishvananda/netlink from 1.2.0-beta to 1.2.1-beta.2
    eae4b2d Bump github.com/containernetworking/cni from 1.1.0 to 1.1.1
    3007fc8 Bump github.com/containerd/go-cni from 1.1.5 to 1.1.6
    b00fa84 fix squashes --add-host with the same ip
    dd8a0ff Implement journald logging driver
    f087279 Bump github.com/compose-spec/compose-go from 1.2.6 to 1.2.7
    60b77c1 Bump github.com/containerd/cgroups from 1.0.3 to 1.0.4
    96a3276 CI: TestRunCgroupV2: add --memory-swap=-1 for Docker with cgroup v2
    5a47349 CI: skip TestRunCgroupConf for Docker
    e077b38 CI: use GHA ubuntu-22.04 for cgroup2 tests
    08924b9 docs/compose.md: update the compatibility information
    423600f Bump github.com/compose-spec/compose-go from 1.2.5 to 1.2.6
    793a95d enbale entrypoint as stringArray
    feb1316 Bump github.com/compose-spec/compose-go from 1.2.4 to 1.2.5
    193e8d6 Bump up buildg to v0.1.0
    04f9b47 update BuildKit (0.10.3)
    0aeed30 update runc (1.1.2)
    fc87586 go.mod: golang.org/x/* master
    f66b943 refactor TestRunIpcHost
    b7d9eee create/run: add ipc flag to create and run commands
    998f457 Bump github.com/docker/cli
    47e7eb7 Bump github.com/docker/docker
    773a413 Support interactive debugging of Dockerfile
    d81dcf3 logging: ensure that MagicArgv1 is always argv1
    004f2ff README.md: typo
    70c90f1 Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0
    7c3fd8f add bind-nonrecursive for mount
    47ff895 fix flaky test TestComposeConfigWithComposeFileEnv
    c5841dd pkg/taskutil: let StdinCloser implement io.Closer
    c9881fd supporting COMPOSE_FILE environment variable
    b4f2e5f Support logging in compose file
    0fc816a Support for networks in compose files
    0b9d48e Bump github.com/docker/docker
    e031d13 update containerd (1.6.4)
    abaa4d0 Support riscv64
    49f6d78 Bump github.com/docker/cli
    7e3dc43 Bump docker/build-push-action from 2.10.0 to 3.0.0
    450486a Bump docker/login-action from 1.14.1 to 2.0.0
    e11fb20 Bump docker/metadata-action from 3.8.0 to 4.0.1
    d3e449a implement log opt with containerd logging driver
    97ece6a enhancement restart policy
    81528d5 support rename container
    56b0f10 update BuildKit (0.10.2)
    e258cda update RootlessKit (1.0.1)
    489a521 update slirp4netns (1.2.0)
    d73ef7a fix default driver capability for gpus
    ed10fec Bump docker/metadata-action from 3.7.0 to 3.8.0
    f853dc4 Bump github.com/containerd/go-cni from 1.1.4 to 1.1.5
    18ea81f Fix `flag -t needs -i to be specified together` restriction
    b2fa405 Makefile: avoid flattening `nerdctl-X.Y.Z-go-mod-vendor.tar.gz`
    ff1aec4 info: add --mode=native to show full plugin info
    a629145 update containerd (1.6.3)
    62979d7 Bump gotest.tools/v3 from 3.1.0 to 3.2.0
    6d1bfc6 fixes #1004 : Build image only when changes merged to master
    10990ad Bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5
    dbc0ec5 Bump github.com/ipfs/go-ipfs-http-client from 0.3.0 to 0.3.1
    c63982b Bump actions/checkout from 3.0.1 to 3.0.2
    85ca787 [Carry 643] cp cmd
    90a3a2c Bump github.com/tidwall/gjson from 1.14.0 to 1.14.1
    8385be4 add test case for nerdctl inspect to check mounts field
    a766555 show mounts info for nerdctl inspect

Signed-off-by: Bruce Ashfield <[email protected]>
  • Loading branch information
zeddii committed Aug 9, 2022
1 parent d90ad94 commit e43460f
Show file tree
Hide file tree
Showing 4 changed files with 595 additions and 455 deletions.
153 changes: 93 additions & 60 deletions recipes-containers/nerdctl/nerdctl/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,143 +2,157 @@
## explicit
# github.com/Microsoft/go-winio v0.5.2
## explicit
# github.com/compose-spec/compose-go v1.2.4
# github.com/compose-spec/compose-go v1.4.0
## explicit
# github.com/containerd/cgroups v1.0.3
# github.com/containerd/cgroups v1.0.4
## explicit
# github.com/containerd/console v1.0.3
## explicit
# github.com/containerd/containerd v1.6.2
# github.com/containerd/containerd v1.6.6
## explicit
# github.com/containerd/continuity v0.3.0
## explicit
# github.com/containerd/go-cni v1.1.4
# github.com/containerd/go-cni v1.1.7
## explicit
# github.com/containerd/imgcrypt v1.1.4
# github.com/containerd/imgcrypt v1.1.6
## explicit
# github.com/containerd/stargz-snapshotter v0.11.4
# github.com/containerd/nydus-snapshotter v0.3.0-alpha.5
## explicit
# github.com/containerd/stargz-snapshotter/estargz v0.11.4
# github.com/containerd/stargz-snapshotter v0.12.0
## explicit
# github.com/containerd/stargz-snapshotter/ipfs v0.11.4
# github.com/containerd/stargz-snapshotter/estargz v0.12.0
## explicit
# github.com/containerd/typeurl v1.0.2
# github.com/containerd/stargz-snapshotter/ipfs v0.12.0
## explicit
# github.com/containernetworking/cni v1.0.1
# github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67
## explicit
# github.com/containernetworking/cni v1.1.2
## explicit
# github.com/containernetworking/plugins v1.1.1
## explicit
# github.com/coreos/go-systemd/v22 v22.3.2
## explicit
# github.com/cyphar/filepath-securejoin v0.2.3
## explicit
# github.com/docker/cli v20.10.14+incompatible
# github.com/docker/cli v20.10.17+incompatible
## explicit
# github.com/docker/docker v20.10.14+incompatible
# github.com/docker/docker v20.10.17+incompatible
## explicit
# github.com/docker/go-connections v0.4.0
## explicit
# github.com/docker/go-units v0.4.0
## explicit
# github.com/fatih/color v1.13.0
# github.com/fahedouch/go-logrotate v0.1.2
## explicit
# github.com/gogo/protobuf v1.3.2
# github.com/fatih/color v1.13.0
## explicit
# github.com/hashicorp/go-multierror v1.1.1
## explicit
# github.com/ipfs/go-cid v0.1.0
## explicit
# github.com/ipfs/go-ipfs-files v0.1.1
## explicit
# github.com/ipfs/go-ipfs-http-client v0.3.0
# github.com/ipfs/go-ipfs-http-client v0.4.0
## explicit
# github.com/ipfs/interface-go-ipfs-core v0.6.2
# github.com/ipfs/interface-go-ipfs-core v0.7.0
## explicit
# github.com/mattn/go-isatty v0.0.14
## explicit
# github.com/moby/sys/mount v0.3.2
# github.com/moby/sys/mount v0.3.3
## explicit
# github.com/multiformats/go-multiaddr v0.5.0
# github.com/multiformats/go-multiaddr v0.6.0
## explicit
# github.com/opencontainers/go-digest v1.0.0
## explicit
# github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
## explicit
# github.com/opencontainers/runtime-spec v1.0.3-0.20220311020903-6969a0a09ab1
## explicit
# github.com/pelletier/go-toml v1.9.4
# github.com/pelletier/go-toml v1.9.5
## explicit
# github.com/rootless-containers/bypass4netns v0.2.2
## explicit
# github.com/rootless-containers/rootlesskit v1.0.0
# github.com/rootless-containers/rootlesskit v1.0.1
## explicit
# github.com/sirupsen/logrus v1.8.1
# github.com/sirupsen/logrus v1.9.0
## explicit
# github.com/spf13/cobra v1.4.0
# github.com/spf13/cobra v1.5.0
## explicit
# github.com/spf13/pflag v1.0.5
## explicit
# github.com/tidwall/gjson v1.14.0
# github.com/tidwall/gjson v1.14.1
## explicit
# github.com/vishvananda/netlink v1.2.0-beta
# github.com/vishvananda/netlink v1.2.1-beta.2
## explicit
# github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
## explicit
# golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
# golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
## explicit
# golang.org/x/net v0.0.0-20220225172249-27dd8689420f
# golang.org/x/net v0.0.0-20220615171555-694bf12d69de
## explicit
# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
# golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
## explicit
# golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
# golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
## explicit
# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
# golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
## explicit
# gopkg.in/yaml.v2 v2.4.0
# gopkg.in/yaml.v3 v3.0.1
## explicit
# gotest.tools/v3 v3.1.0
# gotest.tools/v3 v3.3.0
## explicit
# github.com/AdaLogics/go-fuzz-headers v0.0.0-20210715213245-6c3934b029d8
## explicit
# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
## explicit
# github.com/Microsoft/hcsshim v0.9.2
# github.com/Microsoft/hcsshim v0.9.3
## explicit
# github.com/beorn7/perks v1.0.1
## explicit
# github.com/blang/semver v3.5.1+incompatible
## explicit
# github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
## explicit
# github.com/btcsuite/btcd v0.21.0-beta
## explicit
# github.com/cespare/xxhash/v2 v2.1.2
## explicit
# github.com/cilium/ebpf v0.7.0
## explicit
# github.com/containerd/fifo v1.0.0
# github.com/container-orchestrated-devices/container-device-interface v0.3.1
## explicit
# github.com/containerd/ttrpc v1.1.0
# github.com/containerd/fifo v1.0.0
## explicit
# github.com/containers/ocicrypt v1.1.3
# github.com/containerd/ttrpc v1.1.1-0.20220420014843-944ef4a40df3
## explicit
# github.com/coreos/go-systemd/v22 v22.3.2
# github.com/containers/ocicrypt v1.1.5
## explicit
# github.com/cpuguy83/go-md2man/v2 v2.0.1
# github.com/cpuguy83/go-md2man/v2 v2.0.2
## explicit
# github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3
## explicit
# github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e
# github.com/distribution/distribution/v3 v3.0.0-20220725133111-4bf3547399eb
## explicit
# github.com/docker/distribution v2.7.1+incompatible
# github.com/djherbis/times v1.5.0
## explicit
# github.com/docker/distribution v2.8.1+incompatible
## explicit
# github.com/docker/docker-credential-helpers v0.6.4
## explicit
# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
## explicit
# github.com/docker/go-metrics v0.0.1
## explicit
# github.com/fluent/fluent-logger-golang v1.9.0
## explicit
# github.com/godbus/dbus/v5 v5.0.6
## explicit
# github.com/gogo/googleapis v1.4.1
# github.com/gogo/protobuf v1.3.2
## explicit
# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
## explicit
# github.com/golang/protobuf v1.5.2
## explicit
# github.com/google/go-cmp v0.5.6
# github.com/google/go-cmp v0.5.8
## explicit
# github.com/google/uuid v1.3.0
## explicit
Expand All @@ -148,7 +162,7 @@
## explicit
# github.com/hashicorp/golang-lru v0.5.4
## explicit
# github.com/imdario/mergo v0.3.12
# github.com/imdario/mergo v0.3.13
## explicit
# github.com/inconshreveable/mousetrap v1.0.0
## explicit
Expand All @@ -162,7 +176,7 @@
## explicit
# github.com/ipfs/go-ipfs-blockstore v1.2.0
## explicit
# github.com/ipfs/go-ipfs-cmds v0.6.0
# github.com/ipfs/go-ipfs-cmds v0.7.0
## explicit
# github.com/ipfs/go-ipfs-ds-help v1.1.0
## explicit
Expand All @@ -184,9 +198,9 @@
## explicit
# github.com/ipfs/go-metrics-interface v0.0.1
## explicit
# github.com/ipfs/go-path v0.1.1
# github.com/ipfs/go-path v0.3.0
## explicit
# github.com/ipfs/go-unixfs v0.2.5
# github.com/ipfs/go-unixfs v0.3.1
## explicit
# github.com/ipfs/go-verifcid v0.0.1
## explicit
Expand All @@ -196,9 +210,9 @@
## explicit
# github.com/jbenet/goprocess v0.1.4
## explicit
# github.com/klauspost/compress v1.15.1
# github.com/klauspost/compress v1.15.7
## explicit
# github.com/klauspost/cpuid/v2 v2.0.6
# github.com/klauspost/cpuid/v2 v2.0.9
## explicit
# github.com/libp2p/go-buffer-pool v0.0.2
## explicit
Expand All @@ -220,15 +234,15 @@
## explicit
# github.com/mitchellh/go-homedir v1.1.0
## explicit
# github.com/mitchellh/mapstructure v1.4.3
# github.com/mitchellh/mapstructure v1.5.0
## explicit
# github.com/moby/locker v1.0.1
## explicit
# github.com/moby/sys/mountinfo v0.6.1
# github.com/moby/sys/mountinfo v0.6.2
## explicit
# github.com/moby/sys/signal v0.6.0
# github.com/moby/sys/signal v0.7.0
## explicit
# github.com/moby/term v0.0.0-20210610120745-9d4ed1856297
# github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
## explicit
# github.com/morikuni/aec v1.0.0
## explicit
Expand All @@ -240,21 +254,27 @@
## explicit
# github.com/multiformats/go-multibase v0.0.3
## explicit
# github.com/multiformats/go-multihash v0.0.15
# github.com/multiformats/go-multicodec v0.4.1
## explicit
# github.com/multiformats/go-multihash v0.1.0
## explicit
# github.com/multiformats/go-varint v0.0.6
## explicit
# github.com/opencontainers/runc v1.1.0
# github.com/opencontainers/runc v1.1.2
## explicit
# github.com/opencontainers/selinux v1.10.0
# github.com/opencontainers/runtime-tools v0.0.0-20190417131837-cd1349b7c47e
## explicit
# github.com/opencontainers/selinux v1.10.1
## explicit
# github.com/opentracing/opentracing-go v1.2.0
## explicit
# github.com/philhofer/fwd v1.1.1
## explicit
# github.com/pkg/errors v0.9.1
## explicit
# github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e
## explicit
# github.com/prometheus/client_golang v1.12.1
# github.com/prometheus/client_golang v1.12.2
## explicit
# github.com/prometheus/client_model v0.2.0
## explicit
Expand All @@ -268,13 +288,19 @@
## explicit
# github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572
## explicit
# github.com/spaolacci/murmur3 v1.1.0
## explicit
# github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980
## explicit
# github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
## explicit
# github.com/tidwall/match v1.1.1
## explicit
# github.com/tidwall/pretty v1.2.0
## explicit
# github.com/urfave/cli v1.22.4
# github.com/tinylib/msgp v1.1.6
## explicit
# github.com/urfave/cli v1.22.9
## explicit
# github.com/vbatts/tar-split v0.11.2
## explicit
Expand All @@ -294,18 +320,25 @@
## explicit
# go.uber.org/multierr v1.7.0
## explicit
# go.uber.org/zap v1.17.0
# go.uber.org/zap v1.19.0
## explicit
# golang.org/x/text v0.3.7
## explicit
# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
## explicit
# google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350
# google.golang.org/genproto v0.0.0-20220426171045-31bebdecfb46
## explicit
# google.golang.org/grpc v1.45.0
# google.golang.org/grpc v1.47.0
## explicit
# google.golang.org/protobuf v1.27.1
# google.golang.org/protobuf v1.28.0
## explicit
# gopkg.in/square/go-jose.v2 v2.5.1
## explicit
# gopkg.in/yaml.v2 v2.4.0
## explicit
# lukechampine.com/blake3 v1.1.6
## explicit
# sigs.k8s.io/yaml v1.3.0
## explicit
# github.com/containerd/containerd => github.com/containerd/containerd v1.6.1-0.20220621192144-0fac756b6452
# github.com/hashicorp/golang-lru => github.com/ktock/golang-lru v0.5.5-0.20211029085301-ec551be6f75c
Loading

0 comments on commit e43460f

Please sign in to comment.