You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Publishing Multiple Providers and Versions in an OCI Image
40
40
41
-
This example demonstrates how to publish three different providers (`control-plane kubeadm`, `bootstrap kubeadm`, and `infrastructure docker`) along with their versioned metadata and components files into a **single OCI image**. Each provider has two versions (`v1.9.4` and `v1.9.5`), and the corresponding metadata and components files follow versioned naming conventions.
41
+
This example demonstrates how to publish three different providers (`control-plane kubeadm`, `bootstrap kubeadm`, and `infrastructure docker`) along with their versioned metadata and components files into a **single OCI image**. Each provider has two versions (`v1.9.4` and `v1.10.0-beta.0`), and the corresponding metadata and components files follow versioned naming conventions.
42
42
43
43
The following layout for the directory can be used:
This will publish both versions (`v1.9.4` and `v1.9.5`) of each provider into single OCI image, and each version will have its corresponding metadata and component files.
65
+
This will publish both versions (`v1.9.4` and `v1.10.0-beta.0`) of each provider into single OCI image, and each version will have its corresponding metadata and component files.
66
66
67
67
### Publish with authentication
68
68
If authentication is required for the OCI registry, you can specify credentials using environment variables:
0 commit comments