-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: integrate nerdctl v2.0.2 container runtime archive (#1237)
feat: integrate nerdctl v2.0.2 Signed-off-by: Austin Vazquez <[email protected]>
- Loading branch information
1 parent
0fde2a9
commit b644b3e
Showing
6 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule finch-core
updated
17 files
+9 −0 | .github/dependabot.yaml | |
+1 −1 | .github/workflows/macos-ci.yaml | |
+97 −32 | .github/workflows/rootfs.yaml | |
+1 −1 | .github/workflows/submodulesync.yaml | |
+2 −2 | .github/workflows/update-dependencies.yaml | |
+6 −0 | Makefile.darwin | |
+7 −5 | deps/container-runtime-full-archive.conf | |
+4 −1 | e2e/e2e_test.go | |
+7 −5 | e2e/go.mod | |
+8 −8 | e2e/go.sum | |
+1 −0 | rootfs/.dockerignore | |
+12 −10 | rootfs/Dockerfile | |
+269 −0 | rootfs/cosign/go.mod | |
+975 −0 | rootfs/cosign/go.sum | |
+8 −0 | rootfs/cosign/tools.go | |
+1 −1 | src/finch-daemon | |
+1 −1 | src/lima |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters