Skip to content

Commit

Permalink
rename concourse-ci image to bosh-cli
Browse files Browse the repository at this point in the history
[#126274955]

Signed-off-by: Maria Shaldibina <mshaldibina@pivotal.io>
  • Loading branch information
evashort authored and mariash committed Jul 14, 2016
1 parent e98f97b commit 3d35a14
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion ci/build-btrfs-tools.yml
Expand Up @@ -3,7 +3,7 @@ platform: linux
image_resource:
type: docker-image
source:
repository: concourse/concourse-ci
repository: concourse/bosh-cli

inputs:
- name: concourse
Expand Down
2 changes: 1 addition & 1 deletion ci/bump-blob.yml
Expand Up @@ -4,7 +4,7 @@ platform: linux
image_resource:
type: docker-image
source:
repository: concourse/concourse-ci
repository: concourse/bosh-cli

inputs:
- name: concourse
Expand Down
2 changes: 1 addition & 1 deletion ci/bump-resource-package.yml
Expand Up @@ -4,7 +4,7 @@ platform: linux
image_resource:
type: docker-image
source:
repository: concourse/concourse-ci
repository: concourse/bosh-cli

inputs:
- name: concourse
Expand Down
2 changes: 1 addition & 1 deletion ci/create-bosh-rc.yml
Expand Up @@ -4,7 +4,7 @@ platform: linux
image_resource:
type: docker-image
source:
repository: concourse/concourse-ci
repository: concourse/bosh-cli

inputs:
- name: concourse
Expand Down
8 changes: 4 additions & 4 deletions ci/dockerfiles/Makefile
@@ -1,9 +1,9 @@
TAG?=latest

all: concourse-ci
all: bosh-cli

push:
docker push concourse/concourse-ci
docker push concourse/bosh-cli

concourse-ci: concourse-ci/Dockerfile
docker build -t concourse/concourse-ci:${TAG} --rm concourse-ci
bosh-cli: bosh-cli/Dockerfile
docker build -t concourse/bosh-cli:${TAG} --rm bosh-cli
File renamed without changes.
2 changes: 1 addition & 1 deletion ci/export-bosh-logs.yml
Expand Up @@ -4,7 +4,7 @@ platform: linux
image_resource:
type: docker-image
source:
repository: concourse/concourse-ci
repository: concourse/bosh-cli

inputs:
- name: concourse
Expand Down
2 changes: 1 addition & 1 deletion ci/finalize-release.yml
Expand Up @@ -4,7 +4,7 @@ platform: linux
image_resource:
type: docker-image
source:
repository: concourse/concourse-ci
repository: concourse/bosh-cli

inputs:
- name: concourse
Expand Down
20 changes: 10 additions & 10 deletions ci/pipelines/images.yml
Expand Up @@ -55,17 +55,17 @@ resources:
email: {{docker-email}}
password: {{docker-password}}

- name: concourse-concourse-ci
- name: concourse-bosh-cli
type: git
source:
uri: https://github.com/concourse/concourse.git
branch: develop
paths: [ci/dockerfiles/concourse-ci]
paths: [ci/dockerfiles/bosh-cli]

- name: concourse-concourse-ci-image
- name: concourse-bosh-cli-image
type: docker-image
source:
repository: concourse/concourse-ci
repository: concourse/bosh-cli
username: {{docker-username}}
email: {{docker-email}}
password: {{docker-password}}
Expand Down Expand Up @@ -279,21 +279,21 @@ jobs:
load_base: rubinius
build: concourse-docs-ci/ci/dockerfiles/docs-ci

- name: build-concourse-ci
- name: build-bosh-cli
public: true
serial: true
plan:
- aggregate:
- get: concourse-concourse-ci
- get: concourse-bosh-cli
trigger: true
params: {submodules: none}
- get: ubuntu-15.10
trigger: true
params: {save: true}
- put: concourse-concourse-ci-image
- put: concourse-bosh-cli-image
params:
load_base: ubuntu-15.10
build: concourse-concourse-ci/ci/dockerfiles/concourse-ci
build: concourse-bosh-cli/ci/dockerfiles/bosh-cli

- name: build-atc-ci
public: true
Expand Down Expand Up @@ -410,12 +410,12 @@ jobs:
- aggregate:
- get: vagrant-ci
trigger: true
- get: concourse-concourse-ci-image
- get: concourse-bosh-cli-image
trigger: true
params: {save: true}
- put: vagrant-ci-image
params:
load_base: concourse-concourse-ci-image
load_base: concourse-bosh-cli-image
build: vagrant-ci/lite/ci

- name: build-static-golang
Expand Down

0 comments on commit 3d35a14

Please sign in to comment.