TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Alpine Linux 3.9.0 Released

205 pointsby _ikke_over 6 years ago

14 comments

jakobgmover 6 years ago
Great!<p>Especially happy to see Tesseract OCR v4.0 [0] now being in the mainline repository. Tesseract was the main motivation for changing my web stack to docker a couple of weeks ago, and I had to use a separate builder image [1] in Alpine 3.8. Now it is just:<p>&gt; apk add tesseract-ocr<p>[0] <a href="https:&#x2F;&#x2F;pkgs.alpinelinux.org&#x2F;package&#x2F;v3.9&#x2F;community&#x2F;armhf&#x2F;tesseract-ocr" rel="nofollow">https:&#x2F;&#x2F;pkgs.alpinelinux.org&#x2F;package&#x2F;v3.9&#x2F;community&#x2F;armhf&#x2F;te...</a><p>[1] <a href="https:&#x2F;&#x2F;hub.docker.com&#x2F;r&#x2F;inetsoftware&#x2F;alpine-tesseract&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hub.docker.com&#x2F;r&#x2F;inetsoftware&#x2F;alpine-tesseract&#x2F;</a>
jillesvangurpover 6 years ago
I&#x27;m curious to know why they switched back to openssl from libressl. Are there compatibility issues or have the issues that caused libressl to be created been addressed now in openssl?
评论 #19033655 未加载
评论 #19036631 未加载
hestefiskover 6 years ago
From the web site: “ container requires no more than 8 MB and a minimal installation to disk requires around 130 MB of storage. Not only do you get a fully-fledged Linux environment but a large selection of packages from the repository.”<p>I remember in 1997 when I could boot Linux off a 1.44MB floppy and get a fully a fully functioning Linux environment even with network support in a blitz. If 130MB is considered “lean”, what happened to our Unix principles of minimalism and clean design?
评论 #19033885 未加载
评论 #19034209 未加载
评论 #19034454 未加载
评论 #19033955 未加载
评论 #19033855 未加载
评论 #19033957 未加载
评论 #19034459 未加载
评论 #19036693 未加载
评论 #19034115 未加载
评论 #19034095 未加载
评论 #19033935 未加载
评论 #19033859 未加载
fuzzy2over 6 years ago
Just out of curiosity:<p>&gt; Firefox is only available on x86_64 due to Rust.<p>Could someone explain the reasoning behind this? I’m not familiar with whatever restrictions Rust may impose.
评论 #19034051 未加载
评论 #19034055 未加载
sevensorover 6 years ago
How suitable is Alpine as a desktop distribution? It seems like a low-GNU distribution with an emphaisis on static linkage. Is that a correct assessment? I&#x27;m very happy with Arch, I stopped my distro-hopping six years ago when I landed on it, but I worry that I&#x27;m getting complacent because Arch is just so easy to use.
评论 #19035230 未加载
评论 #19047491 未加载
评论 #19036819 未加载
评论 #19048071 未加载
评论 #19036817 未加载
评论 #19037380 未加载
评论 #19035119 未加载
Leaceover 6 years ago
&gt; Switch from LibreSSL to OpenSSL<p>Glad that this happened. OpenSSL looks a lot better than when the entire drama started and it was quite hard to even build OpenSSL from source on alpine.
artellectualover 6 years ago
Much awaited release. I&#x27;ve been running my entire application line up on Alpine it&#x27;s been awesome! I wish more Cloud &#x2F; Hosting providers have default Alpine Images. I&#x27;ve been using alpine&#x27;s APK packaging system to manage software builds and release cycles.<p>So for those who are curious my CI builds the software into packages automatically versioning them and marking the build versions, storing the packages in my GCS bucket and then automatically runs apk add --upgrade on my package. All orchestrated with Terraform and LXD, no docker &#x2F; Kubernetes involved whatsoever. Now there is also apk-autoupdate which I look forward to exploring and seeing how it can simplify my build process.
hendryover 6 years ago
Wonder why they use grub over the simpler syslinux option?
评论 #19033974 未加载
tracker1over 6 years ago
Probably my favorite distro for dockerizing apps that need more OS. 130mb isn&#x27;t exactly tiny, but it&#x27;s a lot smaller than other more common options.<p>I&#x27;ll sometimes do builds in a larger distro (debian or ubuntu server), then deploy into alpine.
ksecover 6 years ago
Just wondering how many are using Alpine in Production? I have heard problems of LibreSSL ( no longer matters ) and muslc. But no one has came out and state they are using it happily in production on X number of Servers.
评论 #19044738 未加载
oweilerover 6 years ago
No Docker image yet?<p><a href="https:&#x2F;&#x2F;hub.docker.com&#x2F;_&#x2F;alpine" rel="nofollow">https:&#x2F;&#x2F;hub.docker.com&#x2F;_&#x2F;alpine</a>
评论 #19036747 未加载
rcarmoover 6 years ago
This great. I recently filed an issue to upgrade smokeping, and it&#x27;s now closed. :)
g33k247over 6 years ago
Has anyone used this on an RPI? What was your use case?
评论 #19040613 未加载
w323898over 6 years ago
Still no EFI install media?