File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ postgres/postgresql-11.22.tar.gz:
9494 size : 26826810
9595 object_id : d1f8d34c-b438-44e7-7672-5daea8a6da66
9696 sha : sha256:6445a4e1533c1e8bb616d4a3784bdc4c0226b541f6f0c8d996d9f27d581d49c3
97- storage-cli/storage-cli-0.0.2 -linux-amd64 :
98- size : 59969310
99- object_id : 69df5cb4-8137-4fd0-4fa9-450e181566fd
100- sha : sha256:3ec961dfe2e8570d30781267bfe78002c6346c02c648277db0cc26fad51954af
97+ storage-cli/storage-cli-0.0.3 -linux-amd64 :
98+ size : 60494421
99+ object_id : 72e3d912-7baf-4b99-47a2-6bed0455890e
100+ sha : sha256:6dbf2d817717c348bf3ba504b7c124cb2133c0a3945d0607f8446e74c5f5912e
101101valkey/7.2.11.tar.gz :
102102 size : 3441067
103103 object_id : ac3c2823-80c0-41e9-78e4-e42014aad04a
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ The file can be downloaded from the following location:
66
77| Filename | Download URL |
88| ----------------------------------| -----------------------------------------------------------------------------------------------------------------|
9- | storage-cli/storage-cli-0.0.2 -linux-amd64 | [ https://github.com/cloudfoundry/storage-cli ] ( https://github.com/cloudfoundry/storage-cli/releases/download/v0.0.2 /storage-cli-0.0.2 -linux-amd64 ) |
9+ | storage-cli/storage-cli-0.0.3 -linux-amd64 | [ https://github.com/cloudfoundry/storage-cli ] ( https://github.com/cloudfoundry/storage-cli/releases/download/v0.0.3 /storage-cli-0.0.3 -linux-amd64 ) |
Original file line number Diff line number Diff line change 11set -e
22
3- storage_cli_version="0.0.2 "
3+ storage_cli_version="0.0.3 "
44mkdir -p ${BOSH_INSTALL_TARGET}/bin
55mv storage-cli/storage-cli-${storage_cli_version}-linux-amd64 ${BOSH_INSTALL_TARGET}/bin/storage-cli
66chmod +x ${BOSH_INSTALL_TARGET}/bin/storage-cli
Original file line number Diff line number Diff line change 11---
22name: storage-cli
33files:
4- - storage-cli/storage-cli-0.0.2 -linux-amd64
4+ - storage-cli/storage-cli-0.0.3 -linux-amd64
You can’t perform that action at this time.
0 commit comments