add asf.yaml
2 files changed
tree: ebcd38f5c041f7ca923562dcbbf494bc1c9968c5
  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