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-09-03 12:50:27 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f62373c3fa00a8ebfe28da4472a92a651dd73f7f
dokku
/
plugins
/
builder-dockerfile
/
plugin.toml
5 lines
98 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.24.10 # History ## 0.24.10 Install/update via the bootstrap script: ```shell wget https://raw.githubusercontent.com/dokku/dokku/v0.24.10/bootstrap.sh sudo DOKKU_TAG=v0.24.10 bash bootstrap.sh ``` ### Bug Fixes - #4638: @josegonzalez Schedule a retire as early as possible ### Documentation - #4635: @hiepxanh Add buildkit cache example to Dockerfile docs - #4632: @scflode Fix typo in docs for GitHub Actions ### Other - #4637: @dependabot[bot] chore(deps): bump django from 3.1.8 to 3.1.9 in /tests/apps/dockerfile-release
2021-06-07 00:25:18 +00:00
version
=
"0.24.10"
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