summaryrefslogtreecommitdiffstats
path: root/downloads/index.md
blob: 55fa58f3962400dad34b1707d4e010bb7ed89af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
title: Downloads
flavor:
  alpine:
    title: Standard
    desc: Most common used packages included. Use this for routers and servers that run from RAM.
  alpine-mini:
    title: Mini
    desc: Only the basic packages included. Use this for disk installs from network.
  alpine-vanilla:
    title: Vanilla
    desc: Similar to 'Mini' but with a vanilla kernel. This is for troubleshooting kernel issues.
  alpine-xen:
    title: Xen
    desc: Xen Dom0 LiveCD and Xen packages.
---

Downloads
=========

#### Version {{releases.alpine.x86.version}}

Released {{releases.alpine.x86.datestr}}

<table class="downloads">
<tr>
 <th class="iso">iso</th>
 <th class="size">size</th>
 <th class="checksums">checksum</th>
</tr>

<tr> <td colspan="3">{{flavor.alpine.title}}</td> </tr>
{{#releases.alpine.archs}}
<tr>
 <td class="iso"><a href="{{iso_url}}">{{iso}}</a></td>
 <td class="size">{{size_mb}} MB</td>
 <td class="checksums">
   <a title="{{sha1}}"
      href="{{sha1_url}}">sha1</a>
   |
   <a title="{{sha256}}" 
      href="{{sha256_url}}">sha256</a>
  </td>
</tr>
{{/releases.alpine.archs}}

<tr><td colspan="3">{{flavor.alpine-mini.title}}</td> </tr>
{{#releases.alpine-mini.archs}}
<tr>
 <td class="iso"><a href="{{iso_url}}">{{iso}}</a></td>
 <td class="size">{{size_mb}} MB</td>
 <td class="checksums">
   <a title="{{sha1}}" 
      href="{{sha1_url}}">sha1</a>
   |
   <a title="{{sha256}}" 
      href="{{sha256_url}}">sha256</a>
  </td>
</tr>
{{/releases.alpine-mini.archs}}

<tr> <td colspan="3">{{flavor.alpine-vanilla.title}}</td> </tr>
{{#releases.alpine-vanilla.archs}}
<tr>
 <td class="iso"><a href="{{iso_url}}">{{iso}}</a></td>
 <td class="size">{{size_mb}} MB</td>
 <td class="checksums">
   <a title="{{sha1}}" 
      href="{{sha1_url}}">sha1</a>
   |
   <a title="{{sha256}}" 
      href="{{sha256_url}}">sha256</a>
  </td>
</tr>
{{/releases.alpine-vanilla.archs}}

<tr><td colspan="3">{{flavor.alpine-xen.title}}</td> </tr>
{{#releases.alpine-xen.archs}}
<tr>
 <td class="iso"><a href="{{iso_url}}">{{iso}}</a></td>
 <td class="size">{{size_mb}} MB</td>
 <td class="checksums">
   <a title="{{sha1}}" 
      href="{{sha1_url}}">sha1</a>
   |
   <a title="{{sha256}}" 
      href="{{sha256_url}}">sha256</a>
  </td>
</tr>
{{/releases.alpine-xen.archs}}
</table>


<h3>Older releases</h3>
Older releases are found
<a href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi">here</a>.