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
chentao1596
343a9f367d
change the version of echoserver for creating app
2017-07-24 15:24:23 +08:00
Jonathan Pulsifer
03056aa563
echoheaders: Release echoserver:1.7
2017-07-17 14:55:56 -04:00
Jonathan Pulsifer
64f19e0ec3
echoheaders: nginx-slim:0.21
2017-07-17 14:46:24 -04:00
Nick Sardo
70ee676c4b
Merge pull request #959 from aledbf/update-ngx
...
Release nginx-slim 0.21
2017-07-14 13:03:37 -07:00
Manuel de Brito Fontes
0e94849524
Release nginx-slim 0.21
2017-07-12 20:12:02 -04:00
Manuel de Brito Fontes
7315082dd0
Release ubuntu-slim:0.13
2017-07-12 20:10:43 -04:00
Remington Reackhof
53b83695d4
fix nginx version to 1.13.3 to fix integer overflow in the range filter vulnerability
2017-07-11 11:32:16 -05:00
Manuel de Brito Fontes
e7fc9a5fcc
Release nginx-slim 0.20
2017-06-27 19:36:08 -04:00
Nick Sardo
a26bdc608c
Merge pull request #887 from aledbf/update-ngx
...
Release nginx-slim 0.19
2017-06-20 17:21:13 -07:00
Manuel de Brito Fontes
04c06eaaa6
Release nginx-slim 0.19
2017-06-20 19:57:25 -04:00
Jeff Grafton
b423e6d6ca
Release ubuntu-slim:0.12
2017-06-19 15:40:20 -07:00
Ryan Hitchman
e5d5bda1ca
Rewrite echoheaders to use openresty's templating.
...
This automatically escapes things, and makes the code easier to read.
template.lua was slightly modifed to not escape /, so it is vendored.
2017-06-14 17:54:53 -07:00
Nick Sardo
a5aaf45926
Merge pull request #823 from aledbf/update-nginx
...
Release nginx-slim 0.18
2017-06-12 15:08:48 -07:00
Manuel de Brito Fontes
98454a0aa2
Release nginx-slim 0.18
2017-06-07 11:07:12 -04:00
Manuel de Brito Fontes
1ea89a6112
Release ubuntu-slim 0.11
2017-06-07 10:38:03 -04:00
Manuel de Brito Fontes
c18c8f76ba
Publish echoheader image
2017-05-30 13:51:32 -04:00
Manjunath A Kumatagi
5ce45a1e7d
Makefile target for cross building all the supported archs
2017-05-22 08:14:18 -04:00
Nick Sardo
da723f91fa
Merge pull request #729 from aledbf/update-nginx
...
Release nginx-slim 0.17
2017-05-18 13:24:35 -07:00
Manuel de Brito Fontes
b72ee2479e
Release nginx-slim 0.17
2017-05-17 11:22:11 -04:00
Manuel de Brito Fontes
257d927262
Release ubuntu-slim 0.10
2017-05-17 10:13:36 -04:00
Dan Cech
485098fd69
use nginx vts module version 0.1.14
2017-05-11 13:56:42 -04:00
Manjunath A Kumatagi
9f426888b8
Add support for arm, arm64 and s390x arch
2017-04-25 15:12:07 +05:30
Manjunath A Kumatagi
172f7548d4
Multi arch nginx-slim docker image
...
Signed-off-by: Manjunath A Kumatagi <mkumatag@in.ibm.com>
2017-04-14 07:33:02 +05:30
Manuel de Brito Fontes
bc68f9eea3
Update nginx and vts module
2017-04-02 16:07:38 -03:00
Jeff Grafton
9e09b43a58
Release ubuntu-slim:0.8
...
This has no code changes, but it uses updated upstream dependencies with
fixes for the following:
* CVE-2016-1234
* CVE-2016-3706
* CVE-2016-4429
* CVE-2016-5417
* CVE-2016-6323
* CVE-2017-6507
2017-03-30 16:09:28 -07:00
bprashanth
bb489633b9
Add PUSH_TOOL to ubuntu Makefile
2017-02-17 10:20:34 -08:00
Prashanth B
477c1ba0fa
Merge pull request #289 from aledbf/update-nginx-slim
...
[nginx-slim] Update nginx-slim to 1.11.10
2017-02-17 22:43:10 +05:30
Prashanth B
3b92315a7c
Merge pull request #288 from aledbf/reduce-ubuntu-slim
...
[ubuntu-slim] Release ubuntu-slim 0.7
2017-02-17 22:42:55 +05:30
Tony Li
bba7213128
do the same for other makefiles
2017-02-16 17:13:36 -08:00
Manuel de Brito Fontes
a7b6c70ad1
Update nginx-slim to 1.11.10
2017-02-16 13:11:20 -03:00
Manuel de Brito Fontes
b22c19309c
Release ubuntu-slim 0.7
2017-02-16 10:27:35 -03:00
bprashanth
d002ca2f5e
Move custom images out of contrib
2017-01-31 10:23:05 -08:00