[lxc-devel] [lxc/lxc] a2ade4: oci-template: Add logic for no /etc/passwd, group

GitHub noreply at github.com
Fri Sep 28 10:32:03 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: a2ade420c061173b9055e0db2efb225dcf267fe3
      https://github.com/lxc/lxc/commit/a2ade420c061173b9055e0db2efb225dcf267fe3
  Author: Jungsub Shin <supsup5642 at gmail.com>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    M templates/lxc-oci.in

  Log Message:
  -----------
  oci-template: Add logic for no /etc/passwd, group

OCI image spec dosen't specify action when there is
no /etc/passwd or /etc/group. So if there is no
/etc/passwd with string user info, set uid to 0. If there
is no /etc/group with string group info, set gid to 0.

Signed-off-by: Jungsub Shin jungsub_shin at tmax.co.kr


  Commit: af2c0fa7b1631c2d751a0a6f01dfc3c5c949ebc8
      https://github.com/lxc/lxc/commit/af2c0fa7b1631c2d751a0a6f01dfc3c5c949ebc8
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2018-09-28 (Fri, 28 Sep 2018)

  Changed paths:
    M templates/lxc-oci.in

  Log Message:
  -----------
  Merge pull request #2657 from ssup2/master

oci-template: Add logic for no /etc/passwd, group


Compare: https://github.com/lxc/lxc/compare/46706d0b6727...af2c0fa7b163
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the lxc-devel mailing list