spiegel_podman/pkg/specgen
Daniel J Walsh 12a577aea5
Ignore entrypoint=[\"\"]
We recieved an issue with an image that was built with
entrypoint=[""]
This blows up on Podman, but works on Docker.

When we setup the OCI Runtime, we should drop
entrypoint if it is == [""]

https://github.com/containers/podman/issues/9377

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-17 07:00:53 -05:00
..
generate Ignore entrypoint=[\"\"] 2021-02-17 07:00:53 -05:00
config_unsupported.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
container_validate.go Enable more golangci-lint linters 2021-02-12 18:20:28 +01:00
namespaces.go Support --network=default as if it was private 2020-12-02 18:38:35 -05:00
pod_validate.go Enable more golangci-lint linters 2021-02-12 18:20:28 +01:00
podspecgen.go Add support for slirp network for pods 2020-09-25 21:34:23 -04:00
specgen.go Implement Secrets 2021-02-09 09:13:21 -05:00
volumes.go Reduce general binding binary size 2021-01-13 09:35:24 -06:00