Skip to content

Commit

Permalink
ci images: update bosh-cli to assume AWS role
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun024 committed Oct 3, 2023
1 parent 9602794 commit f02c311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/
RUN mv /usr/bin/composer.phar /usr/bin/composer

# download the bosh2 CLI
RUN curl -L https://github.com/cloudfoundry/bosh-cli/releases/download/v7.1.3/bosh-cli-7.1.3-linux-amd64 -o /usr/local/bin/bosh2 \
&& [ 901f5fedf406c063be521660ae5f7ccd34e034d3f734e0522138bc5bf71f4e80 = $(shasum -a 256 /usr/local/bin/bosh2 | cut -d' ' -f1) ] \
RUN curl -L https://github.com/cloudfoundry/bosh-cli/releases/download/v7.4.0/bosh-cli-7.4.0-linux-amd64 -o /usr/local/bin/bosh2 \
&& [ 98705c704beedb08621db48ab2f4cad42704b85aba36cc99f3a9dc2738ebc226 = $(shasum -a 256 /usr/local/bin/bosh2 | cut -d' ' -f1) ] \
&& chmod +x /usr/local/bin/bosh2 \
&& ln -s /usr/local/bin/bosh2 /usr/local/bin/bosh

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/core-deps-ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive

ARG GO_VERSION=1.20.8
ARG GO_SHA256=cc97c28d9c252fbf28f91950d830201aa403836cbed702a05932e63f7f0c7bc4
ARG BOSH_VERSION=7.1.3
ARG BOSH_VERSION=7.4.0
ARG BBL_VERSION=8.4.111
ARG CREDHUB_VERSION=2.9.10
ARG OM_VERSION=7.1.1
Expand Down

0 comments on commit f02c311

Please sign in to comment.