Skip to content

Commit

Permalink
build: update post processor image (#11920)
Browse files Browse the repository at this point in the history
This PR updates the post processor image to the latest one which is
`gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo@sha256:590e38040466dced83fa3f0817b8b79723ca3a55ce8c61243d911fe253662f04`.

The latest image includes the following fixes:
googleapis/synthtool#1856
googleapis/synthtool#1881

Run the following commands to obtain the latest sha256
```
docker pull gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo:latest
```

```
partheniou@partheniou-vm-3:~$ docker inspect --format='{{.RepoDigests}}' gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo:latest
[gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo@sha256:590e38040466dced83fa3f0817b8b79723ca3a55ce8c61243d911fe253662f04]
```
  • Loading branch information
parthea authored Oct 26, 2023
1 parent 65da9c9 commit 8fc746d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo:latest
digest: sha256:2504e243aeb46a96e5012409500fd35b01b86855bc4b916646d8b179b2908741
digest: sha256:590e38040466dced83fa3f0817b8b79723ca3a55ce8c61243d911fe253662f04

0 comments on commit 8fc746d

Please sign in to comment.