cf-for-k8s
cf-for-k8s copied to clipboard
Images list and tags used in CF-for-k8s
Hello,
We want to install CF for k8s in Air Gapped mode (offline). We have not found how to list the images and their tags that are used for cf for k8s in order to save them in the offline registry.
Thanks for your help.
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/178269541
The labels on this github issue will be updated when the story is started.
Hi @azenakhi we're still working on automating our build process and are not currently publishing the output showing the tags needed.
However, you could reconstruct this information and/or rebuild and push to your registry. You would need to update the newImage
destinations in these files to point to your registry: https://github.com/cloudfoundry/cf-for-k8s/blob/48e12adfeeb7d7526b2d4b6127076b399c07a8ec/images/build/capi/kbld.yml#L59-L67 You can find the others in the images/build/<component>/kbld.yml
files.
To run the build process and publish the new images, see this script here: https://github.com/cloudfoundry/cf-for-k8s/blob/develop/images/build.sh.
See: kbld