Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
heroku-container-tools
Advanced tools
/!\ This plugin is deprecated. Please see our Container Registry and Runtime instead.
Heroku Toolbelt plugin to help configure, test and release apps to Heroku using local containers.
$ heroku plugins:install heroku-container-tools
$ heroku help container
Usage: heroku container
Use containers to build and deploy Heroku apps
Additional commands, type "heroku help COMMAND" for more details:
container:init # create Dockerfile and docker-compose.yml
container:release # create and release slug to app
For help with a particular command:
$ heroku help container:init
Usage: heroku container:init
-i, --image IMAGE # the Docker image from which to inherit
-f, --force # overwrite existing Dockerfile and docker-compose.yml
Creates a Dockerfile and docker-compose.yml for the app specified in app.json
Checkout the plugin source code and tell the Heroku CLI to use your local version of the plugin (instead of the default one distributed with NPM).
$ git clone https://github.com/heroku/heroku-container-tools.git
$ cd heroku-container-tools
$ npm install
$ heroku plugins:link .
The mapping from Heroku add-on specified in app.json
to container configured in docker-compose.yml
is tracked in lib\app.json
.
The mapping currently includes a limited subset of add-ons that we have tested. We welcome additions in the form of PRs.
FAQs
Use containers to build and deploy Heroku apps
The npm package heroku-container-tools receives a total of 10 weekly downloads. As such, heroku-container-tools popularity was classified as not popular.
We found that heroku-container-tools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 45 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.