Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #881 from joyent/sungo/hub-docker-removal
Browse files Browse the repository at this point in the history
hub.docker is no longer supported
  • Loading branch information
karenetheridge authored Sep 10, 2019
2 parents 97cfe09 + 0ccfb74 commit 37600f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,14 @@ including database connectivity information.

## Docker

### Images

For every release, the Joyent test infrastructure publishes a docker image to
hub.docker.com . These images are available at
https://hub.docker.com/r/joyentbuildops/conch-api/tags and it is wise to
consult the Github release page ( https://github.com/joyent/conch/releases ) to
determine if the release is a staging or production image.

The 'latest' image is not supported and is rebuilt manually and infrequently.
*Always* use a release tag.

### Compose

The most simple way to get going with the Conch API is to use Docker Compose.

#### Build

First, build the image locally using `docker/builder.sh`

#### First Run

Copy `conch.conf.dist` to `conch.conf`, modifying for any local parameters.
Expand Down
4 changes: 1 addition & 3 deletions docker/buildbot-release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ docker run \
--rm \
--entrypoint=make \
${PREFIX}/conch-api:${LABEL} \
test \
&& \
docker push ${PREFIX}/conch-api:${LABEL}
test
4 changes: 1 addition & 3 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ largely be determined in-house.

* When the tag is pushed into Github, Buildbot executes a test run
and, if successful, creates a new Github release. The text of that
release is the changelog that was posted in the relevant tag. Buildbot also
creates a docker image of the release and makes it available on
[hub.docker](https://hub.docker.com/r/joyentbuildops/conch-api).
release is the changelog that was posted in the relevant tag.

* This new release is pushed into staging by a member of the Conch team using
Ansible (see the private
Expand Down

0 comments on commit 37600f8

Please sign in to comment.