Skip to content

chore(deps): bump github.com/moby/moby/client from 0.2.1 to 0.2.2#535

Merged
willmurphyscode merged 1 commit intomainfrom
dependabot/go_modules/github.com/moby/moby/client-0.2.2
Mar 9, 2026
Merged

chore(deps): bump github.com/moby/moby/client from 0.2.1 to 0.2.2#535
willmurphyscode merged 1 commit intomainfrom
dependabot/go_modules/github.com/moby/moby/client-0.2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2026

Bumps github.com/moby/moby/client from 0.2.1 to 0.2.2.

Release notes

Sourced from github.com/moby/moby/client's releases.

client/v0.2.2

Bug fixes and enhancements

API

Deprecations

  • client: ContainerListOptions: deprecate Since, Before, and Latest fields. moby/moby#51908
Changelog

Sourced from github.com/moby/moby/client's changelog.

0.2.2 (2012-05-03)

  • Support for data volumes ('docker run -v=PATH')
  • Share data volumes between containers ('docker run -volumes-from')
  • Improved documentation
  • Upgrade to Go 1.0.3
  • Various upgrades to the dev environment for contributors
Commits
  • 5ffd630 Bumped version to 0.2.2
  • 7011322 + Documentation: new example: sharing data between 2 couchdb databases
  • 18b8eeb + Support for data volumes
  • a7c0e9a Fix a bug in the Makefile which caused dependency download to fail
  • 19df5a7 Merge pull request #487 from brunoqc/patch-2
  • 8ef72cb Merge pull request #508 from bdon/master
  • 6cbe27b correct documentation for where images are stored on filesystem.
  • a82b60b dockerbuilder: change order of dependencies
  • c08d245 dockerbuilder: let the Makefile upload to s3 with 'make release'
  • b6a5e60 Add s3 upload to 'make release'
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 5, 2026

Benchmark Test Results

Benchmark results from the latest changes vs base branch
make .tool/task
make[1]: Entering directory '/home/runner/work/stereoscope/stereoscope'
make[1]: Leaving directory '/home/runner/work/stereoscope/stereoscope'
.tool/task show-benchstat
?   	github.com/anchore/stereoscope	[no test files]
?   	github.com/anchore/stereoscope/examples	[no test files]
PASS
ok  	github.com/anchore/stereoscope/internal	0.004s
?   	github.com/anchore/stereoscope/internal/bus	[no test files]
PASS
ok  	github.com/anchore/stereoscope/internal/containerd	0.007s
PASS
ok  	github.com/anchore/stereoscope/internal/docker	0.005s
?   	github.com/anchore/stereoscope/internal/log	[no test files]
PASS
ok  	github.com/anchore/stereoscope/internal/podman	0.005s
?   	github.com/anchore/stereoscope/internal/testutil	[no test files]
?   	github.com/anchore/stereoscope/pkg/event	[no test files]
?   	github.com/anchore/stereoscope/pkg/event/parsers	[no test files]
goos: linux
goarch: amd64
pkg: github.com/anchore/stereoscope/pkg/file
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkTarIndex-4   	   26665	     44999 ns/op	    5698 B/op	      93 allocs/op
BenchmarkTarIndex-4   	   26744	     45021 ns/op	    5700 B/op	      93 allocs/op
BenchmarkTarIndex-4   	   26587	     44752 ns/op	    5700 B/op	      93 allocs/op
BenchmarkTarIndex-4   	   26583	     45327 ns/op	    5700 B/op	      93 allocs/op
BenchmarkTarIndex-4   	   26692	     44835 ns/op	    5700 B/op	      93 allocs/op
BenchmarkTarIndex-4   	   26422	     44709 ns/op	    5700 B/op	      93 allocs/op
BenchmarkTarIndex-4   	   26492	     44860 ns/op	    5699 B/op	      93 allocs/op
PASS
ok  	github.com/anchore/stereoscope/pkg/file	11.576s
PASS
ok  	github.com/anchore/stereoscope/pkg/filetree	0.005s
?   	github.com/anchore/stereoscope/pkg/filetree/filenode	[no test files]
PASS
ok  	github.com/anchore/stereoscope/pkg/image	0.005s
PASS
ok  	github.com/anchore/stereoscope/pkg/image/containerd	0.007s
PASS
ok  	github.com/anchore/stereoscope/pkg/image/docker	0.005s
PASS
ok  	github.com/anchore/stereoscope/pkg/image/oci	0.005s
PASS
ok  	github.com/anchore/stereoscope/pkg/image/oci/credhelpers	0.005s
?   	github.com/anchore/stereoscope/pkg/image/podman	[no test files]
PASS
ok  	github.com/anchore/stereoscope/pkg/image/sif	0.004s
?   	github.com/anchore/stereoscope/pkg/imagetest	[no test files]
PASS
ok  	github.com/anchore/stereoscope/pkg/tree	0.004s
PASS
ok  	github.com/anchore/stereoscope/pkg/tree/node	0.003s
goos: linux
goarch: amd64
pkg: github.com/anchore/stereoscope/test/integration
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkSimpleImage_GetImage/docker-archive-4 	     968	   1234556 ns/op	  274831 B/op	    2314 allocs/op
BenchmarkSimpleImage_GetImage/docker-archive-4 	     932	   1282347 ns/op	  275093 B/op	    2314 allocs/op
BenchmarkSimpleImage_GetImage/docker-archive-4 	     949	   1248115 ns/op	  274920 B/op	    2314 allocs/op
BenchmarkSimpleImage_GetImage/docker-archive-4 	     948	   1357056 ns/op	  274585 B/op	    2314 allocs/op
BenchmarkSimpleImage_GetImage/docker-archive-4 	     958	   1238701 ns/op	  274687 B/op	    2314 allocs/op
BenchmarkSimpleImage_GetImage/docker-archive-4 	     961	   1247502 ns/op	  274541 B/op	    2313 allocs/op
BenchmarkSimpleImage_GetImage/docker-archive-4 	     968	   1236951 ns/op	  274520 B/op	    2313 allocs/op
--- FAIL: BenchmarkSimpleImage_GetImage/podman
    fixture_image_simple_test.go:175: could not get fixture image: unable to detect input for 'stereoscope-fixture-image-simple:04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7', errs: podman not available: no host address
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 345B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load build context
#3 transferring context: 209B done
#3 DONE 0.0s

#4 [1/3] ADD file-1.txt /somefile-1.txt
#4 CACHED

#5 [2/3] ADD file-2.txt /somefile-2.txt
#5 CACHED

#6 [3/3] ADD target /
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:e8a9d88cfd0f8735963197a411dc4b57bae0fa6d7b7066378f7616d8ff8c3c3b done
#7 naming to docker.io/library/stereoscope-fixture-image-simple:04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7 done
#7 naming to docker.io/library/stereoscope-fixture-image-simple:latest done
#7 DONE 0.0s
time="2026-03-06T18:42:58Z" level=warning msg="Failed to check deprecations" error="connection error: desc = \"transport: Error while dialing: dial unix /run/containerd/containerd.sock: connect: permission denied\""
ctr: connection error: desc = "transport: Error while dialing: dial unix /run/containerd/containerd.sock: connect: permission denied"
--- FAIL: BenchmarkSimpleImage_GetImage
    image_fixtures.go:195: using existing image tar: 'testdata/cache/stereoscope-fixture-image-simple-04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7.tar' (size: 22528, modified: 2026-03-06 18:42:09.048339893 +0000 UTC, mode: -rw-r--r--)
    image_fixtures.go:243: Build docker image: name="stereoscope-fixture-image-simple" tag="04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7"
    image_fixtures.go:293: saveImage running: docker image save stereoscope-fixture-image-simple:04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7
    image_fixtures.go:288: 
        	Error Trace:	/home/runner/work/stereoscope/stereoscope/pkg/imagetest/image_fixtures.go:288
        	            				/home/runner/work/stereoscope/stereoscope/pkg/imagetest/image_fixtures.go:164
        	            				/home/runner/work/stereoscope/stereoscope/pkg/imagetest/image_fixtures.go:154
        	            				/home/runner/work/stereoscope/stereoscope/pkg/imagetest/image_fixtures.go:35
        	            				/home/runner/work/stereoscope/stereoscope/test/integration/fixture_image_simple_test.go:163
        	            				/opt/hostedtoolcache/go/1.25.7/x64/src/testing/benchmark.go:245
        	            				/opt/hostedtoolcache/go/1.25.7/x64/src/runtime/asm_amd64.s:1693
        	Error:      	Received unexpected error:
        	            	exit status 1
        	Test:       	BenchmarkSimpleImage_GetImage
        	Messages:   	could not import docker image to containerd (shell out)
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   44647	     26326 ns/op	    2616 B/op	      18 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   45364	     26279 ns/op	    2616 B/op	      18 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   45330	     26282 ns/op	    2616 B/op	      18 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   45867	     26323 ns/op	    2616 B/op	      18 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   45526	     26206 ns/op	    2616 B/op	      18 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   45727	     26271 ns/op	    2616 B/op	      18 allocs/op
BenchmarkSimpleImage_FetchSquashedContents/docker-archive-4         	   45754	     26282 ns/op	    2616 B/op	      18 allocs/op
--- FAIL: BenchmarkSimpleImage_FetchSquashedContents
    image_fixtures.go:195: using existing image tar: 'testdata/cache/stereoscope-fixture-image-simple-04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7.tar' (size: 22528, modified: 2026-03-06 18:42:09.048339893 +0000 UTC, mode: -rw-r--r--)
    image_fixtures.go:77: error getting fixture image: 'podman' 'image-simple' with request 'podman:stereoscope-fixture-image-simple:04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7': unable to detect input for 'stereoscope-fixture-image-simple:04e16e44161c8888a1a963720fd0443cbf7eef8101434c431de8725cd98cc9f7', errs: podman not available: no host address
FAIL
exit status 1
FAIL	github.com/anchore/stereoscope/test/integration	20.466s
FAIL
goos: linux
goarch: amd64
pkg: github.com/anchore/stereoscope/pkg/file
cpu: AMD EPYC 7763 64-Core Processor                
ctr: 
           │ .tmp/benchmark-d7ce375.txt │
           │           sec/op           │
TarIndex-4                  44.86µ ± 1%

           │ .tmp/benchmark-d7ce375.txt │
           │            B/op            │
TarIndex-4                 5.566Ki ± 0%

           │ .tmp/benchmark-d7ce375.txt │
           │         allocs/op          │
TarIndex-4                   93.00 ± 0%

pkg: github.com/anchore/stereoscope/test/integration
                                      │ .tmp/benchmark-d7ce375.txt │
                                      │           sec/op           │
SimpleImage_GetImage/docker-archive-4                  1.248m ± 9%

                                      │ .tmp/benchmark-d7ce375.txt │
                                      │            B/op            │
SimpleImage_GetImage/docker-archive-4                 268.2Ki ± 0%

                                      │ .tmp/benchmark-d7ce375.txt │
                                      │         allocs/op          │
SimpleImage_GetImage/docker-archive-4                  2.314k ± 0%

ctr: connection error: desc = "transport: Error while dialing: dial unix /run/containerd/containerd.sock: connect: permission denied"
                                                   │ .tmp/benchmark-d7ce375.txt │
                                                   │           sec/op           │
SimpleImage_FetchSquashedContents/docker-archive-4                  26.28µ ± 0%

                                                   │ .tmp/benchmark-d7ce375.txt │
                                                   │            B/op            │
SimpleImage_FetchSquashedContents/docker-archive-4                 2.555Ki ± 0%

                                                   │ .tmp/benchmark-d7ce375.txt │
                                                   │         allocs/op          │
SimpleImage_FetchSquashedContents/docker-archive-4                   18.00 ± 0%
goos: linux
goarch: amd64
pkg: github.com/anchore/stereoscope/pkg/file
cpu: AMD EPYC 7763 64-Core Processor                
ctr: 
           │ .tmp/benchmark-d7ce375.txt │
           │           sec/op           │
TarIndex-4                  44.86µ ± 1%

           │ .tmp/benchmark-d7ce375.txt │
           │            B/op            │
TarIndex-4                 5.566Ki ± 0%

           │ .tmp/benchmark-d7ce375.txt │
           │         allocs/op          │
TarIndex-4                   93.00 ± 0%

pkg: github.com/anchore/stereoscope/test/integration
                                      │ .tmp/benchmark-d7ce375.txt │
                                      │           sec/op           │
SimpleImage_GetImage/docker-archive-4                  1.248m ± 9%

                                      │ .tmp/benchmark-d7ce375.txt │
                                      │            B/op            │
SimpleImage_GetImage/docker-archive-4                 268.2Ki ± 0%

                                      │ .tmp/benchmark-d7ce375.txt │
                                      │         allocs/op          │
SimpleImage_GetImage/docker-archive-4                  2.314k ± 0%

ctr: connection error: desc = "transport: Error while dialing: dial unix /run/containerd/containerd.sock: connect: permission denied"
                                                   │ .tmp/benchmark-d7ce375.txt │
                                                   │           sec/op           │
SimpleImage_FetchSquashedContents/docker-archive-4                  26.28µ ± 0%

                                                   │ .tmp/benchmark-d7ce375.txt │
                                                   │            B/op            │
SimpleImage_FetchSquashedContents/docker-archive-4                 2.555Ki ± 0%

                                                   │ .tmp/benchmark-d7ce375.txt │
                                                   │         allocs/op          │
SimpleImage_FetchSquashedContents/docker-archive-4                   18.00 ± 0%

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/moby/moby/client-0.2.2 branch from 99d1901 to bab0dcd Compare March 6, 2026 18:29
Bumps [github.com/moby/moby/client](https://github.com/moby/moby) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/moby/moby/releases)
- [Changelog](https://github.com/moby/moby/blob/v0.2.2/CHANGELOG.md)
- [Commits](moby/moby@v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: github.com/moby/moby/client
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/moby/moby/client-0.2.2 branch from bab0dcd to 76c7c3d Compare March 6, 2026 18:40
@willmurphyscode willmurphyscode merged commit 6980a63 into main Mar 9, 2026
7 checks passed
@willmurphyscode willmurphyscode deleted the dependabot/go_modules/github.com/moby/moby/client-0.2.2 branch March 9, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant