Skip to content

Commit f3e2a35

Browse files
RamSubbaraoGitHub Enterprise
authored andcommitted
remove the container runtime from container (#660)
1 parent de90162 commit f3e2a35

File tree

8 files changed

+1
-801
lines changed

8 files changed

+1
-801
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ require (
77
github.com/prometheus/client_golang v1.13.0
88
github.com/prometheus/client_model v0.2.0
99
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
10-
golang.org/x/crypto v0.17.0
1110
golang.org/x/sys v0.15.0
1211
software.sslmate.com/src/go-pkcs12 v0.4.0
1312
)
@@ -19,5 +18,6 @@ require (
1918
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
2019
github.com/prometheus/common v0.37.0 // indirect
2120
github.com/prometheus/procfs v0.8.0 // indirect
21+
golang.org/x/crypto v0.17.0 // indirect
2222
google.golang.org/protobuf v1.33.0 // indirect
2323
)

pkg/containerruntimelogger/logruntime.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ func LogContainerDetails(log *logger.Logger) error {
3636
if err == nil {
3737
log.Printf("Linux kernel version: %v", kv)
3838
}
39-
cr := containerruntime.DetectContainerRuntime()
40-
log.Printf("Container runtime: %v", cr)
4139

4240
bi, err := containerruntime.GetBaseImage()
4341
if err == nil {

vendor/golang.org/x/crypto/bcrypt/base64.go

Lines changed: 0 additions & 35 deletions
This file was deleted.

vendor/golang.org/x/crypto/bcrypt/bcrypt.go

Lines changed: 0 additions & 304 deletions
This file was deleted.

0 commit comments

Comments
 (0)