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

猜你喜欢

转载自www.oschina.net/news/102327/dokku-0-13-0-released