File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.cloudbuild/library_generation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515timeout : 7200s # 2 hours
1616substitutions :
1717 _TEST_IMAGE_ID : " test-image:latest"
18- VERSION_CODENAME : " bookworm"
18+ _VERSION_CODENAME : " bookworm"
1919steps :
2020- name : gcr.io/cloud-builders/docker
2121 args : [
4545 # Add the repository to Apt sources:
4646 echo \
4747 "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
48- $(. /etc/os-release && echo "${VERSION_CODENAME }") stable" | \
48+ $(. /etc/os-release && echo "${_VERSION_CODENAME }") stable" | \
4949 sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
5050 apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
5151 # Install python dependencies
You can’t perform that action at this time.
0 commit comments