- Sep 17, 2020
-
-
OpenShift Merge Robot authored
Cirrus: Use images from automation_images
-
OpenShift Merge Robot authored
change references from libpod to podman
-
Chris Evich authored
Previously, VM Images were built from a side-band process tacked onto containers/podman automation. This has recently been split off into it's own repository containers/automation_images. This PR makes use of freshly built images produced using the new workflow. Additionally, to support testing of a runc -> crun transition, both packages are installed in the newly referenced images. Signed-off-by:
Chris Evich <cevich@redhat.com>
-
- Sep 14, 2020
-
-
Brent Baude authored
also include a small grammar change Signed-off-by:
Brent Baude <bbaude@redhat.com>
-
Brent Baude authored
[CI:DOCS] Bump to v1.0
-
Matthew Heon authored
Signed-off-by:
Matthew Heon <mheon@redhat.com>
-
- Aug 20, 2020
-
-
Brent Baude authored
add owners file
-
Brent Baude authored
rename dnsplugin to dnsname
-
Brent Baude authored
Signed-off-by:
Brent Baude <bbaude@redhat.com>
-
Brent Baude authored
a user @Nuc1eoN pointed out a typo in the name in the readme. Signed-off-by:
Brent Baude <bbaude@redhat.com>
-
- Jul 15, 2020
-
-
Brent Baude authored
config: honor XDG_RUNTIME_DIR
-
Giuseppe Scrivano authored
enable to work from a rootless environment. Signed-off-by:
Giuseppe Scrivano <gscrivan@redhat.com>
-
- Jul 14, 2020
-
-
Brent Baude authored
update image name for ci
-
Brent Baude authored
when our libpod images get updated, they have a new uid and therefore have to periodically updated. Signed-off-by:
Brent Baude <bbaude@redhat.com>
-
- May 11, 2020
-
-
Daniel J Walsh authored
Add Security Policy
-
- May 09, 2020
-
-
TomSweeneyRedHat authored
As the title says Signed-off-by:
TomSweeneyRedHat <tsweeney@redhat.com>
-
- Feb 27, 2020
-
-
Brent Baude authored
Remove errant :w from README
-
Brent Baude authored
Followup to the PR from larsks #10. Signed-off-by:
Brent Baude <bbaude@redhat.com>
-
Brent Baude authored
wire up cirrus correctly for ci
-
Brent Baude authored
trying to get the cirrus billing and vms to perk up Signed-off-by:
Brent Baude <bbaude@redhat.com>
-
- Feb 19, 2020
-
-
Brent Baude authored
Add Code of Conduct
-
- Feb 08, 2020
-
-
TomSweeneyRedHat authored
Signed-off-by:
TomSweeneyRedHat <tsweeney@redhat.com>
-
- Sep 21, 2019
-
-
Daniel J Walsh authored
Review
-
Daniel J Walsh authored
add podman minitutorial
-
- Sep 20, 2019
-
-
Valentin Rothberg authored
Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
baude authored
Signed-off-by:
baude <bbaude@redhat.com>
-
Valentin Rothberg authored
Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
Valentin Rothberg authored
Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
Valentin Rothberg authored
Using a goproxy is up to ten times faster. Setting it speeds up go v1.11.x and v1.12.x. Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
Valentin Rothberg authored
This will prevent go from using modules while building which would break package builds. Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
Valentin Rothberg authored
Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
Valentin Rothberg authored
Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
Valentin Rothberg authored
Everything should go through the Makfile, so lets delete the script to avoid potential confusion. Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
Valentin Rothberg authored
Golang`s `os.FindProcess()` always returns success on UNIX machines - even when the PID doesn't exist. Hence, add a lookup in the proc FS to check if the given exists or not. That's okay since dnsmane is targetting Linux only. Also rename the method to `getProcess()` and add some comments. Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
Valentin Rothberg authored
Tidy the go module. Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
Valentin Rothberg authored
Make the error handling consistent by: * Using github.com/pkg/errors to wrap errors before returning. * Having consistent format specifiers for logs. * Using `fmt.Errorf()` for non-wrapping errors. Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
Valentin Rothberg authored
Split the logic to acquire the disk locks into a separate method `dnsNameLock.acquire() error` to make the API more flexible and less prone to errors. Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
Valentin Rothberg authored
Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
Valentin Rothberg authored
Signed-off-by:
Valentin Rothberg <rothberg@redhat.com>
-
- Sep 19, 2019
-
-
Brent Baude authored
remove erroneous information from readme.md
-