This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
dokku
Watch
1
Star
0
Fork
0
You've already forked dokku
mirror of
https://github.com/dokku/dokku.git
synced
2025-12-16 12:07:45 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Apply Patch
dokku
/
plugins
/
builder-herokuish
/
plugin.toml
5 lines
96 B
TOML
Raw
Permalink
Normal View
History
Unescape
Escape
refactor: add initial support for builder plugins A builder plugin implements some method for 'building' artifacts from a given source code archive. This refactor moves the majority of the image building code into separate plugins, allowing us to implement other builders, but also simplifying the common pugin codebase. Also move the pre-build-buildpack hook from the build-env plugin to builder-herokuish.
2019-07-30 14:29:48 -04:00
[
plugin
]
description
=
"dokku core builder-herokuish plugin"
Release 0.37.2 # History ## 0.37.2 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.37.2/bootstrap.sh sudo DOKKU_TAG=v0.37.2 bash bootstrap.sh ``` ### Bug Fixes - #8198: @josegonzalez Ensure we continue on with logic if the error returned from fetching all apps is NoAppsExist ### Dependencies - #8196: @dependabot[bot] chore(deps): bump byjg/easy-haproxy from 4.6.0 to 5.0.0 in /plugins/haproxy-vhosts - #8197: @dependabot[bot] chore(deps): bump github.com/traefik/traefik/v2 from 2.11.31 to 2.11.32 in /plugins/scheduler-k3s
2025-12-06 03:20:03 +00:00
version
=
"0.37.2"
refactor: add initial support for builder plugins A builder plugin implements some method for 'building' artifacts from a given source code archive. This refactor moves the majority of the image building code into separate plugins, allowing us to implement other builders, but also simplifying the common pugin codebase. Also move the pre-build-buildpack hook from the build-env plugin to builder-herokuish.
2019-07-30 14:29:48 -04:00
[
plugin
.
config
]
Reference in New Issue
Copy Permalink