Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
rename docker repo to concourse/builder-task
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
  • Loading branch information
vito committed Mar 27, 2019
1 parent f1c9f17 commit 9d0b37f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -19,14 +19,15 @@ have to document what you need to set here.

### `image`

The task's image should refer to `concourse/builder`. You can either configure
this via `image_resource` or pull it in as part of your pipeline.
The task's image should refer to `concourse/builder-task`. You can either
configure this via `image_resource` or pull it in as part of your pipeline.

### `params`

The following params are required:

* `$REPOSITORY`: the repository to name the image, e.g. `concourse/builder`.
* `$REPOSITORY`: the repository to name the image, e.g.
`concourse/builder-task`.

The following are optional:

Expand Down
4 changes: 2 additions & 2 deletions example.yml
Expand Up @@ -3,10 +3,10 @@ platform: linux

image_resource:
type: registry-image
source: {repository: concourse/builder}
source: {repository: concourse/builder-task}

params:
REPOSITORY: concourse/builder
REPOSITORY: concourse/builder-task
TAG: latest
CONTEXT: builder

Expand Down

0 comments on commit 9d0b37f

Please sign in to comment.