ingress-nginx-helm/images/nginx/rootfs
dmitry-j-mikhin 8ccec84496
fix nginx compilation flags (#8023)
* use '-O2' instead of '-Og'
  '-O2' produce production optimized binary while '-Og' is used mostly
  for debugging
* use '-mtune=generic' instead of '-mtune=native'
  '-mtune=native' produce optimal code for builder host system, but it
  can be sub-optimal for execution host system
2021-12-12 05:25:58 -08:00
..
etc/nginx/geoip Remove unnecessary copy of GeoIP databases 2019-03-19 09:36:30 -03:00
patches Downgrade nginx to v1.19 (#7639) 2021-09-15 11:08:11 -07:00
build.sh fix nginx compilation flags (#8023) 2021-12-12 05:25:58 -08:00
Dockerfile Remove addgroup directive from alpine building 2021-09-04 02:12:50 -03:00