Create cloud-native buildpacks using Github Actions

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

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

    Buildpacks Utils Library (by paketo-buildpacks)

  • I've been working with CNB technology a lot during the last few months particularly with pack and PackIt library. Overall it's been a lot of fun and learning along the way, I'm not going to lie here, the learning curve seemed propelled by a rocket but turned out to be quite simple once you grab your head around the new terminology and concepts . Just like anything in tech.

  • github-actions

    End-user GitHub Actions related to Cloud Native Buildpacks (by buildpacks)

  • The setup-pack action. This will set up pack cli and other util tools. Check out the repo if you feel interested.

  • 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
  • We're going to hear more and more about buildpacks in the years to come. It's a game-changer for developers and operators in an era of automation and continuous integration. The source code of this post is available here

  • pack

    CLI for building apps using Cloud Native Buildpacks

  • # From a working PackIt project, parametrize and map input commands # taken from a YML file ┌───────────────────────┐ │ Base file │ └───────────────────────┘ ▼ # Compile the modified project so once the build process kicks # https://buildpacks.io/docs/concepts/components/lifecycle/build/ # our buildpack executes one by one the **commands** ┌────────────────────────┐ │ Build.go │ └────────────────────────┘ ▼ # Pack it for distribution and release at will ┌────────────────────────┐ │ buildpack.cnb │ └────────────────────────┘

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