TeslaGov / ngx-http-auth-jwt-module

Secure your NGINX locations with JWT
MIT License
308 stars 118 forks source link

Fix: Docker Buildkit: Make stage names lowercase #84

Closed SmartArray closed 1 year ago

SmartArray commented 1 year ago

This PR modifies the stage names to be lowercase.

On recent versions of Docker Buildkit uppercase stage names yield this error:

failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to parse stage name "BASE_IMAGE": invalid reference format: repository name must be lowercase
JoshMcCullough commented 1 year ago

Looks good, thanks again. Note that these image names have been changed in v2 which is coming soon (PR: https://github.com/TeslaGov/ngx-http-auth-jwt-module/pull/87). But I'll merge this for now, anyway.