summaryrefslogtreecommitdiff
path: root/pkg
Commit message (Expand)AuthorAge
* Merge pull request #12836 from cdoern/podSysCtlOpenShift Merge Robot2022-01-13
|\
| * Podman Pod Create --sysctl supportcdoern2022-01-12
* | Merge pull request #12644 from leahneukirchen/events-timestampOpenShift Merge Robot2022-01-13
|\ \
| * | remote events: convert TimeNano properlyLeah Neukirchen2022-01-12
* | | Merge pull request #12835 from baude/issue12815OpenShift Merge Robot2022-01-13
|\ \ \
| * | | Wait for podman stop to completeBrent Baude2022-01-12
* | | | Merge pull request #12151 from rhatdan/nooutOpenShift Merge Robot2022-01-12
|\ \ \ \
| * | | | Add --noout option to prevent the output of idsDaniel J Walsh2022-01-12
| | |/ / | |/| |
* / | | podman image scp: implement --quietEd Santiago2022-01-12
|/ / /
* | | add additional fields to podman machine ls --jsonDaniel J Walsh2022-01-11
* | | Add podman rm --dependDaniel J Walsh2022-01-11
|/ /
* | Merge pull request #12748 from flouthoc/ign_add_proxy_varsOpenShift Merge Robot2022-01-11
|\ \
| * | pkg: use PROXY_VARS from c/commonAditya Rajan2022-01-11
| * | ignition: add support from setting SSL_CERT_FILEAditya Rajan2022-01-11
| * | ignition: propogate HTTP proxy variables from host to remoteAditya Rajan2022-01-11
* | | Use the InfraImage defined in containers.confDaniel J Walsh2022-01-10
|/ /
* / Don't add env if optional and not foundUrvashi Mohnani2022-01-10
|/
* Merge pull request #12726 from hikhvar/remove-superflous-pod-renameOpenShift Merge Robot2022-01-07
|\
| * Don't rename pod if container has the same nameChristoph Petrausch2022-01-06
* | Merge pull request #12614 from baude/bz2028408OpenShift Merge Robot2022-01-06
|\ \
| * | fix healthcheck timeouts and ut8 coercionBrent Baude2022-01-06
* | | Merge pull request #11454 from afbjorklund/virtfs-volumesOpenShift Merge Robot2022-01-06
|\ \ \ | |/ / |/| |
| * | Make it possible to select the volume driverAnders F Björklund2021-12-30
| * | Check the mount type for future compatibilityAnders F Björklund2021-12-30
| * | Implement virtfs volumes for podman machineAnders F Björklund2021-12-30
* | | Merge pull request #11538 from mtrmac/http-credentialsOpenShift Merge Robot2022-01-06
|\ \ \ | |_|/ |/| |
| * | Make XRegistryAuthHeader and XRegistryConfigHeader privateMiloslav Trmač2021-12-10
| * | Remove the authfile parameter of MakeXRegistryAuthHeaderMiloslav Trmač2021-12-10
| * | Simplify the header decision in pkg/bindings/images.Build a bitMiloslav Trmač2021-12-10
| * | Remove the authfile parameter of MakeXRegistryConfigHeaderMiloslav Trmač2021-12-10
| * | Remove no-longer-useful name variablesMiloslav Trmač2021-12-10
| * | Consolidate creation of SystemContext with auth.json into a helperMiloslav Trmač2021-12-10
| * | Remove pkg/auth.HeaderMiloslav Trmač2021-12-10
| * | Call MakeXRegistryAuthHeader instead of Header(..., XRegistryAuthHeader)Miloslav Trmač2021-12-10
| * | Turn headerAuth into MakeXRegistryAuthHeaderMiloslav Trmač2021-12-10
| * | Call MakeXRegistryConfigHeader instead of Header(..., XRegistryConfigHeader)Miloslav Trmač2021-12-10
| * | Turn headerConfig into MakeXRegistryConfigHeaderMiloslav Trmač2021-12-10
| * | Move the auth file creation to GetCredentialsMiloslav Trmač2021-12-10
| * | Consolidate the error handling path in GetCredentialsMiloslav Trmač2021-12-10
| * | Only look up HTTP header values once in GetCredentialsMiloslav Trmač2021-12-10
| * | Use Header.Values in GetCredentials.hasMiloslav Trmač2021-12-10
| * | Beautify GetCredentials.has a bitMiloslav Trmač2021-12-10
| * | Pass a header value directly to parseSingleAuthHeader and parseMultiAuthHeaderMiloslav Trmač2021-12-10
| * | Simplify parseSingleAuthHeaderMiloslav Trmač2021-12-10
| * | Simplify the interface of parseSingleAuthHeaderMiloslav Trmač2021-12-10
| * | Don't return a header name from auth.GetCredentialsMiloslav Trmač2021-12-10
| * | Fix normalizeAuthFileKey to use the correct semanticsMiloslav Trmač2021-12-10
| * | Rename normalize and a few variablesMiloslav Trmač2021-12-10
| * | Add TestHeaderGetCredentialsRoundtripMiloslav Trmač2021-12-10
| * | Add tests for auth.HeaderMiloslav Trmač2021-12-10