File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1616 - name : builtBaseImage
1717 type : image
1818 steps :
19- - image : gcr.io/google.com/cloudsdktool/cloud-sdk
19+ - image : gcr.io/tekton-releases/dogfooding/buildx-gcloud:latest
2020 name : build-image
2121 env :
2222 # Connect to the sidecar over TCP, with TLS.
@@ -39,14 +39,11 @@ spec:
3939 # Setup docker-auth
4040 gcloud auth configure-docker
4141
42+ ln -s /root/.docker/cli-plugins ~/.docker/cli-plugins
43+
4244 # add qemu bins
4345 docker run --rm --privileged tonistiigi/binfmt:latest --install all
4446
45- #install buildx
46- mkdir -p ~/.docker/cli-plugins
47- curl -fsSL https://github.com/docker/buildx/releases/download/v0.4.2/buildx-v0.4.2.linux-amd64 > ~/.docker/cli-plugins/docker-buildx
48- chmod u+x ~/.docker/cli-plugins/docker-buildx
49-
5047 #create docker context
5148 docker context create context1
5249
You can’t perform that action at this time.
0 commit comments