Add verification of docker buildx support (#4966)
This commit is contained in:
parent
7ff49b25d6
commit
5eddf1095d
7 changed files with 47 additions and 24 deletions
|
|
@ -76,13 +76,10 @@ git clone https://github.com/kubernetes/ingress-nginx
|
|||
|
||||
cd ingress-nginx/images/nginx
|
||||
|
||||
docker run --rm --privileged docker/binfmt:66f9012c56a8316f9244ffd7622d7c21c1f6f28d
|
||||
|
||||
docker buildx install
|
||||
|
||||
docker buildx create --use --name ingress-nginx
|
||||
|
||||
export TAG=$(git rev-parse HEAD)
|
||||
|
||||
make init-docker-buildx
|
||||
docker buildx use ingress-nginx --default --global
|
||||
|
||||
echo "Building NGINX images..."
|
||||
make release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue