Skip to content

the docker for Apache APISIX ingress controller

Notifications You must be signed in to change notification settings

apache/apisix-ingress-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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