provider-cloudflare icon indicating copy to clipboard operation
provider-cloudflare copied to clipboard

Fix Makefile

Open edenreich opened this issue 2 years ago • 0 comments

First need to merge https://github.com/crossplane-contrib/provider-cloudflare/pull/4

Changes:

  • [x] Upgrade go version in the container image to 1.17 (same version as used on AWS provider)
  • [x] Upgrade alpine version to 3.15.4
  • [x] Update README.md (install-local and install scripts were not presented)
  • [x] Fix lint command (use container image for running it with the latest image from that lint tool)
  • [x] Run go mod tidy
  • [x] Fix container image rename pkg to package same as the directory in the repository
  • [x] Fix container image copy over also internal folder for the build process, seems to be imported and required by build
  • [x] Add make cluster to make it easier to test this provider locally
  • [x] Use local container registry attached to the local cluster for testability

These changes will be fixing https://github.com/crossplane-contrib/provider-cloudflare/issues/6 once and only after https://github.com/crossplane-contrib/provider-cloudflare/pull/4 is merged

edenreich avatar May 07 '22 14:05 edenreich