1. 程式人生 > >Dokku 0.13.0 釋出,迷你 PaaS 系統

Dokku 0.13.0 釋出,迷你 PaaS 系統

Dokku 0.13.0 已釋出,Dokku 是一個微型的 Heroku,使用不多於 100 行的 Bash 編寫。一旦安裝完成,你就可以通過 Git 推送相容 Heroku 的應用到平臺上執行。該系統將使用 Heroku buildpacks 構建並在一個獨立容器裡執行,最終結果就相當於是一個單機版的 Heroku。

安裝

wget https://raw.githubusercontent.com/dokku/dokku/v0.13.0/bootstrap.sh
sudo DOKKU_TAG=v0.13.0 bash bootstrap.sh

Bug 修復

  • #3312

    : fix: keep track of failed containers regardless of docker kill output

  • #3299: Wrap script_bin in double-quotes

  • #3295: Sort config:show by key name

  • #3288: Wrap script binary in single quotes during executable check

新特性

  • #3302: Add ability to check on app lock status via apps:locked command

  • #3315: Upgrade herokuish to 0.4.5 version

  • #3236: Retire old containers

  • #3307: Add support for docker.io package

  • #3301: Add ability to sync packages to a new version of ubuntu

  • #3286: Sanitize docker inspect output with ps:inspect

  • #3240: Refactor Procfile handling to use go-procfile-util

  • #3282: Use create instead of run for faster and more reliable file copy from docker images

  • #3280: Better scheduler support

  • #3259: Check if script is executable when a full path is specified

文件

  • #3314: Remove reference to non-existent DigitalOcean hosting plan

  • #3313: Indicate to user to specify hostname

  • #3310: Add a note to our issue template begging for money

  • #3281: Add documentation on custom error pages