1
0
mirror of https://github.com/lxc/lxc-templates.git synced 2024-12-22 14:30:31 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Tanya Degurechaff
92d4e109f1 Reformatting tabs and spaces in a coherent way
Signed-off-by: Tanya Degurechaff <34323200+TanyaEleventhGoddess@users.noreply.github.com>
2020-07-13 18:29:08 +02:00
Markos Chandras
53ab98b87e templates: lxc-opensuse.in: Fix openSUSE Leap 15 cache url
The repo layout has changed in Leap 15 so we need to adapt it. Moreover,
the required packages for Leap 15 mimic those for Tumbleweed.

Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-06-26 16:58:41 +01:00
Markos Chandras
39ba2322d8 templates: lxc-opensuse.in: Ensure cache is fully populated
We build our LXC rootfs based on a minimal openSUSE cache. However,
since we are only using this cache to bootstrap the rootfs, we need to
make sure that all packages are present there otherwise we see failures
like the following one

expanding package dependencies...
expansion error
  nothing provides net-tools
  nothing provides iproute2
Failed to download 'opensuse base'

Most of the needed packages are being pulled in indirectly as
dependencies of other packages but we should be more explicit since
dependencies could change in the future. Finally, we pass
'--no-recommends' in order to have better control of what packages are
being pulled into the cache.

Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-06-26 16:10:05 +01:00
Markos Chandras
2dc3dc54a5 templates: opensuse: Drop support for EOL distributions
All releases prior to 42.X have reached EOL so we can drop these
codepaths in order to simplify the code. This also fixes an indentation
issue.

Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-06-26 15:43:46 +01:00
Markos Chandras
fe50a94b2b templates: opensuse: Add support for openSUSE Leap 15
We add support for the newly released openSUSE Leap 15. Moreover we fix
some indentation issues and also switch the default distro to Leap 15
since 42.1 has been EOL'd long time ago.

Signed-off-by: Markos Chandras <mchandras@suse.de>
2018-06-08 09:23:02 +01:00
Christian Brauner
711ed73634
initial commit
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
2018-02-21 18:15:08 +01:00