Alpine Linux 3.15 Released

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • alpine-python

    Python images for amd64, arm32v6 and arm32v7 based on Alpine Linux (3.6, 2.7)

  • This still works for me:

    https://github.com/insightfulsystems/alpine-python/blob/5a34...

    But I haven’t tested today’s version yet.

  • packaging

    Core utilities for Python packages

  • > You can't use wheels

    musl wheel support was added some time ago:

    https://github.com/pypa/packaging/releases/tag/21.0

    No idea how many packages actually build musl wheels though. From a quick glance at least cryptography and lxml has musl wheels.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • gRPC

    The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

  • I did know this, but it wasn't 100% reliable, see https://github.com/grpc/grpc/issues/18150

    Regarding the "runs just fine", this is not guaranteed. I certainly do check if it is working, and if it is, and it is a small service or just a containerized tool, then I'll use it. Like using GDAL to perform some reprojections and renderings where a throwaway container is called from a shell script, if it works once, I'll keep using it, but I won't use it to run a Python server which also makes use of Matplotlib and other big dependencies.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts