Skip to content

Commit 281ef97

Browse files
DennisDenutotylerschultz
authored andcommitted
Use new bosh/cli docker image. Use new concourse resource_type primitive
[#131001637] Signed-off-by: Tyler Schultz <tschultz@pivotal.io>
1 parent e854d76 commit 281ef97

File tree

7 files changed

+27
-7
lines changed

7 files changed

+27
-7
lines changed

ci/docker/build-docker-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ex
44

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

88
# To push to the Pivotal GoCD Docker Registry (behind firewall):
99
# DOCKER_IMAGE=docker.gocd.cf-app.com:5000/bosh-init-container

ci/run-acceptance-with-vm-in-container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo "ENV:"
1818
echo `env`
1919

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

2323
# To push to the Pivotal GoCD Docker Registry (behind firewall):
2424
# DOCKER_IMAGE=docker.gocd.cf-app.com:5000/bosh-init-container

ci/tasks/build-darwin.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
platform: linux
33

4-
image: docker:///bosh/init
4+
image_resource:
5+
type: docker-image
6+
source:
7+
repository: bosh/cli
8+
tag: 'latest'
59

610
inputs:
711
- name: bosh-cli

ci/tasks/build-linux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
platform: linux
33

4-
image: docker:///bosh/init
4+
image_resource:
5+
type: docker-image
6+
source:
7+
repository: bosh/cli
8+
tag: 'latest'
59

610
inputs:
711
- name: bosh-cli

ci/tasks/test-acceptance.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
platform: linux
33

4-
image: docker:///bosh/init
4+
image_resource:
5+
type: docker-image
6+
source:
7+
repository: bosh/cli
8+
tag: 'latest'
59

610
inputs:
711
- name: bosh-cli

ci/tasks/test-integration.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
platform: linux
33

4-
image: docker:///bosh/init
4+
image_resource:
5+
type: docker-image
6+
source:
7+
repository: bosh/cli
8+
tag: 'latest'
59

610
inputs:
711
- name: bosh-cli

ci/tasks/test-unit.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
22
platform: linux
33

4-
image: docker:///bosh/init
4+
image_resource:
5+
type: docker-image
6+
source:
7+
repository: bosh/cli
8+
tag: 'latest'
59

610
inputs:
711
- name: bosh-cli

0 commit comments

Comments
 (0)