We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e708ce8 + 297197a commit c9470d2Copy full SHA for c9470d2
kubeflow-access-management-ppc64le/build.sh
@@ -3,10 +3,10 @@
3
cd components/access-management
4
5
sed -i 's/GOARCH=amd64/GOARCH=ppc64le/g' Dockerfile
6
+sed -i 's/RUN go mod download/RUN git config --global http.sslVerify false \&\& go mod download/g' Dockerfile
7
8
sudo make build IMG=quay.io/ibm/${IMAGE} TAG=${RELEASE}
9
-
10
set +x
11
echo $quay_p | sudo docker login --username $quay_u --password-stdin https://quay.io
12
set -x
0 commit comments