Commit graph

82 commits

Author SHA1 Message Date
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
Manuel de Brito Fontes
6537ff3ebf Auto stash before merge of "master" and "master/master" 2017-10-20 22:38:27 -03:00
Manuel de Brito Fontes
98e4661607 Update nginx to 1.13.6 2017-10-10 15:16:15 -03:00
Manuel de Brito Fontes
b038e7a954 Build modsecurity module as dynamic 2017-10-10 11:10:00 -03:00
Manuel de Brito Fontes
a9a22b0c72 Add modsecurity module 2017-10-10 09:56:39 -03:00
Manuel Alejandro de Brito Fontes
169b776856 Merge pull request #1352 from aledbf/custom-error-pages
Add example for nginx custom error pages
2017-09-28 10:36:20 -07:00
Albert Vaca
ea7771ead9 Allow overriding the tag and registry
The same way it is possible in controllers/nginx/Makefile
2017-09-26 23:11:25 +02:00
Manuel de Brito Fontes
319a60a313 Release nginx-slim 0.25 2017-09-17 20:38:39 -03:00
Manuel de Brito Fontes
bc464c7cb8 Add example for nginx custom error pages 2017-09-13 20:11:32 -03:00
Rye Terrell
362469ba0a Update sha256sum of nginx substitutions
For whatever reason, this sha256sum changed. Double check this before merging, obviously, but it seems legit.
2017-09-12 08:31:55 -05:00
Manuel de Brito Fontes
87b1d137da Release nginx-slim 0.24 2017-09-08 11:31:45 -03:00
Manuel de Brito Fontes
baf9cc47bd Update go dependencies 2017-08-16 09:12:47 -03:00
Jonathan Pulsifer
042de7a494
[404-server] Fix path in Godeps.json 2017-08-14 19:02:27 -04:00
Jonathan Pulsifer
5ffc721b34
Add 404-server (defaultbackend) 2017-08-14 18:57:43 -04:00
Mohammad Asif Siddiqui
82be2077b6 Make Readme file more readable 2017-08-10 11:48:06 +08:00
Manuel de Brito Fontes
d0ee250ef4 Release nginx-slim 0.23 2017-08-08 14:06:54 -04:00
Nick Sardo
6b4f1c1dd6 Merge pull request #1073 from aledbf/remove-lua-ngx
Release nginx-slim 0.22
2017-08-07 16:58:58 -07:00
Manuel de Brito Fontes
95b04ff9eb Release nginx-slim 0.22 2017-08-07 19:50:03 -04:00
Manuel de Brito Fontes
e4aa52509b Disable platform s390x 2017-08-07 19:44:13 -04:00
Manuel de Brito Fontes
d758f79fc2 Release ubuntu-slim 0.14 2017-08-04 12:31:59 -04:00
Nick Sardo
3495bfb4ac Merge pull request #1007 from mkumatag/echoserver_multiarch
Multi arch echoserver image
2017-07-27 11:44:21 -07:00
Manjunath A Kumatagi
38e6c11979
Multi arch echoserver image 2017-07-24 14:44:03 +05:30