Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Open Source Operating Systems Linux

Alpine Linux 3.6.0 Released (alpinelinux.org) 59

An anonymous reader quotes DistroWatch: Natanael Copa has announced the release of Alpine Linux 3.6.0. Alpine Linux is an independent, minimal operating system that is well suited to running servers, routers and firewalls. Version 3.6.0 introduces support for 64-bit POWER machines, 64-bit IBM z Systems computers and features many up to date packages, including PHP 7.1, LLVM 4.0 and version 6.3 of the GNU Compiler.
"Noteworthy new packages" include Rust 1.17.0 and Cargo 0.18.0, as well as Julia 0.5.2, as we ll as "significant updates" like Go 1.8, Python 3.6, and Ruby 2.4. And in addition, "MD5 and SHA-1 hashes have been removed from APKBUILDs, being obsoleted by SHA-512."
This discussion has been archived. No new comments can be posted.

Alpine Linux 3.6.0 Released

Comments Filter:
  • Their statement is "We have no plans to implement/switch to systemd, and will try preventing it will ever happen." Looks like there _are_ several sane distributions still around.

    • by Anonymous Coward

      Another cool thing about Alpine is it doesn't use GNU.

  • Opinions? (Score:5, Interesting)

    by IMightB ( 533307 ) on Saturday May 27, 2017 @03:25PM (#54498627) Journal

    I know and have used alpine ... mainly in docker containers, I'm not super thrilled with it. Overall, it's main selling point is that, initially... it's small....

  • by klapaucjusz ( 1167407 ) on Saturday May 27, 2017 @04:43PM (#54498899) Homepage

    Alpine looks pretty cool. A sane init system, musl instead of libc, a decent package manager, what more could you want?

    A couple of years ago, I inherited a proprietary ARM board with a large number of GBE NICs, an unmaintained vendor kernel, and the worst userspace you can imagine (and I know you can imagine a lot). I spent half a day trying to build an Alpine userspace for armhf and get it installed on the board.

    I finally gave up. It took me 20 minutes to set up debootstrap under qemu, another 20 minutes to coerce debootstrap into using sysvinit instead of systemd. Tar.gz, scp, replace the root filesystem, and the board is running Debian Jessie userspace.

    I haven't looked at Alpine since then. Is there now a convenient way to build a custom Alpine root filesystem?

  • by Anonymous Coward

    Too many problems to cite them all. But the main one was hard system lockup. The log files didn't give a clue. The system would just freeze. Run fine for 5 or 6 days, and then just freeze solid. Couldn't ssh into it. Couldn't use the console. Just a hard freeze. Do not use this for anything approaching mission critical because it will let you down at the worst possible time. Maybe I'll give this version a shot to see if they've fixed the problem.

  • by Anonymous Coward

    In addition to the attention it gets as a base image for containers they actually ship a fairly well supported version for Raspberry Pi: https://wiki.alpinelinux.org/wiki/Raspberry_Pi

    I've had far fewer issues with it than I have with Raspbian and it's default ramdisk configuration means that you are very unlikely to end up with a corrupted SD card in long lived embedded situations.

An authority is a person who can tell you more about something than you really care to know.

Working...