File tree 5 files changed +10
-6
lines changed
5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: default
5
5
6
6
services :
7
7
- name : docker
8
- image : ghcr.io/smira/ docker:20.10 -dind-hacked
8
+ image : docker:25.0.2 -dind
9
9
entrypoint : [dockerd]
10
10
privileged : true
11
11
volumes :
@@ -183,6 +183,6 @@ depends_on:
183
183
184
184
---
185
185
kind : signature
186
- hmac : 08c8794304be76a3ddf7d3fd138b79c792dd747c9d57004e7836363fb0985e32
186
+ hmac : 5c1bc5de4536d2687cad4a32a3f244af6480bd306265dd11e146e1e0769f15a1
187
187
188
188
...
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ TEST_RUN ?= ./...
11
11
12
12
TOOLS ?= ghcr.io/siderolabs/tools:v1.7.0-1-g10b2a69
13
13
PKGS ?= v1.7.0-5-gb7f1920
14
- TALOS_VERSION ?= v1.7.0-beta.1
14
+ TALOS_VERSION ?= v1.7.0
15
15
K8S_VERSION ?= 1.29.3
16
16
17
17
CONTROLLER_GEN_VERSION ?= v0.14.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/google/go-cmp v0.6.0
9
9
github.com/siderolabs/crypto v0.4.4
10
10
github.com/siderolabs/go-pointer v1.0.0
11
- github.com/siderolabs/talos/pkg/machinery v1.7.0-beta.1
11
+ github.com/siderolabs/talos/pkg/machinery v1.7.0
12
12
github.com/spf13/pflag v1.0.5
13
13
github.com/stretchr/testify v1.9.0
14
14
golang.org/x/sys v0.19.0
Original file line number Diff line number Diff line change @@ -285,8 +285,8 @@ github.com/siderolabs/net v0.4.0 h1:1bOgVay/ijPkJz4qct98nHsiB/ysLQU0KLoBC4qLm7I=
285
285
github.com/siderolabs/net v0.4.0 /go.mod h1:/ibG+Hm9HU27agp5r9Q3eZicEfjquzNzQNux5uEk0kM =
286
286
github.com/siderolabs/protoenc v0.2.1 h1:BqxEmeWQeMpNP3R6WrPqDatX8sM/r4t97OP8mFmg6GA =
287
287
github.com/siderolabs/protoenc v0.2.1 /go.mod h1:StTHxjet1g11GpNAWiATgc8K0HMKiFSEVVFOa/H0otc =
288
- github.com/siderolabs/talos/pkg/machinery v1.7.0-beta.1 h1:COkEfnczCKFQTH9vxssehKZ4CAvciNZjcb8QCAJELfg =
289
- github.com/siderolabs/talos/pkg/machinery v1.7.0-beta.1 /go.mod h1:YBl9KDCD45Uc7N0rXBY1JqovUn1n46ekUPSNbEVZzQU =
288
+ github.com/siderolabs/talos/pkg/machinery v1.7.0 h1:fZiqXwdraM0lfN6/MtBO6sSkeUCaKBtGfP7VUBpOXao =
289
+ github.com/siderolabs/talos/pkg/machinery v1.7.0 /go.mod h1:YBl9KDCD45Uc7N0rXBY1JqovUn1n46ekUPSNbEVZzQU =
290
290
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0 =
291
291
github.com/sirupsen/logrus v1.9.0 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
292
292
github.com/soheilhy/cmux v0.1.5 h1:jjzc5WVemNEDTLwv9tlmemhC73tI08BNOIGwBOo10Js =
Original file line number Diff line number Diff line change @@ -283,5 +283,9 @@ func (m runtimeMode) RequiresInstall() bool {
283
283
return m .requiresInstall
284
284
}
285
285
286
+ func (m runtimeMode ) InContainer () bool {
287
+ return false
288
+ }
289
+
286
290
// check interface
287
291
var _ validation.RuntimeMode = runtimeMode {}
You can’t perform that action at this time.
0 commit comments