Skip to content

dockeiro/docker-nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle CI Size Version Commit Docker Hub

Docker NGINX

Customised NGINX base image.

Installation

docker pull dockeirorock/nginx

Alternatively you can build the image yourself.

git clone https://github.com/dockeiro/docker-nginx.git && \
cd docker-nginx && \
ARCH=$(dpkg --print-architecture)&& \
echo ARCH loaded: ${ARCH} && \
docker build --no-cache \
--build-arg IMAGE=dockeirorock/nginx \
--build-arg BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
--build-arg VERSION=$(cat VERSION) \
--build-arg VCS_REF=$(git rev-parse --short HEAD) \
--build-arg VCS_URL=$(git config --get remote.origin.url) \
--tag dockeirorock/nginx:$(cat VERSION)-${ARCH} \
--rm .

Configuration

  • Use CMD [ "/sbin/init.sh", "--debug" ] (or override it from the command line) in a child image to run NGINX in the debug mode

TODO

  • None for now

About

Customised NGINX base image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.2%
  • Dockerfile 46.8%