adobe-apiplatform / apigateway

A Performant API Gateway based on NGINX and Openresty
MIT License
301 stars 57 forks source link

Updated request-validation version to 1.2.4 #44

Closed andralungu closed 7 years ago

andralungu commented 7 years ago

@cristianconstantin, @ddragosd ping.

ddragosd commented 7 years ago

@andralungu can you add a link to the release and the change list for ref?

andralungu commented 7 years ago

@ddragosd, this is the link to the release: https://github.com/adobe-apiplatform/api-gateway-request-validation/releases/tag/1.2.4

andralungu commented 7 years ago

The lines containing ONBUILD were removed since they were interfering with the creation of a new docker image.

cristianconstantin commented 7 years ago

👍 for removing the ONBUILD instructions. @ddragosd what was the reason for adding them? Allowing to customize the initialization of the container? Unfortunately this would force you to duplicate the init.sh file.

andralungu commented 7 years ago

PR updated to allow customization of the basic configs.

cristianconstantin commented 7 years ago

@ddascal friendly ping

cristianconstantin commented 7 years ago

@ddascal friendly ping

ddragosd commented 7 years ago

:+1: