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 1414
1515# install gapic-generator-java in a separate layer so we don't overload the image
1616# 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
1818
1919WORKDIR /sdk-platform-java
2020COPY . .
@@ -27,7 +27,7 @@ RUN cp "/root/.m2/repository/com/google/api/gapic-generator-java/${DOCKER_GAPIC_
2727 "./gapic-generator-java.jar"
2828
2929# 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
3131
3232SHELL [ "/bin/bash" , "-c" ]
3333
You can’t perform that action at this time.
0 commit comments