Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Images list and tags used in CF-for-k8s #667

Open
azenakhi opened this issue May 24, 2021 · 2 comments
Open

Images list and tags used in CF-for-k8s #667

azenakhi opened this issue May 24, 2021 · 2 comments

Comments

@azenakhi
Copy link

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.

@cf-gitbot
Copy link
Collaborator

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.

@heycait
Copy link

heycait commented Jun 1, 2021

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:

destinations:
- imageRepo: cloudfoundry/cf-api-controllers
newImage: index.docker.io/cloudfoundry/cf-api-controllers
- imageRepo: cloudfoundry/cf-api-backup-metadata-generator
newImage: index.docker.io/cloudfoundry/cf-api-backup-metadata-generator
- imageRepo: cloudfoundry/cf-api-package-registry-buddy
newImage: index.docker.io/cloudfoundry/cf-api-package-registry-buddy
- imageRepo: cloudfoundry/capi-nginx
newImage: index.docker.io/cloudfoundry/capi-nginx
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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants