Skip to content

SSM-Training/nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

210 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

Usage

You need to populate the container with custom NginX configuration files since they have been removed from the image:

/etc/nginx/nginx.conf
/etc/nginx/conf.d/*.conf

See in this example how to configure the deployment for that purpose: docker-compose.yaml

You can choose the release and digest to build:

ARG digest
ARG tag
FROM nginx:${tag}${digest}

About

NginX image to be used by Docker and Kubernetes

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Dockerfile 100.0%