Commit receipt for 1.321.0
This stack is derived from Ubuntu 22.04 LTS (Jammy Jellyfish)
To create a rootfs for the cflinuxfs4 stack:
make
This will create the cflinuxfs4.tar.gz file, which is the artifact used as the rootfs in Cloud Foundry deployments.
cflinuxfs4.tar.gz
To start, clone the repository containing the cflinuxfs4-rootfs BOSH release:
git clone git@github.com:cloudfoundry/cflinuxfs4-release.git cd cflinuxfs4-release
Replace the old cflinuxfs4 tarball with the new tarball created above:
rm -f config/blobs.yml mkdir -p blobs/rootfs cp <path-to-new-tarball>/cflinuxfs4.tar.gz blobs/rootfs/cflinuxfs4-new.tar.gz
Create a dev release and upload it to your BOSH deployment:
bosh create release --force --with-tarball --name cflinuxfs4-rootfs bosh upload release <generated-dev-release-tar-file>
If your Diego deployment manifest has version: latest indicated for the cflinuxfs4 release, then redeploying Diego will enable this new rootfs.
version: latest
cflinuxfs4
The generation and release of a new rootfs happens on the cflinuxfs4 CI pipeline.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Cloud Foundry stack: cflinuxfs4
This stack is derived from Ubuntu 22.04 LTS (Jammy Jellyfish)
Dependencies
Creating a rootfs tarball
To create a rootfs for the cflinuxfs4 stack:
This will create the
cflinuxfs4.tar.gzfile, which is the artifact used as the rootfs in Cloud Foundry deployments.Creating a BOSH release from the rootfs tarball
To start, clone the repository containing the cflinuxfs4-rootfs BOSH release:
Replace the old cflinuxfs4 tarball with the new tarball created above:
Create a dev release and upload it to your BOSH deployment:
If your Diego deployment manifest has
version: latestindicated for thecflinuxfs4release, then redeploying Diego will enable this new rootfs.Release pipeline
The generation and release of a new rootfs happens on the cflinuxfs4 CI pipeline.