setup automated builds using the release-tools
Use the steps at below link to setup automated builds via release-tools. https://github.com/kubernetes-csi/csi-release-tools - add release-tools via git subtree - update Makefile to use the release-tools/make - add cloudbuild links from release-tools - update Dockerfile that can be used for multi-arch by release tools Signed-off-by: kmova <kiran.mova@mayadata.io>
This commit is contained in:
@@ -6,9 +6,11 @@ Note: This repository is being migrated from https://github.com/kubernetes-incub
|
||||
|
||||
```sh
|
||||
make build
|
||||
# Set a custom image registry to push the container image
|
||||
# Example REGISTRY="quay.io/myorg"
|
||||
make image
|
||||
make container
|
||||
# `nfs-subdir-external-provisioner:latest` will be created.
|
||||
# To upload this to your customer registry, say `quay.io/myorg`, you can use
|
||||
# docker tag nfs-subdir-external-provisioner:latest quay.io/myorg/nfs-subdir-external-provisioner:latest
|
||||
# docker push quay.io/myorg/nfs-subdir-external-provisioner:latest
|
||||
```
|
||||
|
||||
## How to deploy nfs-client to your cluster
|
||||
|
||||
Reference in New Issue
Block a user