tree: 6efa121566487f0bb57f810cd0382fc1aa319f48 [path history] [tgz]
  1. .asf.yaml
  2. Dockerfile
  3. README.MD
README.MD

Docker images are not official ASF releases but provided for convenience. Recommended usage is always to build the source.

How to build

export INGRESS_VERSION=0.1.0
$ docker build -t apisix-ingress-controller:${INGRESS_VERSION} --build-arg INGRESS_VERSION=${INGRESS_VERSION} .

How to deploy

Ref to Apache apisix-ingress-controller