Commit Graph

3 Commits

Author SHA1 Message Date
Dan Webb ed64e85e91
Fix boilerplate warning
Running make test-boilerplate returned the following error so fixed
accordingly

Header in kubernetes-sigs/nfs-subdir-external-provisioner/release-tools/../Dockerfile does not match reference, diff:

--- reference
+++ kubernetes-sigs/nfs-subdir-external-provisioner/release-tools/../Dockerfile
@@ -1,4 +1,4 @@
-# Copyright YEAR The Kubernetes Authors.
+# Copyright YEAR-YEAR The Kubernetes Authors.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
2023-08-22 14:46:01 +01:00
kmova e834136851 set Dockerfile to build from distroless
Signed-off-by: kmova <kiran.mova@mayadata.io>
2020-12-23 17:45:57 +00:00
kmova 15bc8b0423 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>
2020-12-18 20:53:15 +00:00