Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 714 Bytes

BUILD_FROM_SOURCE_README.md

File metadata and controls

22 lines (16 loc) · 714 Bytes

Build Instructions

The base tag this release is branched from is controller-1.3.1

Set Environment Variables

export DOCKER_REPO=<Docker Repository>
export DOCKER_NAMESPACE=<Docker Namespace>
export DOCKER_TAG=<Image Tag>

Build and Push Images

./build-images.sh

Notes

When upgrading NGINX Ingress Controller, you must take an additional step. After creating a branch for the new NGINX version, you must cherrypick commit ebe940c to the new branch. This commit makes a code change to the nginx.tmpl file and must be included in later releases for NGINX error pages to work as expected.