mirror of
https://github.com/pgsty/minio.git
synced 2026-08-11 00:33:28 +03:00
add docker ubi buildx script
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo sysctl net.ipv6.conf.wlp59s0.disable_ipv6=1
|
||||
|
||||
release=$(git describe --abbrev=0 --tags)
|
||||
docker buildx build --push --no-cache -t "minio/minio:${release}-ubi" \
|
||||
--platform=linux/arm64,linux/amd64,linux/ppc64le,linux/s390x \
|
||||
-f Dockerfile.release.ubi .
|
||||
|
||||
docker buildx prune -f
|
||||
|
||||
sudo sysctl net.ipv6.conf.wlp59s0.disable_ipv6=0
|
||||
|
||||
Reference in New Issue
Block a user