| Commit message (Expand) | Author | Age |
... | |
| * | | enable podman-remote version | baude | 2019-01-21 |
* | | | Show a better error message when podman info fails during a refresh | Ryan Gonzalez | 2019-01-21 |
|/ / |
|
* | | Merge pull request #2187 from rhatdan/selinux | OpenShift Merge Robot | 2019-01-21 |
|\ \ |
|
| * | | Vendor in latest opencontainers/selinux | Daniel J Walsh | 2019-01-18 |
* | | | Merge pull request #2142 from giuseppe/expose-ports | OpenShift Merge Robot | 2019-01-20 |
|\ \ \ |
|
| * | | | rootless: support port redirection from the host | Giuseppe Scrivano | 2019-01-19 |
* | | | | podman-remote inspect | baude | 2019-01-18 |
| |/ /
|/| | |
|
* | | | Do not unmarshal into c.config.Spec | Matthew Heon | 2019-01-18 |
* | | | Merge pull request #2149 from afbjorklund/bridge | OpenShift Merge Robot | 2019-01-18 |
|\ \ \ |
|
| * | | | Add bridge support, for the varlink connection | Anders F Björklund | 2019-01-13 |
* | | | | Merge pull request #2169 from mheon/ensure_wait_doesnot_hang | OpenShift Merge Robot | 2019-01-16 |
|\ \ \ \ |
|
| * | | | | Ensure that wait exits on state transition | Matthew Heon | 2019-01-16 |
* | | | | | Merge pull request #2079 from giuseppe/multiple-runtimes | OpenShift Merge Robot | 2019-01-16 |
|\ \ \ \ \ |
|
| * | | | | | config: store the runtime used to create each container | Giuseppe Scrivano | 2019-01-14 |
| * | | | | | oci: allow to define multiple OCI runtimes | Giuseppe Scrivano | 2019-01-14 |
| * | | | | | libpod: allow multiple oci runtimes | Vincent Batts | 2019-01-14 |
* | | | | | | Embed runtime struct in super localRuntime | baude | 2019-01-15 |
* | | | | | | Collaberative podman-remote container exists | baude | 2019-01-15 |
| |/ / / /
|/| | | | |
|
* | | | | | add support for podman-remote history | baude | 2019-01-15 |
* | | | | | podman remote client -- add rmi | baude | 2019-01-14 |
* | | | | | Run integrations test with remote-client | baude | 2019-01-14 |
| |_|/ /
|/| | | |
|
* | | | | Remove imageParts.{isTagged,registry,name,tag} | Miloslav Trmač | 2019-01-14 |
* | | | | Clarify comments about isRegistry a bit. | Miloslav Trmač | 2019-01-14 |
* | | | | Use imageParts.unnormalizedRef in GetImageBaseName | Miloslav Trmač | 2019-01-14 |
* | | | | FIXME? Introduce imageParts.suspiciousRefNameTagValuesForSearch | Miloslav Trmač | 2019-01-14 |
* | | | | Use imageParts.referenceWithRegistry in Image.getLocalImage | Miloslav Trmač | 2019-01-14 |
* | | | | Don't try to look up local images with an explicit :latest suffix | Miloslav Trmač | 2019-01-14 |
* | | | | Return a reference.Named from normalizedTag | Miloslav Trmač | 2019-01-14 |
* | | | | Use reference.TagNameOnly instead of manually adding imageParts.tag in normal... | Miloslav Trmač | 2019-01-14 |
* | | | | Use imageParts.normalizedReference in normalizeTag | Miloslav Trmač | 2019-01-14 |
* | | | | Add imageParts.normalizedReference() | Miloslav Trmač | 2019-01-14 |
* | | | | Use imageparts.referenceWithRegistry in normalizeTag | Miloslav Trmač | 2019-01-14 |
* | | | | Remove no longer used imageParts.assemble() | Miloslav Trmač | 2019-01-14 |
* | | | | Use getPullRefPair / getSinglePullRefPairGoal in pullGoalFromPossiblyUnqualif... | Miloslav Trmač | 2019-01-14 |
* | | | | Use imageParts.referenceWithRegistry in pullGoalFromPossiblyUnqualifiedName | Miloslav Trmač | 2019-01-14 |
* | | | | Use imageParts.referenceWithRegistry in getPullRefPair | Miloslav Trmač | 2019-01-14 |
* | | | | Add imageParts.referenceWithRegistry | Miloslav Trmač | 2019-01-14 |
* | | | | Don't use imageParts.assemble when pulling from a qualified name | Miloslav Trmač | 2019-01-14 |
* | | | | Reorganize normalizeTag | Miloslav Trmač | 2019-01-14 |
* | | | | Simplify pullGoalFromPossiblyUnqualifiedName | Miloslav Trmač | 2019-01-14 |
* | | | | Remove imageParts.transport | Miloslav Trmač | 2019-01-14 |
* | | | | Simplify pullGoalFromPossiblyUnqualifiedName | Miloslav Trmač | 2019-01-14 |
* | | | | Inline imageParts.assembleWithTransport into callers | Miloslav Trmač | 2019-01-14 |
* | | | | Record the original reference.Named in imageParts | Miloslav Trmač | 2019-01-14 |
* | | | | Drop image.DecomposeString, make image.Parts private imageParts again | Miloslav Trmač | 2019-01-14 |
* | | | | Don't call image.DecomposeString in imageInListToContainerImage | Miloslav Trmač | 2019-01-14 |
|/ / / |
|
* | | | Merge pull request #2141 from baude/remotetag | OpenShift Merge Robot | 2019-01-13 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add darwin support for remote-client | baude | 2019-01-11 |
* | | | Merge pull request #2138 from giuseppe/rootless-pod-fix | OpenShift Merge Robot | 2019-01-11 |
|\ \ \
| |/ /
|/| | |
|
| * | | spec: add nosuid,noexec,nodev to ro bind mount | Giuseppe Scrivano | 2019-01-11 |