Skip to content

Commit 6f99515

Browse files
authored
Merge pull request #617 from cloudfoundry/ubuntu-jammy
Merge forward from Jammy
2 parents 6d0564a + da81bec commit 6f99515

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ the rake task the first time you create your docker container, but everytime
130130
after, as long as you do not destroy the container, you should be able to run
131131
the specific tests.
132132

133-
To run the `ubuntu_${short_name}_spec.rb` tests (**assuming you've already built
133+
To run the OS image tests in `spec/os_image/ubuntu_spec.rb` (**assuming you've already built
134134
the OS image** at the `tmp/ubuntu_base_image.tgz` and you're within the Docker
135135
container):
136136

137137
```shell
138138
export short_name="noble"
139139
cd /opt/bosh/bosh-stemcell
140140
bundle install
141-
OS_IMAGE=/opt/bosh/tmp/ubuntu_base_image.tgz bundle exec rspec -fd spec/os_image/ubuntu_${short_name}_spec.rb
141+
OS_IMAGE=/opt/bosh/tmp/ubuntu_base_image.tgz bundle exec rspec -fd spec/os_image/ubuntu_spec.rb
142142
```
143143

144144
### How to Run Tests for Stemcell
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<metalink xmlns="urn:ietf:params:xml:ns:metalink">
22
<file name="ubuntu-jammy.tgz">
3-
<hash type="sha-512">e1cfd1478deb873f8815f8fc93235f17a7803b1a5372761924b88e1e31f3b4b84a0503f42e25ec3d322eccebd6ae5386291ba5d296721d3a517eb985ac8fe61f</hash>
4-
<hash type="sha-256">8e86442c8873ad01bf931b8fa6b5624d119c7209c0fdc7a963af55b048ed3989</hash>
5-
<hash type="sha-1">542e1f9063ac6c5336058b1a94558e6a144e53f2</hash>
6-
<hash type="md5">913d82745f2843bb0b0532fbc1698cda</hash>
7-
<size>435172443</size>
3+
<hash type="sha-512">ff2f68b3d31073f864e00366970ae6574f7a98cccce384e97fb5a83ec0b7fea5b304595f7bbfce1a0a5c978c33a1438da9e67130141b770ba450f6350e449cf9</hash>
4+
<hash type="sha-256">656941d3bcf823f63ae269b5e0812c9df2c48fde133fa9119d5868d4f108daf5</hash>
5+
<hash type="sha-1">c7ce2218cbdc085a7a49e1d5fd062bf8c77a3a93</hash>
6+
<hash type="md5">df87851e050b0121e5af52d335ec802d</hash>
7+
<size>435167024</size>
88
<url>https://storage.googleapis.com/bosh-os-images/ubuntu-jammy/ubuntu-jammy.tgz</url>
9-
<version>1075.0.0</version>
9+
<version>1079.0.0</version>
1010
</file>
1111
<file name="usn-log.json">
1212
<hash type="sha-512">44018019582146fc17ac3f15c277be6986afd613e481b8483cf41e838fbdfce25520364d6a3fe83400b5b838cd51b720e0484599bccc95e315fc146df1b29931</hash>
@@ -15,8 +15,8 @@
1515
<hash type="md5">03de9e337af1c22d0e6cb40a01cc117d</hash>
1616
<size>32713</size>
1717
<url>https://storage.googleapis.com/bosh-os-images/ubuntu-jammy/usn-log.json</url>
18-
<version>1075.0.0</version>
18+
<version>1079.0.0</version>
1919
</file>
2020
<generator>metalink-repository-resource/0.0.0</generator>
21-
<published>2026-06-05T23:32:35.367749996Z</published>
21+
<published>2026-06-06T14:48:32.085069046Z</published>
2222
</metalink>

0 commit comments

Comments
 (0)