-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-use bundles at startup for podman runtime (#386)
* Add 1st part of reusing bundles for podman runtime Issue-Id: #260 * Fix existing unit tests for bundle reuse Issue-Id: #260 * Add unit tests for starting container Issue-Id: #260 * Add unit tests Issue-Id: #260 * Fix stests Issue-Id: #260 * Update requirements for bundle reuse Issue-Id: #260 * Update stests and requirements Issue-Id: #260 * Adapt comment Issue-Id: #260 * Fix review findings Issue-Id: #260
- Loading branch information
1 parent
6435a87
commit 6dc056c
Showing
25 changed files
with
830 additions
and
270 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
"kind": "bin" | ||
} | ||
}, | ||
"args": [], | ||
"args": ["--name", "agent_A"], | ||
"cwd": "${workspaceFolder}" | ||
}, | ||
{ | ||
|
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
Oops, something went wrong.