herokuish icon indicating copy to clipboard operation
herokuish copied to clipboard

Utility for emulating Heroku build and runtime tasks in containers

Results 39 herokuish issues
Sort by recently updated
recently updated
newest added

herokuish loses quotes in arguments to exec command ``` $ herokuish procfile exec echo 'foo "bar baz"' foo bar baz ```

The PHP composer.json file is only used in php projects where the node package.json is used in all sorts of projects. Can you move 09_buildpack-php to 02? Or probably better,...

Currently the command specified in `Procfile` is [executed with exec]( https://github.com/gliderlabs/herokuish/blob/bd3211657125cd66fe297c42a61feaf288f9d25e/include/procfile.bash#L58/), which does not seem to be in line what heroku does, as it breaks, for example, dotnetcore-buildpack (see jincod/dotnetcore-buildpack#145)....

:wave: I've got an issue by using herokuish with a dokku deployment today. While deploying a dependency is installed using git clone, but I've got `server certificate verification failed. CAfile:...

This PR fixes #402 (slug generate gzips from /tmp/app, when it should gzip from /app) and #321 (Cannot execute any Procfile commands) and fixed the issue mentioned in the blog...

The last two lines in the post-install script cause errors if no dangling images are present: ``` Error response from daemon: invalid reference format: repository name must be lowercase Error...

[`libsodium`](https://github.com/jedisct1/libsodium) requires some "randomness" at startup - if not enough entropy is available from `/dev/random` [it hangs](https://doc.libsodium.org/usage#sodium_init-stalling-on-linux). In containers there can be little sources for entropy. As described in the...

According to https://devcenter.heroku.com/articles/heroku-ci-browser-and-user-acceptance-testing-uat, the proper way for browser testing is to set `app.json` to the following: ``` { "environments": { "test": { "buildpacks": [ { "url": "heroku/nodejs" }, { "url":...

enhancement
help wanted

Hi, I have been struggling with this for a couple of days without luck. At the beginning I thought it was related with the app runtime, but since I tested...

When replacing the default buildpack with a custom one using the `buildpacks:add` command, we get the following Warning: ``` -----> Warning: Multiple default buildpacks reported the ability to handle this...