File tree 4 files changed +16
-8
lines changed
4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ OS images are stored in S3 bucket [bosh-os-images](http://s3.amazonaws.com/bosh-
8
8
9
9
Ubuntu 14.04 images have filename ` bosh-ubuntu-trusty-os-image.tgz `
10
10
11
+ * ` lFTzZ3l8SjN7jdGk20ccirvC8Zmgpwjg `
12
+ - USN-3385-2: Linux kernel (Xenial HWE) vulnerabilities
13
+ - built from master (0bbb162561f121136057610655b425b8dfaed928)
14
+
11
15
* ` clPl6xM8zGROUDkuQYcv2S.hc7ZUDqFA `
12
16
- USN-3378-2: Linux kernel (Xenial HWE) vulnerabilities
13
17
- built from master (b4b87b224d219a8279ea52c036c096b8930cde7b)
@@ -599,6 +603,10 @@ CentOS 6.6 images have filename `bosh-centos-6-os-image.tgz`
599
603
600
604
CentOS 7 images have filename ` bosh-centos-7-os-image.tgz `
601
605
606
+ * ` MOpHI7NvEQyUoGjMDEzqU2vR3nNqoDj4 `
607
+ - Periodic bump
608
+ - built from master (0bbb162561f121136057610655b425b8dfaed928)
609
+
602
610
* ` T7ljccputCgQ_GQgzYZ3YLPe0nJWRzLF `
603
611
- Periodic bump
604
612
- built from master (b4b87b224d219a8279ea52c036c096b8930cde7b)
Original file line number Diff line number Diff line change 1
1
{
2
2
"bosh-centos-6-os-image.tgz" : " kkUYP.4sM_hdsn3Sfcr6ksahFpPgb2D8" ,
3
- "bosh-centos-7-os-image.tgz" : " T7ljccputCgQ_GQgzYZ3YLPe0nJWRzLF " ,
4
- "bosh-ubuntu-trusty-os-image.tgz" : " clPl6xM8zGROUDkuQYcv2S.hc7ZUDqFA "
3
+ "bosh-centos-7-os-image.tgz" : " MOpHI7NvEQyUoGjMDEzqU2vR3nNqoDj4 " ,
4
+ "bosh-ubuntu-trusty-os-image.tgz" : " lFTzZ3l8SjN7jdGk20ccirvC8Zmgpwjg "
5
5
}
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ cp -a $assets_dir/alerts.monitrc $chroot/var/vcap/monit/alerts.monitrc
26
26
27
27
cd $assets_dir
28
28
if is_ppc64le; then
29
- curl -L -o bosh-agent " https://s3.amazonaws.com/bosh-agent-binaries/bosh-agent-2.3 .0-linux-ppc64le?versionId=U.C5N.bVKKiN.QYD7YI2jEeLi78644D1 "
30
- echo " dcb51afd329dbad2980da7b9c2838cc29be05da80f21ff0a8b2e7f19e57c4fba bosh-agent" | shasum -a 256 -c -
29
+ curl -L -o bosh-agent " https://s3.amazonaws.com/bosh-agent-binaries/bosh-agent-2.8 .0-linux-ppc64le?versionId=V5OpjZqp3q56iPU7QhUMMwbRsTqFetQz "
30
+ echo " e8a1fce60638d743de8a85657fd03c8cf971e97f9f2d335867a0b266f860f64d bosh-agent" | shasum -a 256 -c -
31
31
else
32
- curl -L -o bosh-agent " https://s3.amazonaws.com/bosh-agent-binaries/bosh-agent-2.3 .0-linux-amd64?versionId=fMr7GE6aoMLrqwBod71ILRl.qzXCX35M "
33
- echo " ea66095a288c3c1dcdc6503143fa7a2800c726bc7857fe749947da178559965b bosh-agent" | shasum -a 256 -c -
32
+ curl -L -o bosh-agent " https://s3.amazonaws.com/bosh-agent-binaries/bosh-agent-2.8 .0-linux-amd64?versionId=NjwHtL71X4D6.hXNSUuvwa01iEHgLFuq "
33
+ echo " 7c7bfd50bf6f60c70b58560357d21cf968f51fdbff74ad8927d8a660beb244b0 bosh-agent" | shasum -a 256 -c -
34
34
fi
35
35
mv bosh-agent $chroot /var/vcap/bosh/bin/
36
36
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ source $base_dir/lib/prelude_config.bash
9
9
cd $assets_dir
10
10
rm -rf gcscli
11
11
mkdir gcscli
12
- current_version=0.0.2
12
+ current_version=0.0.3
13
13
14
14
curl -L -o gcscli/gcscli https://s3.amazonaws.com/bosh-gcscli/bosh-gcscli-${current_version} -linux-amd64
15
- echo " a151d3829f53b68bd15edfd3e6a527d187591992 gcscli/gcscli" | sha1sum -c -
15
+ echo " a6ca3153856b40c1af6d79da8f11efdde0899b7d gcscli/gcscli" | sha1sum -c -
You can’t perform that action at this time.
0 commit comments