File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,5 @@ RUN curl -L "https://github.com/cloudfoundry/bosh-bootloader/releases/download/v
40
40
RUN curl -L "https://github.com/cloudfoundry/bosh-cli/releases/download/v$BOSH_CLI_VERSION/bosh-cli-$BOSH_CLI_VERSION-linux-amd64" --output /usr/local/bin/bosh && \
41
41
chmod +x /usr/local/bin/bosh
42
42
43
- RUN mkdir cf-cli && \
44
- wget -q -O - 'https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v7&source=github' \
45
- | tar -zx --no-same-owner -C 'cf-cli' && \
46
- mv cf-cli/cf* /usr/local/bin/
43
+ RUN cd /usr/local/bin && curl -L 'https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v7&source=github' | tar xz && \
44
+ chmod +x /usr/local/bin/cf
Original file line number Diff line number Diff line change 27
27
input_mapping :
28
28
git-repo : ci-images-git-repo
29
29
vars :
30
- registry : ((app-broker-dev -docker-registry))
30
+ registry : ((app-broker-virtual -docker-registry))
31
31
registry-username : ((broadcom-jfrog-artifactory-robot-account.username))
32
32
registry-password : ((broadcom-jfrog-artifactory-robot-account.password))
33
33
- task : build-image
Original file line number Diff line number Diff line change 20
20
21
21
params :
22
22
DOCKER_CONFIG_OUTPUT : ../docker-config
23
- REGISTRY : ((registry))
24
- REGISTRY_USERNAME : ((registry- username))
25
- REGISTRY_PASSWORD : ((registry- password))
23
+ REGISTRY : ((app-broker-virtual-docker- registry))
24
+ REGISTRY_USERNAME : ((broadcom-jfrog-artifactory-robot-account. username))
25
+ REGISTRY_PASSWORD : ((broadcom-jfrog-artifactory-robot-account. password))
You can’t perform that action at this time.
0 commit comments