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
2026-02-24 04:00:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
652b90a0747e40cf07fc89fb42eae0a7550d1ef2
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.22.8 # History ## 0.22.8 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.22.8/bootstrap.sh sudo DOKKU_TAG=v0.22.8 bash bootstrap.sh ``` ### Bug Fixes - #4309: @josegonzalez Correct issue where verifying an app name would bail early ### Documentation - #4307: @josegonzalez Specify that the dokku logo is for non-commercial use
2021-01-09 16:33:55 -05:00
version
=
"0.22.8"
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