the docker for Apache APISIX ingress controller

Clone this repo:

Branches

  1. b4472e0 chore: bump 1.5.1 (#8) by Jintao Zhang · 1 year, 5 months ago main
  2. 7411009 chore: update for v1.5.0 (#7) by Jintao Zhang · 1 year, 7 months ago
  3. ed1724b chore: v1.5.0-rc1 (#6) by Jintao Zhang · 1 year, 9 months ago
  4. 0515ed7 feat: update to golang 1.16 (#5) by kv · 2 years, 4 months ago
  5. 0d37ac0 chore: bump default APISIX Ingress version (#4) by Jintao Zhang · 2 years, 6 months ago

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