version: add RootlessKit, slirp4netns, and VPNKit version#42330
version: add RootlessKit, slirp4netns, and VPNKit version#42330cpuguy83 merged 1 commit intomoby:masterfrom
Conversation
554a7f9 to
3584e10
Compare
0dfc553 to
a2dec68
Compare
a2dec68 to
82c0b0f
Compare
|
@thaJeztah PTAL |
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM
the only thing I'm starting to wonder is if we should have some option to switch between "verbose" and "less verbose" on the CLI (to not print all the components, or only basic information) WDYT?
There was a problem hiding this comment.
Do you think we should use a sync.Once for these? (probably ok for a follow-up)
There was a problem hiding this comment.
RunningWithRootlessKit already has sync.Once:
Line 20 in 33c332a
Calling the RootlessKit API should not be Once.
SGTM |
+1 - having |
|
@tianon Does this PR LGTY? 🙏 |
|
rebased |
82c0b0f to
8c75e5b
Compare
|
rebased again |
4d7d9bd to
74026db
Compare
74026db to
8c7f08b
Compare
|
rebased |
8c7f08b to
8b00b81
Compare
|
rebased |
8b00b81 to
afe13bc
Compare
46faeb8 to
64f4526
Compare
|
rebased 😞 |
|
rebased |
64f4526 to
d49d57a
Compare
|
@thaJeztah @tonistiigi Can we merge this? |
d49d57a to
6bc5ac2
Compare
|
Sorry, looks like there's some conflicts again. |
```console $ docker --context=rootless version ... Server: ... rootlesskit: Version: 0.14.2 ApiVersion: 1.1.1 NetworkDriver: slirp4netns PortDriver: builtin StateDir: /tmp/rootlesskit245426514 slirp4netns: Version: 1.1.9 GitCommit: 4e37ea557562e0d7a64dc636eff156f64927335e ``` Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
6bc5ac2 to
de6732a
Compare
|
rebased |
- What I did
Add RootlesKit info to the Version API.
- How to verify it
- Description for the changelog
version: add RootlessKit, slirp4netns, and VPNKit version
- A picture of a cute animal (not mandatory but encouraged)
🐧