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-29 00:25:08 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d4484d03738433c08e5c3ba79f2f996a497f7052
dokku
/
plugins
/
builder-dockerfile
/
plugin.toml
5 lines
97 B
TOML
Raw
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-dockerfile plugin"
Release 0.36.2 # History ## 0.36.2 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.36.2/bootstrap.sh sudo DOKKU_TAG=v0.36.2 bash bootstrap.sh ``` ### Bug Fixes - #7872: @josegonzalez Correct issues when scaling non-web processes for the scheduler-k3s plugin ### Refactors - #7871: @josegonzalez Remove public exposure of DOKKU_APP_TYPE in favor of builder detected property ### Dependencies - #7868: @dependabot[bot] chore(deps): bump grunt-cli from 1.4.3 to 1.5.0 in /tests/apps/multi - #7869: @dependabot[bot] chore(deps): bump bower from 1.8.12 to 1.8.14 in /tests/apps/multi - #7870: @dependabot[bot] chore(deps): bump tmp from 0.2.4 to 0.2.5 in /tests/apps/multi - #7867: @dependabot[bot] chore(deps): bump grunt from 1.5.3 to 1.6.1 in /tests/apps/multi - #7866: @dependabot[bot] chore(deps): bump github.com/fluxcd/pkg/kustomize from 1.18.0 to 1.19.0 in /plugins/scheduler-k3s - #7862: @dependabot[bot] chore(deps): bump google.golang.org/protobuf from 1.36.7 to 1.36.8 in /tests/apps/gogrpc ### Other - #7864: @josegonzalez chore(deps): add dependabot entries for plugins/scheduler-k3s and tests/apps/multi
2025-08-22 12:03:49 +00:00
version
=
"0.36.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