1. 06 Jun, 2016 2 commits
  2. 03 Jun, 2016 2 commits
    • Merge pull request #1040 from odyssey4me/include_apt_transport_https · 9d54166c
      Stéphane Graber authored
      Move apt-transport-https to global packages_template
    • Move apt-transport-https to global packages_template · d0e206b8
      Jesse Pretorius authored
      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 396f75ab 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: 's avatarJesse Pretorius <jesse.pretorius@rackspace.co.uk>
  3. 02 Jun, 2016 2 commits
  4. 31 May, 2016 4 commits
  5. 30 May, 2016 1 commit
  6. 28 May, 2016 2 commits
  7. 27 May, 2016 9 commits
  8. 23 May, 2016 2 commits
  9. 11 May, 2016 8 commits
  10. 10 May, 2016 5 commits
  11. 09 May, 2016 3 commits