Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit f07d9f0

Browse files
committed
Finalize docker/model-runner module update
Signed-off-by: Jacob Howard <jacob.howard@docker.com>
1 parent 5b4b22b commit f07d9f0

5 files changed

Lines changed: 22 additions & 16 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ require (
1010
github.com/docker/docker v28.2.2+incompatible
1111
github.com/docker/go-connections v0.5.0
1212
github.com/docker/go-units v0.5.0
13-
github.com/docker/model-distribution v0.0.0-20250620111407-b631ab263648
14-
github.com/docker/model-runner v0.0.0-20250626211904-cce6a71cc9d6
13+
github.com/docker/model-distribution v0.0.0-20250627131521-63daf278071c
14+
github.com/docker/model-runner v0.0.0-20250627142917-26a0a73fbbc0
1515
github.com/google/go-containerregistry v0.20.6
1616
github.com/mattn/go-isatty v0.0.17
1717
github.com/nxadm/tail v1.4.8

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ github.com/docker/go-metrics v0.0.1/go.mod h1:cG1hvH2utMXtqgqqYE9plW6lDxS3/5ayHz
7878
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
7979
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
8080
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7/go.mod h1:cyGadeNEkKy96OOhEzfZl+yxihPEzKnqJwvfuSUqbZE=
81-
github.com/docker/model-distribution v0.0.0-20250620111407-b631ab263648 h1:pjOhPBwcuJ08bdIA9hxrWJIkAs+tGbsPxbRGwZHnxZw=
82-
github.com/docker/model-distribution v0.0.0-20250620111407-b631ab263648/go.mod h1:dThpO9JoG5Px3i+rTluAeZcqLGw8C0qepuEL4gL2o/c=
83-
github.com/docker/model-runner v0.0.0-20250626211904-cce6a71cc9d6 h1:lemczXeVTOaIcVDS6R13Mor2/HrziLKJr+65JDpql9A=
84-
github.com/docker/model-runner v0.0.0-20250626211904-cce6a71cc9d6/go.mod h1:vZJiUZH/7O1CyNsEGi1o4khUT4DVRjcwluuamU9fhuM=
81+
github.com/docker/model-distribution v0.0.0-20250627131521-63daf278071c h1:10BRwHXbCRdIQMvYNjOSPFnGd7ncpc3N7kKG27LQRZY=
82+
github.com/docker/model-distribution v0.0.0-20250627131521-63daf278071c/go.mod h1:dThpO9JoG5Px3i+rTluAeZcqLGw8C0qepuEL4gL2o/c=
83+
github.com/docker/model-runner v0.0.0-20250627142917-26a0a73fbbc0 h1:yajuhlGe1xhpWW3eMehQi2RrqiBQiGoi6c6OWiPxMaQ=
84+
github.com/docker/model-runner v0.0.0-20250627142917-26a0a73fbbc0/go.mod h1:vZJiUZH/7O1CyNsEGi1o4khUT4DVRjcwluuamU9fhuM=
8585
github.com/dvsekhvalnov/jose2go v0.0.0-20170216131308-f21a8cedbbae/go.mod h1:7BvyPhdbLxMXIYTFPLsyJRFMsKmOZnQmzh6Gb+uquuM=
8686
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5/go.mod h1:a2zkGnVExMxdzMo3M0Hi/3sEU+cWnZpSni0O6/Yb/P0=
8787
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=

vendor/github.com/docker/model-runner/pkg/inference/scheduling/scheduler.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/model-runner/pkg/metrics/openai_recorder.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ github.com/docker/go-connections/tlsconfig
144144
# github.com/docker/go-units v0.5.0
145145
## explicit
146146
github.com/docker/go-units
147-
# github.com/docker/model-distribution v0.0.0-20250620111407-b631ab263648
147+
# github.com/docker/model-distribution v0.0.0-20250627131521-63daf278071c
148148
## explicit; go 1.23.0
149149
github.com/docker/model-distribution/builder
150150
github.com/docker/model-distribution/distribution
@@ -155,7 +155,7 @@ github.com/docker/model-distribution/internal/progress
155155
github.com/docker/model-distribution/internal/store
156156
github.com/docker/model-distribution/registry
157157
github.com/docker/model-distribution/types
158-
# github.com/docker/model-runner v0.0.0-20250626211904-cce6a71cc9d6
158+
# github.com/docker/model-runner v0.0.0-20250627142917-26a0a73fbbc0
159159
## explicit; go 1.23.7
160160
github.com/docker/model-runner/pkg/diskusage
161161
github.com/docker/model-runner/pkg/environment

0 commit comments

Comments
 (0)