mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
disable IPv6 globally on docker build (#13724)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo sysctl net.ipv6.conf.wlp59s0.disable_ipv6=1
|
sudo sysctl net.ipv6.conf.all.disable_ipv6=0
|
||||||
|
|
||||||
release=$(git describe --abbrev=0 --tags)
|
release=$(git describe --abbrev=0 --tags)
|
||||||
|
|
||||||
@@ -44,4 +44,4 @@ docker buildx build --push --no-cache \
|
|||||||
|
|
||||||
docker buildx prune -f
|
docker buildx prune -f
|
||||||
|
|
||||||
sudo sysctl net.ipv6.conf.wlp59s0.disable_ipv6=0
|
sudo sysctl net.ipv6.conf.all.disable_ipv6=0
|
||||||
|
|||||||
Reference in New Issue
Block a user