This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
quay
Archived
Watch
1
Star
0
Fork
You've already forked quay
0
Code
Issues
Pull requests
Releases
Wiki
Activity
This repository has been archived on
2020-03-24
. You can view files and clone it, but cannot push or open issues or pull requests.
334a08d90b
quay
/
conf
/
init
/
service
/
nginx
/
run
8 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
Switch over to phusion baseimage. Prevent everything from daemonizing and start it with runit under phusion. Make workers trap and handle sigint and sigterm. Extend the reservation to 1hr for dockerfilebuild. Update nginx to remove the dependency on libgd. Merge the requirements and requirements enterprise files.
2014-04-11 17:32:45 +00:00
#! /bin/bash
echo 'Starting nginx'
Add support for tuf metadata endpoints
2017-02-13 19:14:44 +00:00
/usr/sbin/nginx -c /conf/nginx/nginx.conf
Switch over to phusion baseimage. Prevent everything from daemonizing and start it with runit under phusion. Make workers trap and handle sigint and sigterm. Extend the reservation to 1hr for dockerfilebuild. Update nginx to remove the dependency on libgd. Merge the requirements and requirements enterprise files.
2014-04-11 17:32:45 +00:00
nginx: use upstream ubuntu package (#1546) Ubuntu 16.04 LTS has a newer version than what we compile.
2016-06-16 17:51:04 +00:00
echo 'Nginx exited'
Reference in a new issue
Copy permalink