nginx-s3-gateway icon indicating copy to clipboard operation
nginx-s3-gateway copied to clipboard

feat: make default NGINX Plus Dockerfile use buildkit

Open alessfg opened this issue 1 year ago • 0 comments

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).

alessfg avatar Jun 25 '24 21:06 alessfg