spiegel_podman/pkg
W. Trevor King 89430ffe65 hooks: Order injection by collated JSON filename
We also considered ordering with sort.Strings, but Matthew rejected
that because it uses a byte-by-byte UTF-8 comparison [1] which would
fail many language-specific conventions [2].

There's some more discussion of the localeToLanguage mapping in [3].
Currently language.Parse does not handle either 'C' or 'POSIX',
returning:

  und, language: tag is not well-formed

for both.

[1]: https://github.com/projectatomic/libpod/pull/686#issuecomment-387914358
[2]: https://en.wikipedia.org/wiki/Alphabetical_order#Language-specific_conventions
[3]: https://github.com/golang/go/issues/25340

Signed-off-by: W. Trevor King <wking@tremily.us>

Closes: #686
Approved by: mheon
2018-05-11 16:26:35 +00:00
..
annotations Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
chrootuser Modify --user flag for podman create and run 2018-04-24 14:28:33 +00:00
hooks hooks: Order injection by collated JSON filename 2018-05-11 16:26:35 +00:00
inspect fix typos in the inspect json structs 2018-05-02 18:02:22 +00:00
kubeutils Remove dependency on kubernetes 2018-03-27 21:55:33 +00:00
registrar Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
registries regression: tls verify should be set on registries.conf if insecure 2018-04-18 14:07:59 +00:00
secrets podman, userNS: configure an intermediate mount namespace 2018-05-04 17:15:55 +00:00
util Begin wiring in USERNS Support into podman 2018-05-04 17:15:55 +00:00
varlinkapi Fix varlink remove image force 2018-05-11 16:05:10 +00:00