🚀 Update Existing Applications to Use the New enosix Docker Registry
Overview:
This guide describes how to update your Cloud Foundry application to use the enosix Docker registry for the Link image. You'll log in, select your org and space, identify the app to update, edit the app manifest, and push the changes.
Prerequisites​
- Access to SAP BTP Cloud Foundry environment
- Cloud Foundry CLI (Download)
- Permissions to update and deploy applications
Step-by-Step Instructions​
- Log in to Cloud Foundry:
cf login
- Select your organization and space.
- List your applications:
cf apps
- Choose the app you want to update.
- Create an app manifest (if needed):
cf create-app-manifest <app name>
- Edit the generated
manifest.yaml
file: Update theimage
property as follows:(Replaceimage: registry.docker.enosix.io/enosix/link:<tag>
<tag>
with the desired version orstable
.) - Push the updated manifest to Cloud Foundry:
cf push -f <manifest file>
Example manifest.yaml Change​
docker:
image: registry.docker.enosix.io/enosix/link:stable