[lxc-devel] [lxc/lxc] 396f75: Add apt-transport-https to minbase variant package...

GitHub noreply at github.com
Wed May 11 17:41:49 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 396f75abb3d319adc7d871b94b08bc6bb9c49585
      https://github.com/lxc/lxc/commit/396f75abb3d319adc7d871b94b08bc6bb9c49585
  Author: Jesse Pretorius <jesse.pretorius at rackspace.co.uk>
  Date:   2016-05-11 (Wed, 11 May 2016)

  Changed paths:
    M templates/lxc-ubuntu.in

  Log Message:
  -----------
  Add apt-transport-https to minbase variant 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. This patch includes the required package for the minbase
variant only as this is the default.

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


  Commit: c563b9a29df505adb3632ec8d9384ded8d5b7c93
      https://github.com/lxc/lxc/commit/c563b9a29df505adb3632ec8d9384ded8d5b7c93
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2016-05-11 (Wed, 11 May 2016)

  Changed paths:
    M templates/lxc-ubuntu.in

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

Add apt-transport-https to minbase variant packages_template


Compare: https://github.com/lxc/lxc/compare/5832d025f53f...c563b9a29df5


More information about the lxc-devel mailing list