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
714c7226465714b5d75440b376adab1bbe51a228
dokku
/
plugins
/
repo
/
plugin.toml
5 lines
83 B
TOML
Raw
Normal View
History
Unescape
Escape
Implement repo:gc and repo:purge-cache These are helper plugins that mimic the repo plugin: https://github.com/heroku/heroku-repo The following commands will remain unimplemented: - `clone`: not useful for the host client to clone - `download`: currently not possible for us to "host" a tarball of the repo - `reset`: we still store files in the repo (though we shouldn't) so we cannot easily reinitialize the repository. Also fixes a potential race condition if two separate processes create an application's `$CACHE_DIR`. Closes #1570
2016-03-30 02:38:29 -04:00
[
plugin
]
description
=
"dokku core repo 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"
Implement repo:gc and repo:purge-cache These are helper plugins that mimic the repo plugin: https://github.com/heroku/heroku-repo The following commands will remain unimplemented: - `clone`: not useful for the host client to clone - `download`: currently not possible for us to "host" a tarball of the repo - `reset`: we still store files in the repo (though we shouldn't) so we cannot easily reinitialize the repository. Also fixes a potential race condition if two separate processes create an application's `$CACHE_DIR`. Closes #1570
2016-03-30 02:38:29 -04:00
[
plugin
.
config
]
Reference in New Issue
Copy Permalink