Cloud Native Buildpacks (CNBs)

Table of contents

  1. Install pack
    1. AMD64 (x86_64)
    2. ARM64 (aarch64)
  2. FreeBSD Status Reports

Install pack

A FreeBSD port, sysutils/pack, is currently work in progress (WIP). You can track its status in FreeBSD Bugzilla.

Until the port is available, you can install the pack binary directly. Choose the command that matches your system architecture.

AMD64 (x86_64)

curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.40.1/pack-v0.40.1-freebsd.tgz" | doas tar -C /usr/local/bin/ --no-same-owner -xzv pack

ARM64 (aarch64)

curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.40.1/pack-v0.41.0-freebsd-arm64.tgz" | doas tar -C /usr/local/bin/ --no-same-owner -xzv pack

FreeBSD Status Reports

The following FreeBSD status reports document the work on Cloud Native Buildpacks on FreeBSD and provide a historical overview of the progress made so far: