Skip to content

Commit

Permalink
Use new bosh/cli docker image. Use new concourse resource_type primitive
Browse files Browse the repository at this point in the history
[#131001637]

Signed-off-by: Tyler Schultz <[email protected]>
  • Loading branch information
DennisDenuto authored and tylerschultz committed Oct 5, 2016
1 parent e854d76 commit 281ef97
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ci/docker/build-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ex

# Pushing to Docker Hub requires login
DOCKER_IMAGE=${DOCKER_IMAGE:-bosh/init}
DOCKER_IMAGE=${DOCKER_IMAGE:-bosh/cli}

# To push to the Pivotal GoCD Docker Registry (behind firewall):
# DOCKER_IMAGE=docker.gocd.cf-app.com:5000/bosh-init-container
Expand Down
2 changes: 1 addition & 1 deletion ci/run-acceptance-with-vm-in-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo "ENV:"
echo `env`

# Pushing to Docker Hub requires login
DOCKER_IMAGE=${DOCKER_IMAGE:-bosh/init}
DOCKER_IMAGE=${DOCKER_IMAGE:-bosh/cli}

# To push to the Pivotal GoCD Docker Registry (behind firewall):
# DOCKER_IMAGE=docker.gocd.cf-app.com:5000/bosh-init-container
Expand Down
6 changes: 5 additions & 1 deletion ci/tasks/build-darwin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
platform: linux

image: docker:///bosh/init
image_resource:
type: docker-image
source:
repository: bosh/cli
tag: 'latest'

inputs:
- name: bosh-cli
Expand Down
6 changes: 5 additions & 1 deletion ci/tasks/build-linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
platform: linux

image: docker:///bosh/init
image_resource:
type: docker-image
source:
repository: bosh/cli
tag: 'latest'

inputs:
- name: bosh-cli
Expand Down
6 changes: 5 additions & 1 deletion ci/tasks/test-acceptance.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
platform: linux

image: docker:///bosh/init
image_resource:
type: docker-image
source:
repository: bosh/cli
tag: 'latest'

inputs:
- name: bosh-cli
Expand Down
6 changes: 5 additions & 1 deletion ci/tasks/test-integration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
platform: linux

image: docker:///bosh/init
image_resource:
type: docker-image
source:
repository: bosh/cli
tag: 'latest'

inputs:
- name: bosh-cli
Expand Down
6 changes: 5 additions & 1 deletion ci/tasks/test-unit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
platform: linux

image: docker:///bosh/init
image_resource:
type: docker-image
source:
repository: bosh/cli
tag: 'latest'

inputs:
- name: bosh-cli
Expand Down

0 comments on commit 281ef97

Please sign in to comment.