Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 484 Bytes

File metadata and controls

17 lines (14 loc) · 484 Bytes

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}