Manuel de Brito Fontes
3fb5ea1fb0
Update nginx image
2018-04-24 16:24:38 -03:00
Jeff Schroeder
916ccf39d3
Update nginx-opentracing to 0.3.0
...
This version includes a new `http.host` header to make searching by
vhost in zipkin or jaeger more trivial.
2018-04-23 18:55:13 -05:00
Elvin Efendi
5bc8d4f966
include lua-resty-balancer in nginx image
2018-04-19 23:41:40 -04:00
Manuel de Brito Fontes
86b0c8e9f4
Update nginx image to fix modsecurity crs issues
2018-04-17 18:48:33 -03:00
Manuel Alejandro de Brito Fontes
22a2e9b426
Update nginx to 1.13.12 ( #2327 )
2018-04-10 19:09:41 -03:00
Manuel Alejandro de Brito Fontes
888b74b336
Disable lua waf where luajit is not available ( #2306 )
2018-04-07 15:27:10 -03:00
Manuel Alejandro de Brito Fontes
fd458df0a6
Fix issues building nginx image in different platforms ( #2305 )
2018-04-07 10:02:16 -03:00
Elvin Efendi
6987b3f667
include the rest of lua-resty-waf dependencies ( #2303 )
2018-04-07 07:49:21 -03:00
Elvin Efendi
82a6d4c2f5
include lua-resty-waf and its dependencies in the base Nginx image ( #2301 )
...
* install lua-resty-waf
* bump version
* include Kubernetes header
2018-04-06 18:08:25 -03:00
Manuel Alejandro de Brito Fontes
13d390ebb0
Update nginx to 1.13.11 ( #2290 )
2018-04-04 12:18:17 -03:00
Manuel Alejandro de Brito Fontes
e2937cc8f6
Fix custom-error-pages image publication script ( #2289 )
2018-04-03 15:09:34 -03:00
AdamDang
bcb162ac0f
Update README.md ( #2276 )
...
Small typo fix .
2018-03-30 08:00:43 -03:00
Ashley Gau
84a6e0c1ab
add http/2
2018-03-22 10:25:35 -07:00
Manuel Alejandro de Brito Fontes
0398c410e6
Update nginx to 1.13.10 and enable gRPC ( #2221 )
2018-03-21 00:26:36 -03:00
Elvin Efendi
dbbeffb86c
include lua-resty-lock in nginx image ( #2172 )
2018-03-08 14:00:19 -08:00
Elvin Efendi
164bb7bd57
include lua-upstream-nginx-module in Nginx build ( #2163 )
2018-03-03 13:38:02 -03:00
Manuel Alejandro de Brito Fontes
3e07e06e7b
Update nginx with new modules ( #2155 )
2018-03-02 23:02:17 -03:00
rvkubiak
8ddb610604
Add GCB config to build defaultbackend ( #2125 )
...
Uses Google Container Builder to build and push the defaultbackend
image. This will be used for automated builds of Kubernetes addon
images.
2018-02-28 18:18:12 -03:00
Manuel Alejandro de Brito Fontes
0990c5b6ad
Migrate to codecov.io ( #2120 )
...
* Migrate to codecov.io
* Fix data race
* Update nginx to 1.13.9
2018-02-20 08:27:02 -08:00
Karl Stoney
d1b6f32981
Enabled the dynamic reload of GeoIP data ( #2107 )
...
* Moved geoip data into its own folder so it can be volume mounted
* Added FS watches for the geoip data
* Fixed single quotes issue (interpolation)
* Fixed gofmt errors
* Updated to directory crawl
2018-02-17 12:24:50 -08:00
Manuel Alejandro de Brito Fontes
ce8ba06208
Fix e2e tests updating nginx image ( #2112 )
2018-02-17 12:23:00 -08:00
Karl Stoney
769f11df60
Added GeoIP Organisational data ( #2099 )
2018-02-15 14:10:20 -08:00
Manuel Alejandro de Brito Fontes
9bb9011e57
Only pods in running phase are vallid for status ( #2093 )
2018-02-14 21:19:27 -08:00
Nick Sardo
1f79333789
Merge pull request #2091 from nicksardo/https-port-echo
...
Add HTTPS port to echoheaders
2018-02-14 14:12:06 -08:00
rvkubiak
0311a99d3e
Update Makefile to allow specifying tag from command line ( #2092 )
...
The usage text in the Makefile suggests that you can specify TAG=1.4 to your make command to build with the specified tag. This does not work, since TAG is hard coded in the Makefile and overwrites any value you pass on the command line.
$ GOPATH=/go TAG=notagforyou make container
docker build --pull -t gcr.io/google_containers/defaultbackend-amd64:1.4 .
Sending build context to Docker daemon 5.921MB
Step 1/4 : FROM scratch
--->
Step 2/4 : USER 65534:65534
---> Using cache
---> 0f38024aa24e
Step 3/4 : COPY server /
---> f8509ce4595d
Step 4/4 : ENTRYPOINT /server
---> Running in 29b31420e648
---> 65818e326440
Removing intermediate container 29b31420e648
Successfully built 65818e326440
Successfully tagged gcr.io/google_containers/defaultbackend-amd64:1.4
Update the TAG variable to work as documented.
2018-02-14 14:10:42 -08:00
Nick Sardo
665985921b
Add HTTPS port to echoheaders
2018-02-14 14:07:45 -08:00
Arno Uhlig
5101e74347
Ingress custom backend ( #2086 )
...
* fix out of range
* add metrics and health endpoint
* ensure extension dot prefix
2018-02-14 09:16:44 -08:00
Karl Stoney
d76ea2c6f4
Added nginx_cookie_flag_module ( #2021 )
2018-02-07 18:14:20 -08:00
david
5ca39ae600
add matchLabels in Deployment yaml, that both API extensions/v1beta1 and apps/v1 can be used ( #2036 )
...
Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
2018-02-07 08:50:12 -08:00
Karl Stoney
cab72086f5
Use v3/dev/performance of ModSecurity because of performance ( #1996 )
...
* Updated to very specific versions of modsecurity and
modsecurity-crs to deal with performance problems
* Put rules back in the correct order
* brotli rollback
2018-02-01 02:42:56 -08:00
Marc Sensenich
07c2bb8dde
Add --with-http_secure_link_module for the Nginx build configuration ( #1914 )
2018-01-17 15:14:11 -02:00
Manuel Alejandro de Brito Fontes
a8cea88573
Release nginx 0.32 ( #1909 )
2018-01-17 09:55:05 -02:00
Manuel Alejandro de Brito Fontes
b329786ec3
Update nginx modules ( #1852 )
...
Update nginx to v1.13.8 and update modules
2017-12-26 20:05:23 -03:00
Manuel de Brito Fontes
a4f67c0853
Fix verification of boilerplate, style and file headers
2017-12-03 13:58:23 -03:00
Manuel de Brito Fontes
e52275d3be
Update nginx v1.13.7
2017-11-21 18:57:21 -03:00
Manuel de Brito Fontes
81e02e6c08
Deprecate ubuntu-slim
2017-11-12 00:47:46 -03:00
Manuel de Brito Fontes
811829de60
Release nginx 0.29
2017-11-12 00:34:40 -03:00
Ricardo Pchevuzinske Katz
fddcfd0340
Adds Brotli support
2017-11-01 17:53:18 -02:00
Manuel Alejandro de Brito Fontes
e4e1e6874c
Merge pull request #1598 from acoshift/404-server-shutdown
...
404-server: graceful shutdown
2017-10-27 13:45:36 -03:00
Manuel Alejandro de Brito Fontes
d534a90e11
Merge pull request #1593 from aledbf/fix-ubuntu-slim-makefile
...
Fix makefile default task
2017-10-26 12:37:04 -03:00
acoshift
2f8e81e383
404-server: graceful shutdown
2017-10-26 21:03:55 +07:00
Manuel de Brito Fontes
01410028f7
Fix makefile default task
2017-10-25 23:38:20 -03:00
Manuel de Brito Fontes
e560536857
Update opentracing module and release image to quay.io
2017-10-25 23:37:37 -03:00
Manuel de Brito Fontes
febd7cf3e2
Report information about errors deployments
2017-10-25 19:43:01 -03:00
Manuel de Brito Fontes
d5a0d34e37
Add scripts to release from travis-ci
2017-10-25 19:09:12 -03:00
rnburn
888375acef
Upgrade nginx-opentracing.
2017-10-24 13:49:30 -07:00
Nick Sardo
69efc3fec9
Merge pull request #1569 from aledbf/default-backend
...
Update 404 server image
2017-10-24 10:28:30 -07:00
rnburn
efaff02837
Fix Makefile to work in OSX.
2017-10-23 18:18:52 -07:00
Manuel de Brito Fontes
5f8fe1aab8
Update 404 server
2017-10-22 11:31:50 -03:00
Manuel de Brito Fontes
f2bb02da95
Release nginx-slim 0.27
2017-10-21 19:49:33 -03:00