nginx-s3-gateway
nginx-s3-gateway copied to clipboard
feat: make default NGINX Plus Dockerfile use buildkit
Proposed changes
This PR refactors the NGINX Plus Dockerfile makes the Buildkit Dockerfile the default NGINX Plus build given that both Buildkit is now the default Docker engine and that using Buildkit is a better build option security (and in doing so remove the current existing default Plus Dockerfile).
Part of this original commit has been split into a different PR https://github.com/nginxinc/nginx-s3-gateway/pull/274.
Checklist
Before creating a PR, run through this checklist and mark each as complete:
- [x] I have read the contributing guidelines.
- [x] I have signed the F5 Contributor License Agreement (CLA).
- [x] If applicable, I have added tests that prove my fix is effective or that my feature works.
- [x] If applicable, I have checked that any relevant tests pass after adding my changes.
- [x] I have updated any relevant documentation (e.g.
README.md).