https://github.com/bigbinary/heroku-buildpack-kpack
https://github.com/bigbinary/heroku-buildpack-kpack
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bigbinary/heroku-buildpack-kpack
- Owner: bigbinary
- Created: 2022-11-07T08:26:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T08:33:55.000Z (over 3 years ago)
- Last Synced: 2025-03-29T20:44:41.177Z (11 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kpack in Heroku
Add the kpack binary to Heroku
https://buildpacks.io/docs/tools/kpack/
# Add
heroku buildpacks:add https://github.com/bigbinary/heroku-buildpack-kpack
# Remove
heroku buildpacks:remove https://github.com/bigbinary/heroku-buildpack-kpack
```