Downloads: Difference between revisions

From Alpine Linux
(→‎Alpine 1.6: use new master mirror)
(→‎Alpine 1.7: use new master mirror)
Line 22: Line 22:
=== Alpine 1.7 ===
=== Alpine 1.7 ===
{|
{|
|[http://dev.alpinelinux.org/alpine/v1.7/ Master mirror] (low bandwidth)
|[ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/alpine/alpine/v1.7 Master mirror] (FTP)  
|[http://dev.alpinelinux.org/alpine/v1.7/iso ISO]  
|[ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/alpine/alpine/v1.7/iso ISO]
|[http://dev.alpinelinux.org/alpine/v1.7/usbdrive USB]
|[ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/alpine/alpine/v1.7/usbdrive USB]
|-
|-
|[http://dl-2.alpinelinux.org/alpine/v1.7/ USA mirror]
|[http://distrib-coffee.ipsl.jussieu.fr/pub/linux/alpine/alpine/v1.7 Master mirror] (HTTP)
|[http://dl-2.alpinelinux.org/alpine/v1.7/iso ISO]
|[http://distrib-coffee.ipsl.jussieu.fr/pub/linux/alpine/alpine/v1.7/iso ISO]
|[http://dl-2.alpinelinux.org/alpine/v1.7/usbdrive USB]
|[http://distrib-coffee.ipsl.jussieu.fr/pub/linux/alpine/alpine/v1.7/usbdrive USB]
|}
|}
New changes are not mirrored to USA mirror for some reason.


== Old Releases ==
== Old Releases ==

Revision as of 12:24, 4 February 2008

Stable Releases

Even numbered releases (eg, 1.6.x) are believed to be stable and ready for use in production environments. Minor number increments in stable releases (for example, from 1.6.2 to 1.6.3) will be bug fixes and security updates only.

Alpine 1.6

Master mirror (FTP) ISO USB
Master mirror (HTTP) ISO USB
USA mirror (HTTP) ISO USB

Development Releases

Odd numbered releases (eg, 1.7.x) are development releases. They should be used for testing, learning, and development only. Minor number increments in development versions (eg, 1.7.0 to 1.7.1) may break things, be warned.

Alpine 1.7

Master mirror (FTP) ISO USB
Master mirror (HTTP) ISO USB

Old Releases

Alpine 1.5

Master mirror (low bandwidth) ISO USB

Alpine 1.4

Master mirror (low bandwidth) ISO USB

Alpine 1.3

Master mirror (low bandwidth) ISO USB


Sources

The sources of alpine are stored in subversion. To check out the tree use one of the following commands:

For annonymous access you can use:

svn co svn://svn.alpinelinux.org/alpine-builder/trunk

Which will checkout the alpine-builder directory in the current directory.

Requirements

To be able to actually build packages you need apk-tools, either located [here] or a debian-package (ubuntu-package, but it is all just shell-script) [here].