[lxc-devel] [lxc/lxc] d0e206: Move apt-transport-https to global packages_templa...

GitHub noreply at github.com
Fri Jun 3 15:37:03 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: d0e206b83334d616b5642e0c05a386f01a8dc3a5
      https://github.com/lxc/lxc/commit/d0e206b83334d616b5642e0c05a386f01a8dc3a5
  Author: Jesse Pretorius <jesse.pretorius at rackspace.co.uk>
  Date:   2016-06-03 (Fri, 03 Jun 2016)

  Changed paths:
    M templates/lxc-ubuntu.in

  Log Message:
  -----------
  Move apt-transport-https to global packages_template

In many environments the preference is to configure containers with
apt mirrors that are SSL-secured.

When building containers using the download template this can't be
done unless an insecure mirror is first used to install the
apt-transport-https package, then the sources reconfigured to
use the https URL.

When building containers without using the download template this
can't be done unless the container creator specifically includes
this package in the package list at build time. It seems more
intuitive to me to have the package installed by default.

Commit 396f75abb3d319adc7d871b94b08bc6bb9c49585 added the package
to the minbase variant, but this variant is not used by the download
template build process. The build process instead specifies no
variant, so this patch moves the package from the packages_template
package list in the minbase variant to the global packages_template
package list, ensuring that this package is included in all Ubuntu
build images that use the lxc-ubuntu template.

Signed-off-by: Jesse Pretorius <jesse.pretorius at rackspace.co.uk>


  Commit: 9d54166ca56689c8ff216e410a81dc27c23422f7
      https://github.com/lxc/lxc/commit/9d54166ca56689c8ff216e410a81dc27c23422f7
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2016-06-03 (Fri, 03 Jun 2016)

  Changed paths:
    M templates/lxc-ubuntu.in

  Log Message:
  -----------
  Merge pull request #1040 from odyssey4me/include_apt_transport_https

Move apt-transport-https to global packages_template


Compare: https://github.com/lxc/lxc/compare/3c23f024e878...9d54166ca566


More information about the lxc-devel mailing list