File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- ARG GO_VERSION
15
+ ARG GO_VERSION=1.22.9
16
16
17
- FROM multiarch/qemu-user-static:7.2.0-1 as qemu-image
17
+ FROM multiarch/qemu-user-static:7.2.0-1 AS qemu-image
18
18
19
19
# Includes bash, docker, and gcloud
20
20
FROM golang:${GO_VERSION}-alpine
Original file line number Diff line number Diff line change 4
4
- build
5
5
- --tag=gcr.io/$PROJECT_ID/gcb-docker-gcloud:$_GIT_TAG
6
6
- --build-arg=IMAGE_ARG=gcr.io/$PROJECT_ID/gcb-docker-gcloud:$_GIT_TAG
7
- - --build-arg=GO_VERSION=$_GO_VERSION
8
7
- .
9
8
dir : images/gcb-docker-gcloud/
10
9
- name : gcr.io/cloud-builders/docker
14
13
- gcr.io/$PROJECT_ID/gcb-docker-gcloud:latest
15
14
substitutions :
16
15
_GIT_TAG : ' 12345'
17
- _GO_VERSION : 1.22.9
18
16
images :
19
17
- ' gcr.io/$PROJECT_ID/gcb-docker-gcloud:$_GIT_TAG'
20
18
- ' gcr.io/$PROJECT_ID/gcb-docker-gcloud:latest'
You can’t perform that action at this time.
0 commit comments