Skip to content

Commit

Permalink
Merge pull request #1 from heroku/rename
Browse files Browse the repository at this point in the history
rename package, update metadata
  • Loading branch information
hunterloftis authored and jdx committed Jun 19, 2018
1 parent 467e0c0 commit cc16348
Show file tree
Hide file tree
Showing 51 changed files with 15 additions and 657 deletions.
3 changes: 1 addition & 2 deletions packages/heroku-container-registry/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015, Heroku <>
Copyright (c) 2016, Heroku <>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand All @@ -11,4 +11,3 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

10 changes: 0 additions & 10 deletions packages/heroku-container-registry/Makefile

This file was deleted.

49 changes: 8 additions & 41 deletions packages/heroku-container-registry/README.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,20 @@
# Heroku Docker CLI plugin
# Heroku Container Registry CLI plugin

Heroku Toolbelt plugin to help configure, test and release apps to Heroku using Docker and Docker Compose.
Heroku Toolbelt plugin to release apps to Heroku that are built on local containers.

## Installation

```
$ heroku plugins:install heroku-container-tools
$ heroku plugins:install heroku-container-registry
```

## Use

See the [Dev Center Documentation](https://devcenter.heroku.com/articles/introduction-local-development-with-docker) for details of use.
In a directory with a Dockerfile:

```
$ heroku help container
Usage: heroku container
Use Docker 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
```

## Developing and contributing

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 .
$ heroku container:login
$ heroku create
$ heroku container:push
$ heroku open
```

### Add-ons

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.
75 changes: 0 additions & 75 deletions packages/heroku-container-registry/contributing.md

This file was deleted.

22 changes: 0 additions & 22 deletions packages/heroku-container-registry/lib/addons.js

This file was deleted.

22 changes: 0 additions & 22 deletions packages/heroku-container-registry/lib/directory.js

This file was deleted.

6 changes: 0 additions & 6 deletions packages/heroku-container-registry/lib/docker.js

This file was deleted.

23 changes: 0 additions & 23 deletions packages/heroku-container-registry/lib/safely.js

This file was deleted.

12 changes: 6 additions & 6 deletions packages/heroku-container-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "heroku-container-tools",
"version": "3.0.0",
"name": "heroku-container-registry",
"version": "4.0.0",
"topic": "container",
"description": "Use Docker to build and deploy Heroku apps",
"description": "Use containers to build and deploy Heroku apps",
"main": "index.js",
"repository": "https://github.com/heroku/heroku-container-tools",
"repository": "https://github.com/heroku/heroku-container-registry",
"scripts": {
"test": "mocha",
"depcheck": "depcheck || true"
},
"keywords": [
"heroku",
"docker",
"container",
"cli",
"heroku-plugin"
],
"author": "Hunter Loftis <hunter@hunterloftis.com>",
"author": "Hunter Loftis <hunter@heroku.com>",
"license": "ISC",
"dependencies": {
"camelcase": "1.0.2",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit cc16348

Please sign in to comment.