Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,004 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in containers/podman that received 14 comments
remote run: fix error checks
As error types are not preserved on the client side (due to marshaling),
we cannot use errors.Cause(...) and friends but, unfortunately, have
to fa…
+12
−3
•
14
comments
- [v2.0.5-rhel] image list: return all associated names
- --mount: support arbitrary mount-argument order
- image list: return all associated names
- events endpoint: header: do not wait for events
- run/create: record raw image
- vendor github.com/containers/image/v5@v5.6.0
- move `rootless-cni-infra` image to quay.io
- system df: fix image-size calculations
- add @edsantiago to OWNERS file
- [v2.0.5-rhel] add github action to add branch prefix to PR title
- add github action to add branch prefix to PR title
- add github action to add branch prefix to PR title
- add github action to add branch prefix to PR title
- remote run: consult events for exit code
- remote kill: don't wait for the container to stop
- generate systemd: catch `--name=foo`
- podman stop: do not cleanup for auto-removal
- [2.0] make image parent check more robust
- make image parent check more robust
- Fix podman pod create --infra-command and --infra-image
- Fix "rootless-cni-infra + runc fails with ENODEV"
- [WIP] Refactor remote pull to provide progress
- Fix completions for namespaces
- [CI:DOCS] Bump to v2.1.0-RC1
- Determine if resolv.conf points to systemd-resolved
- Fix up errors found by codespell
- Vendor in containers/common v0.22.0
- Add global options --runtime-flags
- Allowed underscores to remain in name for YAML (Kube generate)
- Force Attach() to send a SIGWINCH and redraw
- run_networking e2e test: add cleanup to some tests
- Update nix pin with `make nixpkgs`
- [v2.0.5-rhel] Backport "Make oom-score-adj actually work"
- [CI:DOCS] Update remote tutorials
- APIv2 Add network list filtering
- podman container runlabel should pull the image if it does not exist
- Show c/storage (Buildah/CRI-O) containers in ps
- Fix podman container runlabel --display
- fix APIv2 pods top of non-exist pod gets two response value
- Fix podman build --logfile
- Fix podman ps -l
- Vendor in buildah v1.16.0
- Makefile: add cross compile targets for more arches
- [CI:DOCS] Add note on run image fuse problem - try 2
- Some pull request reviews not shown.
Created an issue in containers/podman that received 5 comments
podman-remote-pull - service pulls even when client is killed
/kind bug
Description
When killing a podman-remote pull $IMAGE the service continues pulling.
Steps to reproduce the issue:
podman system service…
5
comments