Apko: A Better Way To Build Containers?

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • melange

    build APKs from source code (by chainguard-dev)

  • Melange is a builder for Alpine packages. It uses pipelines similar to common CI/CD services, and it builds for multiple architectures by default. Here is a simplified example of a package build for the forum software NodeBB:

  • nodeBB

    Node.js based forum software built for the modern web

  • package: name: nodebb version: 2.5.3 dependencies: runtime: - nodejs environment: contents: packages: - alpine-baselayout - ca-certificates-bundle - nodejs - npm - git pipeline: - uses: fetch with: uri: https://github.com/NodeBB/NodeBB/archive/refs/tags/v${{package.version}}.tar.gz expected-sha256: 92e390d7cda190e7f098833cbbbf03fbe1c50f25653656ad589ae97dc18a7684 strip-components: 0 - runs: | mkdir -p "${{targets.destdir}}/usr/share/nodebb" cd NodeBB-${{package.version}} cp install/package.json . npm install --omit=dev cp -a ./. "${{targets.destdir}}/usr/share/nodebb"

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • apko

    Build OCI images from APK packages directly without Dockerfile

  • apko takes apk packages and builds them into OCI images (aka Docker images). Sounds quite simple, because it is:

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

  • Hey Guys, I'm an Open Source enthusiast. StackFoss.com is an open source StackOverFlow alternative, and what makes StackFoss awesome is Focus on open source and Ad-free.

    2 projects | /r/Python | 23 Mar 2023
  • The over-reliance on Discord is doing more harm than good.

    1 project | /r/truegaming | 23 Nov 2022
  • NodeBB - Node.js based forum software built for the modern web

    1 project | /r/CKsTechNews | 25 Dec 2021
  • Node.js based forum software built for the modern web

    1 project | news.ycombinator.com | 25 Dec 2021
  • After a couple of months of tinkering and coding, my own self-coded dashboard!

    4 projects | /r/selfhosted | 1 Oct 2021