File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 73
73
- Login: < https://cloud-native.slack.com/ >
74
74
75
75
### Code of Conduct
76
- Lima follows the [ CNCF Code of Conduct] ( https://github.com/cncf/foundation/blob/master /code-of-conduct.md ) .
76
+ Lima follows the [ CNCF Code of Conduct] ( https://github.com/cncf/foundation/blob/main /code-of-conduct.md ) .
77
77
78
78
- - -
79
79
** We are a [ Cloud Native Computing Foundation] ( https://cncf.io/ ) sandbox project.**
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ Every commit must be signed off with the `Signed-off-by: REAL NAME <email@exampl
9
9
10
10
Use the ` git commit -s ` command to add the Signed-off-by line.
11
11
12
- See also < https://github.com/cncf/foundation/blob/main/dco-guidelines.md > .
12
+ See also < https://github.com/cncf/foundation/blob/main/policies-guidance/ dco-guidelines.md > .
13
13
14
14
## Licensing
15
15
16
16
Lima is licensed under the terms of [ Apache License, Version 2.0] ( https://github.com/lima-vm/lima/blob/master/LICENSE ) .
17
17
18
- See also < https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md > for third-party dependencies.
18
+ See also < https://github.com/cncf/foundation/blob/main/policies-guidance/ allowed-third-party-license-policy.md > for third-party dependencies.
19
19
20
20
## Sending pull requests
21
21
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ weight: 10
6
6
<!-- The governance model is similar to https://github.com/containerd/project/blob/main/GOVERNANCE.md but simplified -->
7
7
8
8
## Code of Conduct
9
- Lima follows the [ CNCF Code of Conduct] ( https://github.com/cncf/foundation/blob/master /code-of-conduct.md ) .
9
+ Lima follows the [ CNCF Code of Conduct] ( https://github.com/cncf/foundation/blob/main /code-of-conduct.md ) .
10
10
11
11
## Maintainership
12
12
Lima is governed by Maintainers who are elected from active contributors.
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ $ lima nerdctl build --platform=amd64,arm64 -t example.com/foo:latest .
58
58
$ lima nerdctl push --all-platforms example.com/foo:latest
59
59
```
60
60
61
- See also https://github.com/containerd/nerdctl/blob/master /docs/multi-platform.md
61
+ See also https://github.com/containerd/nerdctl/blob/main /docs/multi-platform.md
62
62
63
63
## [ Fast mode 2 (Rosetta): Intel containers on ARM VM on ARM Host] ( #fast-mode-2 )
64
64
You can’t perform that action at this time.
0 commit comments