-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a client for Podman #222
Open
bwateratmsft
wants to merge
30
commits into
main
Choose a base branch
from
bmw/podman
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 23 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
14b2fde
Add back Podman client
bwateratmsft 8e18733
Implement some of the Podman commands
bwateratmsft bb0b7e0
Add image prune and inspect
bwateratmsft d62f50e
Add test for prune image
bwateratmsft 613a492
Commit current progress
bwateratmsft 3ef619e
Rename PodmanListImageRecord
bwateratmsft b12fe59
Add listNetworks command
bwateratmsft 2db7a11
Add networks and volumes commands
bwateratmsft e35642c
Fix bug
bwateratmsft 38a2831
Create volumes
bwateratmsft d3ff84d
Add filesystem tests
bwateratmsft c6a98ae
Clean up
bwateratmsft 66e59fc
Fix E2E test time taken
bwateratmsft f00b41b
Rename tests
bwateratmsft 290a139
Export Podman client
bwateratmsft e5d48d4
Multiple images of same name
bwateratmsft 2e1b8b3
Disable Podman E2E tests
bwateratmsft ea48c15
Use `--format json` for Podman
bwateratmsft 3c765d7
Update network records to be more strict
bwateratmsft 8c48727
Stop leaving around orphaned containers
bwateratmsft 9995af8
Implement login and logout test
bwateratmsft 35037fa
Rename runner
bwateratmsft 594366c
Fix linter error
bwateratmsft 7feba90
Remove dead code
bwateratmsft 3afdb5a
Merge branch 'main' into bmw/podman
bwateratmsft c09866c
David's feedback
bwateratmsft c025fdb
Remove unused property
bwateratmsft 117e66e
Add wslify utility
bwateratmsft 7f6d940
Make tests neater
bwateratmsft 6baf4ca
Comments at the top
bwateratmsft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: should we match the default of "{{json .}}" without the extra whitespace?