fix: build failed
2 files changed
tree: 7ab911affef29cabb142f5dd8a008bdbf116c2b9
  1. Dockerfile
  2. 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