We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd925c0 commit 10c5036Copy full SHA for 10c5036
docker-buildx.sh
@@ -42,12 +42,4 @@ docker buildx build --push --no-cache \
42
43
docker buildx prune -f
44
45
-docker buildx build --push --no-cache \
46
- --build-arg RELEASE="${release}" \
47
- -t "minio/mc:${release}.fips" \
48
- -t "quay.io/minio/mc:${release}.fips" \
49
- --platform=linux/amd64 -f Dockerfile.release.fips .
50
-
51
-docker buildx prune -f
52
53
sudo sysctl net.ipv6.conf.all.disable_ipv6=0
0 commit comments