Prerequisites
Install
For instructions on installing pack
, see our installation docs.
Run
Run the command pack
.
You should see the following output
CLI for building apps using Cloud Native Buildpacks
Usage:
pack [command]
Available Commands:
build Generate app image from source code
builder Interact with builders
buildpack Interact with buildpacks
extension Interact with extensions
config Interact with your local pack config file
inspect Show information about a built app image
stack (deprecated) Interact with stacks
rebase Rebase app image with latest run image
sbom Interact with SBoM
completion Outputs completion script location
report Display useful information for reporting an issue
version Show current 'pack' version
help Help about any command
Flags:
--force-color Force color output
-h, --help Help for 'pack'
--no-color Disable color output
-q, --quiet Show less output
--timestamps Enable timestamps in output
-v, --verbose Show more output
--version Show current 'pack' version
Use "pack [command] --help" for more information about a command.
Info
Builders created with this release of the pack CLI contain lifecycle v0.20.8 by default.
Changelog
Features
- Make
go build
work without Makefile (#2390 by @abitrolly) - Fix default userns=host behavior to be opt-in (#2386 by @jjbustamante)
- Add as suggested builder the ubi8 builder image (#2383 by @cmoulliard)
- Bump to go 1.24 (#2364 by @AidanDelaney)
- Clarify help text for append-image-name-suffix (#2358 by @natalieparellano)
- Support FreeBSD build phase (#2357 by @gogolok)
- Updating default lifecycle version to 0.20.8 (#2356 by @jjbustamante)
pack builder create
supports system buildpacks (#2349 by @jjbustamante)- Support docker uri for lifecycle (#2112 by @rashadism)
- Support Insecure Registries (#2077 by @prashantrewar)
Bugs
- Do not select target for daemon only from os if arch is specified (#2385 by @pigeonhands)
Contributors
We'd like to acknowledge that this release wouldn't be as good without the help of the following amazing contributors:
@AidanDelaney, @abitrolly, @cmoulliard, @dependabot[bot], @gogolok, @jjbustamante, @natalieparellano, @pigeonhands, @prashantrewar, @rashadism, @tib-source, @yashisrani