File tree 1 file changed +2
-2
lines changed
.cloudbuild/library_generation
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
# install gapic-generator-java in a separate layer so we don't overload the image
16
16
# with the transferred source code and jars
17
- FROM gcr.io/cloud-devrel-public-resources/java21 AS ggj-build
17
+ FROM gcr.io/cloud-devrel-public-resources/java21@sha256:2ceff5eeea72260258df56d42e44ed413e52ee421c1b77393c5f2c9c4d7c41da AS ggj-build
18
18
19
19
WORKDIR /sdk-platform-java
20
20
COPY . .
@@ -27,7 +27,7 @@ RUN cp "/root/.m2/repository/com/google/api/gapic-generator-java/${DOCKER_GAPIC_
27
27
"./gapic-generator-java.jar"
28
28
29
29
# build from the root of this repo:
30
- FROM gcr.io/cloud-devrel-public-resources/python
30
+ FROM gcr.io/cloud-devrel-public-resources/python@sha256:9c5ea427632f195ad164054831968389d86fdde4a15abca651f3fcb2a71268cb
31
31
32
32
SHELL [ "/bin/bash" , "-c" ]
33
33
You can’t perform that action at this time.
0 commit comments