Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect sha for demo image mirror source (#1924)
Summary: Fix incorrect sha for demo image mirror source This was identified on the first mirror demos GitHub action run ([link](https://github.com/pixie-io/pixie/actions/runs/9263712385/job/25482607834)). ``` time="2024-05-28T05:08:04Z" level=warning msg="Error running script" error="./deps.lua:146: Failed copying \"gcr.io/pixie-oss/demo-apps/px-sock-shop/carts@sha256:0bcf0ac7a03157b3a311e28e9e73ca827fc7b8c6454600b8626a3b129e41886c\" to \"docker.io/pxio/px-sock-shop-carts:latest@sha256:0bcf0ac7a03157b3a311e28e9e73ca827fc7b8c6454600b8626a3b129e41886c\": failed to get manifest gcr.io/pixie-oss/demo-apps/px-sock-shop/carts@sha256:0bcf0ac7a03157b3a311e28e9e73ca827fc7b8c6454600b8626a3b129e41886c: request failed: not found [http 404]: {\"errors\":[{\"code\":\"MANIFEST_UNKNOWN\",\"message\":\"Requested entity was not found.\"}]}\n\nstack traceback:\n\t[G]: in function 'copy'\n\t./deps.lua:146: in function 'mirrorImgs'\n\t<string>:3: in main chunk\n\t[G]: ?" script="sync demo images" ``` Relevant Issues: N/A Type of change: /kind bug Test Plan: Verified that `docker pull` for the updated sha works ``` $ docker pull gcr.io/pixie-oss/demo-apps/px-sock-shop/carts@sha256:dee4cc373d22e022db85d12ba8ffaa504a93d801f19d48db6fe37d530f3b8f05 gcr.io/pixie-oss/demo-apps/px-sock-shop/carts@sha256:dee4cc373d22e022db85d12ba8ffaa504a93d801f19d48db6fe37d530f3b8f05: Pulling from pixie-oss/demo-apps/px-sock-shop/carts Digest: sha256:dee4cc373d22e022db85d12ba8ffaa504a93d801f19d48db6fe37d530f3b8f05 Status: Image is up to date for gcr.io/pixie-oss/demo-apps/px-sock-shop/carts@sha256:dee4cc373d22e022db85d12ba8ffaa504a93d801f19d48db6fe37d530f3b8f05 gcr.io/pixie-oss/demo-apps/px-sock-shop/carts@sha256:dee4cc373d22e022db85d12ba8ffaa504a93d801f19d48db6fe37d530f3b8f05 ``` Signed-off-by: Dom Del Nano <[email protected]>
- Loading branch information