File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ # owlbot-cli image from 20231010
2
+ sha256:623647ee79ac605858d09e60c1382a716c125fb776f69301b72de1cd35d49409
Original file line number Diff line number Diff line change @@ -75,13 +75,15 @@ git init
75
75
git commit --allow-empty -m ' empty commit'
76
76
popd # pre_processed_libs_folder
77
77
78
+ owlbot_cli_image_sha=$( cat " ${scripts_root} /configuration/owlbot-cli-sha" | grep " sha256" )
79
+
78
80
docker run --rm \
79
81
--user $( id -u) :$( id -g) \
80
82
-v " ${workspace} :/repo" \
81
83
-v " ${pre_processed_libs_folder} :/pre-processed-libraries" \
82
84
-w /repo \
83
85
--env HOME=/tmp \
84
- gcr.io/cloud-devrel-public-resources/owlbot-cli:latest \
86
+ gcr.io/cloud-devrel-public-resources/owlbot-cli@ " ${owlbot_cli_image_sha} " \
85
87
copy-code \
86
88
--source-repo-commit-hash=none \
87
89
--source-repo=/pre-processed-libraries \
You can’t perform that action at this time.
0 commit comments