-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issues with nightly perf tool runs #1905
Comments
2 tasks
ddelnano
added a commit
that referenced
this issue
May 20, 2024
Summary: Upgrade bcc and libbpf to fix Google COS socket tracer issues See GitHub issue comments below for more details. This pulls in the following BCC fix (iovisor/bcc@57ca51b). Relevant Issues: Closes #1900, part of #1905 Type of change: /kind bug Test Plan: Skaffold'ed this change to a Ubuntu and Google COS cluster and verified socket tracer works again - [x] Verified that all kernel build passes - [x] Verified that all kernel build used a bcc repo reference that matches latest commit ``` ddelnano@noble-dev:~/code/bcc/build (pixie8) $ git diff pixie/pixie8 ddelnano/pixie8 ddelnano@noble-dev:~/code/bcc/build (pixie8) $ ``` Changelog Message: Fix issue with socket tracer on recent Google COS instances --------- Signed-off-by: Dom Del Nano <[email protected]>
2 tasks
vihangm
added a commit
that referenced
this issue
May 26, 2024
Summary: Add GitHub action for mirroring demo container images Relevant Issues: Precursor to fixing px-sock-shop (#1905) Type of change: /kind bug Test Plan: Used regbot dry run to verify the following conditions - [x] `regbot_demos.yaml` script runs successfully and namespaces each image with demo name <details><summary> command output </summary> ``` $ regbot once --dry-run --config regbot_demos.yaml INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/kbudde/rabbitmq-exporter@sha256:12f27d6d84e6dbdd72c6bc2605e48af9910517394483c1dfa3230e49d3e32107" target="docker.io/pxio/px-sock-shop-kbudde-rabbitmq-exporter:latest@sha256:12f27d6d84e6dbdd72c6bc2605e48af9910517394483c1dfa3230e49d3e32107" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/kbudde/rabbitmq-exporter@sha256:12f27d6d84e6dbdd72c6bc2605e48af9910517394483c1dfa3230e49d3e32107" target="ghcr.io/pixie-io/px-sock-shop-kbudde-rabbitmq-exporter:latest@sha256:12f27d6d84e6dbdd72c6bc2605e48af9910517394483c1dfa3230e49d3e32107" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/kbudde/rabbitmq-exporter@sha256:12f27d6d84e6dbdd72c6bc2605e48af9910517394483c1dfa3230e49d3e32107" target="quay.io/pixie/px-sock-shop-kbudde-rabbitmq-exporter:latest@sha256:12f27d6d84e6dbdd72c6bc2605e48af9910517394483c1dfa3230e49d3e32107" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/mongo:4@sha256:8665d6b3b8e022cceae38fda41f6f4b50eaf84380c930bcf9b3a78f220b9f75c" target="docker.io/pxio/px-sock-shop-mongo:4@sha256:8665d6b3b8e022cceae38fda41f6f4b50eaf84380c930bcf9b3a78f220b9f75c" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/mongo:4@sha256:8665d6b3b8e022cceae38fda41f6f4b50eaf84380c930bcf9b3a78f220b9f75c" target="ghcr.io/pixie-io/px-sock-shop-mongo:4@sha256:8665d6b3b8e022cceae38fda41f6f4b50eaf84380c930bcf9b3a78f220b9f75c" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/mongo:4@sha256:8665d6b3b8e022cceae38fda41f6f4b50eaf84380c930bcf9b3a78f220b9f75c" target="quay.io/pixie/px-sock-shop-mongo:4@sha256:8665d6b3b8e022cceae38fda41f6f4b50eaf84380c930bcf9b3a78f220b9f75c" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/rabbitmq:3.6.8-management@sha256:0297618bd60270f03665448b02b3b1110dfc51fae60a3c6804005169f0904dad" target="docker.io/pxio/px-sock-shop-rabbitmq:3.6.8-management@sha256:0297618bd60270f03665448b02b3b1110dfc51fae60a3c6804005169f0904dad" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/rabbitmq:3.6.8-management@sha256:0297618bd60270f03665448b02b3b1110dfc51fae60a3c6804005169f0904dad" target="ghcr.io/pixie-io/px-sock-shop-rabbitmq:3.6.8-management@sha256:0297618bd60270f03665448b02b3b1110dfc51fae60a3c6804005169f0904dad" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/rabbitmq:3.6.8-management@sha256:0297618bd60270f03665448b02b3b1110dfc51fae60a3c6804005169f0904dad" target="quay.io/pixie/px-sock-shop-rabbitmq:3.6.8-management@sha256:0297618bd60270f03665448b02b3b1110dfc51fae60a3c6804005169f0904dad" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/redis:alpine@sha256:da0cc759968a286f9fa8e3a0d8faca70e4dcf8ffc25fd290a041c59a9eb725c7" target="docker.io/pxio/px-sock-shop-redis:alpine@sha256:da0cc759968a286f9fa8e3a0d8faca70e4dcf8ffc25fd290a041c59a9eb725c7" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/redis:alpine@sha256:da0cc759968a286f9fa8e3a0d8faca70e4dcf8ffc25fd290a041c59a9eb725c7" target="ghcr.io/pixie-io/px-sock-shop-redis:alpine@sha256:da0cc759968a286f9fa8e3a0d8faca70e4dcf8ffc25fd290a041c59a9eb725c7" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/redis:alpine@sha256:da0cc759968a286f9fa8e3a0d8faca70e4dcf8ffc25fd290a041c59a9eb725c7" target="quay.io/pixie/px-sock-shop-redis:alpine@sha256:da0cc759968a286f9fa8e3a0d8faca70e4dcf8ffc25fd290a041c59a9eb725c7" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/load-test:0.1.1@sha256:536d46f8c867e4ff4c3ed69848955b487f9bec060539c169f190fe522650e5cd" target="docker.io/pxio/px-sock-shop-weaveworksdemos-load-test:0.1.1@sha256:536d46f8c867e4ff4c3ed69848955b487f9bec060539c169f190fe522650e5cd" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/load-test:0.1.1@sha256:536d46f8c867e4ff4c3ed69848955b487f9bec060539c169f190fe522650e5cd" target="ghcr.io/pixie-io/px-sock-shop-weaveworksdemos-load-test:0.1.1@sha256:536d46f8c867e4ff4c3ed69848955b487f9bec060539c169f190fe522650e5cd" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/load-test:0.1.1@sha256:536d46f8c867e4ff4c3ed69848955b487f9bec060539c169f190fe522650e5cd" target="quay.io/pixie/px-sock-shop-weaveworksdemos-load-test:0.1.1@sha256:536d46f8c867e4ff4c3ed69848955b487f9bec060539c169f190fe522650e5cd" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/catalogue-db:0.3.0@sha256:7ba74ec9adf88f6625b8d85d3323d1ee5232b39877e1590021ea485cf9457251" target="docker.io/pxio/px-sock-shop-weaveworksdemos-catalogue-db:0.3.0@sha256:7ba74ec9adf88f6625b8d85d3323d1ee5232b39877e1590021ea485cf9457251" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/catalogue-db:0.3.0@sha256:7ba74ec9adf88f6625b8d85d3323d1ee5232b39877e1590021ea485cf9457251" target="ghcr.io/pixie-io/px-sock-shop-weaveworksdemos-catalogue-db:0.3.0@sha256:7ba74ec9adf88f6625b8d85d3323d1ee5232b39877e1590021ea485cf9457251" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/catalogue-db:0.3.0@sha256:7ba74ec9adf88f6625b8d85d3323d1ee5232b39877e1590021ea485cf9457251" target="quay.io/pixie/px-sock-shop-weaveworksdemos-catalogue-db:0.3.0@sha256:7ba74ec9adf88f6625b8d85d3323d1ee5232b39877e1590021ea485cf9457251" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/catalogue:0.3.5@sha256:0147a65b7116569439eefb1a6dbed455fe022464ef70e0c3cab75bc4a226b39b" target="docker.io/pxio/px-sock-shop-weaveworksdemos-catalogue:0.3.5@sha256:0147a65b7116569439eefb1a6dbed455fe022464ef70e0c3cab75bc4a226b39b" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/catalogue:0.3.5@sha256:0147a65b7116569439eefb1a6dbed455fe022464ef70e0c3cab75bc4a226b39b" target="ghcr.io/pixie-io/px-sock-shop-weaveworksdemos-catalogue:0.3.5@sha256:0147a65b7116569439eefb1a6dbed455fe022464ef70e0c3cab75bc4a226b39b" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/catalogue:0.3.5@sha256:0147a65b7116569439eefb1a6dbed455fe022464ef70e0c3cab75bc4a226b39b" target="quay.io/pixie/px-sock-shop-weaveworksdemos-catalogue:0.3.5@sha256:0147a65b7116569439eefb1a6dbed455fe022464ef70e0c3cab75bc4a226b39b" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/payment:0.4.3@sha256:5ab1c9877480a018d4dda10d6dfa382776e6bca9fc1c60bacbb80903fde8cfe0" target="docker.io/pxio/px-sock-shop-weaveworksdemos-payment:0.4.3@sha256:5ab1c9877480a018d4dda10d6dfa382776e6bca9fc1c60bacbb80903fde8cfe0" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/payment:0.4.3@sha256:5ab1c9877480a018d4dda10d6dfa382776e6bca9fc1c60bacbb80903fde8cfe0" target="ghcr.io/pixie-io/px-sock-shop-weaveworksdemos-payment:0.4.3@sha256:5ab1c9877480a018d4dda10d6dfa382776e6bca9fc1c60bacbb80903fde8cfe0" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/payment:0.4.3@sha256:5ab1c9877480a018d4dda10d6dfa382776e6bca9fc1c60bacbb80903fde8cfe0" target="quay.io/pixie/px-sock-shop-weaveworksdemos-payment:0.4.3@sha256:5ab1c9877480a018d4dda10d6dfa382776e6bca9fc1c60bacbb80903fde8cfe0" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/user:0.4.7@sha256:2ffccc332963c89e035fea52201012208bf62df43a55fe461ad6598a5c757ab7" target="docker.io/pxio/px-sock-shop-weaveworksdemos-user:0.4.7@sha256:2ffccc332963c89e035fea52201012208bf62df43a55fe461ad6598a5c757ab7" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/user:0.4.7@sha256:2ffccc332963c89e035fea52201012208bf62df43a55fe461ad6598a5c757ab7" target="ghcr.io/pixie-io/px-sock-shop-weaveworksdemos-user:0.4.7@sha256:2ffccc332963c89e035fea52201012208bf62df43a55fe461ad6598a5c757ab7" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/user:0.4.7@sha256:2ffccc332963c89e035fea52201012208bf62df43a55fe461ad6598a5c757ab7" target="quay.io/pixie/px-sock-shop-weaveworksdemos-user:0.4.7@sha256:2ffccc332963c89e035fea52201012208bf62df43a55fe461ad6598a5c757ab7" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/user-db:0.3.0@sha256:695bc22c11396c7ae747118c56e619f3b3295d9d4cbec999d30230b3f399a389" target="docker.io/pxio/px-sock-shop-weaveworksdemos-user-db:0.3.0@sha256:695bc22c11396c7ae747118c56e619f3b3295d9d4cbec999d30230b3f399a389" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/user-db:0.3.0@sha256:695bc22c11396c7ae747118c56e619f3b3295d9d4cbec999d30230b3f399a389" target="ghcr.io/pixie-io/px-sock-shop-weaveworksdemos-user-db:0.3.0@sha256:695bc22c11396c7ae747118c56e619f3b3295d9d4cbec999d30230b3f399a389" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/weaveworksdemos/user-db:0.3.0@sha256:695bc22c11396c7ae747118c56e619f3b3295d9d4cbec999d30230b3f399a389" target="quay.io/pixie/px-sock-shop-weaveworksdemos-user-db:0.3.0@sha256:695bc22c11396c7ae747118c56e619f3b3295d9d4cbec999d30230b3f399a389" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/demo-apps/px-sock-shop/carts@sha256:0bcf0ac7a03157b3a311e28e9e73ca827fc7b8c6454600b8626a3b129e41886c" target="docker.io/pxio/px-sock-shop-pixie-oss-demo-apps-px-sock-shop-carts:latest@sha256:0bcf0ac7a03157b3a311e28e9e73ca827fc7b8c6454600b8626a3b129e41886c" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/demo-apps/px-sock-shop/carts@sha256:0bcf0ac7a03157b3a311e28e9e73ca827fc7b8c6454600b8626a3b129e41886c" target="ghcr.io/pixie-io/px-sock-shop-pixie-oss-demo-apps-px-sock-shop-carts:latest@sha256:0bcf0ac7a03157b3a311e28e9e73ca827fc7b8c6454600b8626a3b129e41886c" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/demo-apps/px-sock-shop/carts@sha256:0bcf0ac7a03157b3a311e28e9e73ca827fc7b8c6454600b8626a3b129e41886c" target="quay.io/pixie/px-sock-shop-pixie-oss-demo-apps-px-sock-shop-carts:latest@sha256:0bcf0ac7a03157b3a311e28e9e73ca827fc7b8c6454600b8626a3b129e41886c" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/demo-apps/px-sock-shop/orders@sha256:433a589dd7b2b5ecd08005760d1ddca884f31e86870a1d563bd6f696bef078a6" target="docker.io/pxio/px-sock-shop-pixie-oss-demo-apps-px-sock-shop-orders:latest@sha256:433a589dd7b2b5ecd08005760d1ddca884f31e86870a1d563bd6f696bef078a6" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/demo-apps/px-sock-shop/orders@sha256:433a589dd7b2b5ecd08005760d1ddca884f31e86870a1d563bd6f696bef078a6" target="ghcr.io/pixie-io/px-sock-shop-pixie-oss-demo-apps-px-sock-shop-orders:latest@sha256:433a589dd7b2b5ecd08005760d1ddca884f31e86870a1d563bd6f696bef078a6" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/demo-apps/px-sock-shop/orders@sha256:433a589dd7b2b5ecd08005760d1ddca884f31e86870a1d563bd6f696bef078a6" target="quay.io/pixie/px-sock-shop-pixie-oss-demo-apps-px-sock-shop-orders:latest@sha256:433a589dd7b2b5ecd08005760d1ddca884f31e86870a1d563bd6f696bef078a6" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/demo-apps/px-sock-shop/queue-master@sha256:d52117018089a83b8e3c631b861ca390fd4ab64f3ab3ee5a3a1247f49e35c0e7" target="docker.io/pxio/px-sock-shop-pixie-oss-demo-apps-px-sock-shop-queue-master:latest@sha256:d52117018089a83b8e3c631b861ca390fd4ab64f3ab3ee5a3a1247f49e35c0e7" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/demo-apps/px-sock-shop/queue-master@sha256:d52117018089a83b8e3c631b861ca390fd4ab64f3ab3ee5a3a1247f49e35c0e7" target="ghcr.io/pixie-io/px-sock-shop-pixie-oss-demo-apps-px-sock-shop-queue-master:latest@sha256:d52117018089a83b8e3c631b861ca390fd4ab64f3ab3ee5a3a1247f49e35c0e7" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/demo-apps/px-sock-shop/queue-master@sha256:d52117018089a83b8e3c631b861ca390fd4ab64f3ab3ee5a3a1247f49e35c0e7" target="quay.io/pixie/px-sock-shop-pixie-oss-demo-apps-px-sock-shop-queue-master:latest@sha256:d52117018089a83b8e3c631b861ca390fd4ab64f3ab3ee5a3a1247f49e35c0e7" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/demo-apps/px-sock-shop/shipping@sha256:3b1365606ac36aa8f71fb2fe39e33124dafd37d74b16b8b603ac321e6afb4c8e" target="docker.io/pxio/px-sock-shop-pixie-oss-demo-apps-px-sock-shop-shipping:latest@sha256:3b1365606ac36aa8f71fb2fe39e33124dafd37d74b16b8b603ac321e6afb4c8e" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/demo-apps/px-sock-shop/shipping@sha256:3b1365606ac36aa8f71fb2fe39e33124dafd37d74b16b8b603ac321e6afb4c8e" target="ghcr.io/pixie-io/px-sock-shop-pixie-oss-demo-apps-px-sock-shop-shipping:latest@sha256:3b1365606ac36aa8f71fb2fe39e33124dafd37d74b16b8b603ac321e6afb4c8e" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/demo-apps/px-sock-shop/shipping@sha256:3b1365606ac36aa8f71fb2fe39e33124dafd37d74b16b8b603ac321e6afb4c8e" target="quay.io/pixie/px-sock-shop-pixie-oss-demo-apps-px-sock-shop-shipping:latest@sha256:3b1365606ac36aa8f71fb2fe39e33124dafd37d74b16b8b603ac321e6afb4c8e" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/pixie-dev-public/curl:multiarch-7.87.0@sha256:f7f265d5c64eb4463a43a99b6bf773f9e61a50aaa7cefaf564f43e42549a01dd" target="docker.io/pxio/px-sock-shop-pixie-oss-pixie-dev-public-curl:multiarch-7.87.0@sha256:f7f265d5c64eb4463a43a99b6bf773f9e61a50aaa7cefaf564f43e42549a01dd" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/pixie-dev-public/curl:multiarch-7.87.0@sha256:f7f265d5c64eb4463a43a99b6bf773f9e61a50aaa7cefaf564f43e42549a01dd" target="ghcr.io/pixie-io/px-sock-shop-pixie-oss-pixie-dev-public-curl:multiarch-7.87.0@sha256:f7f265d5c64eb4463a43a99b6bf773f9e61a50aaa7cefaf564f43e42549a01dd" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-oss/pixie-dev-public/curl:multiarch-7.87.0@sha256:f7f265d5c64eb4463a43a99b6bf773f9e61a50aaa7cefaf564f43e42549a01dd" target="quay.io/pixie/px-sock-shop-pixie-oss-pixie-dev-public-curl:multiarch-7.87.0@sha256:f7f265d5c64eb4463a43a99b6bf773f9e61a50aaa7cefaf564f43e42549a01dd" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/redis:alpine@sha256:da0cc759968a286f9fa8e3a0d8faca70e4dcf8ffc25fd290a041c59a9eb725c7" target="docker.io/pxio/px-online-boutique-redis:alpine@sha256:da0cc759968a286f9fa8e3a0d8faca70e4dcf8ffc25fd290a041c59a9eb725c7" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/redis:alpine@sha256:da0cc759968a286f9fa8e3a0d8faca70e4dcf8ffc25fd290a041c59a9eb725c7" target="ghcr.io/pixie-io/px-online-boutique-redis:alpine@sha256:da0cc759968a286f9fa8e3a0d8faca70e4dcf8ffc25fd290a041c59a9eb725c7" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/redis:alpine@sha256:da0cc759968a286f9fa8e3a0d8faca70e4dcf8ffc25fd290a041c59a9eb725c7" target="quay.io/pixie/px-online-boutique-redis:alpine@sha256:da0cc759968a286f9fa8e3a0d8faca70e4dcf8ffc25fd290a041c59a9eb725c7" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/microservices-demo-app/adservice:1.0@sha256:1f9fcf114f33c35cba4fd49c9bfc4c3b6dc17fd316b4f03aa0f9b3e1cbb4104d" target="docker.io/pxio/px-online-boutique-pixie-prod-demos-microservices-demo-app-adservice:1.0@sha256:1f9fcf114f33c35cba4fd49c9bfc4c3b6dc17fd316b4f03aa0f9b3e1cbb4104d" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/microservices-demo-app/adservice:1.0@sha256:1f9fcf114f33c35cba4fd49c9bfc4c3b6dc17fd316b4f03aa0f9b3e1cbb4104d" target="ghcr.io/pixie-io/px-online-boutique-pixie-prod-demos-microservices-demo-app-adservice:1.0@sha256:1f9fcf114f33c35cba4fd49c9bfc4c3b6dc17fd316b4f03aa0f9b3e1cbb4104d" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/microservices-demo-app/adservice:1.0@sha256:1f9fcf114f33c35cba4fd49c9bfc4c3b6dc17fd316b4f03aa0f9b3e1cbb4104d" target="quay.io/pixie/px-online-boutique-pixie-prod-demos-microservices-demo-app-adservice:1.0@sha256:1f9fcf114f33c35cba4fd49c9bfc4c3b6dc17fd316b4f03aa0f9b3e1cbb4104d" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/cartservice:v0.3.6@sha256:eb0ac54c81a8f60ddba39921a4052dd6dfe88273805983c43d5283b446a584ee" target="docker.io/pxio/px-online-boutique-google-samples-microservices-demo-cartservice:v0.3.6@sha256:eb0ac54c81a8f60ddba39921a4052dd6dfe88273805983c43d5283b446a584ee" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/cartservice:v0.3.6@sha256:eb0ac54c81a8f60ddba39921a4052dd6dfe88273805983c43d5283b446a584ee" target="ghcr.io/pixie-io/px-online-boutique-google-samples-microservices-demo-cartservice:v0.3.6@sha256:eb0ac54c81a8f60ddba39921a4052dd6dfe88273805983c43d5283b446a584ee" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/cartservice:v0.3.6@sha256:eb0ac54c81a8f60ddba39921a4052dd6dfe88273805983c43d5283b446a584ee" target="quay.io/pixie/px-online-boutique-google-samples-microservices-demo-cartservice:v0.3.6@sha256:eb0ac54c81a8f60ddba39921a4052dd6dfe88273805983c43d5283b446a584ee" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/checkoutservice:v0.3.6@sha256:cd6cb39b8397e193bddbb36be3599be949fa2ea617838910d2eacdddd4ef5437" target="docker.io/pxio/px-online-boutique-google-samples-microservices-demo-checkoutservice:v0.3.6@sha256:cd6cb39b8397e193bddbb36be3599be949fa2ea617838910d2eacdddd4ef5437" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/checkoutservice:v0.3.6@sha256:cd6cb39b8397e193bddbb36be3599be949fa2ea617838910d2eacdddd4ef5437" target="ghcr.io/pixie-io/px-online-boutique-google-samples-microservices-demo-checkoutservice:v0.3.6@sha256:cd6cb39b8397e193bddbb36be3599be949fa2ea617838910d2eacdddd4ef5437" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/checkoutservice:v0.3.6@sha256:cd6cb39b8397e193bddbb36be3599be949fa2ea617838910d2eacdddd4ef5437" target="quay.io/pixie/px-online-boutique-google-samples-microservices-demo-checkoutservice:v0.3.6@sha256:cd6cb39b8397e193bddbb36be3599be949fa2ea617838910d2eacdddd4ef5437" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/currencyservice:v0.3.6@sha256:1f6640ba9495a5097c3405cb9037bf0cb799c3cb3e301d9bf17b776bbf9e5cad" target="docker.io/pxio/px-online-boutique-google-samples-microservices-demo-currencyservice:v0.3.6@sha256:1f6640ba9495a5097c3405cb9037bf0cb799c3cb3e301d9bf17b776bbf9e5cad" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/currencyservice:v0.3.6@sha256:1f6640ba9495a5097c3405cb9037bf0cb799c3cb3e301d9bf17b776bbf9e5cad" target="ghcr.io/pixie-io/px-online-boutique-google-samples-microservices-demo-currencyservice:v0.3.6@sha256:1f6640ba9495a5097c3405cb9037bf0cb799c3cb3e301d9bf17b776bbf9e5cad" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/currencyservice:v0.3.6@sha256:1f6640ba9495a5097c3405cb9037bf0cb799c3cb3e301d9bf17b776bbf9e5cad" target="quay.io/pixie/px-online-boutique-google-samples-microservices-demo-currencyservice:v0.3.6@sha256:1f6640ba9495a5097c3405cb9037bf0cb799c3cb3e301d9bf17b776bbf9e5cad" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/emailservice:v0.3.6@sha256:700fc07f140b8be73212fff2b04938c49c4451dcd1044488438b9865aed7eece" target="docker.io/pxio/px-online-boutique-google-samples-microservices-demo-emailservice:v0.3.6@sha256:700fc07f140b8be73212fff2b04938c49c4451dcd1044488438b9865aed7eece" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/emailservice:v0.3.6@sha256:700fc07f140b8be73212fff2b04938c49c4451dcd1044488438b9865aed7eece" target="ghcr.io/pixie-io/px-online-boutique-google-samples-microservices-demo-emailservice:v0.3.6@sha256:700fc07f140b8be73212fff2b04938c49c4451dcd1044488438b9865aed7eece" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/emailservice:v0.3.6@sha256:700fc07f140b8be73212fff2b04938c49c4451dcd1044488438b9865aed7eece" target="quay.io/pixie/px-online-boutique-google-samples-microservices-demo-emailservice:v0.3.6@sha256:700fc07f140b8be73212fff2b04938c49c4451dcd1044488438b9865aed7eece" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/frontend:v0.3.6@sha256:54bc781a1791327799d793792c6f454342c8731d7f9737df336a8c97055883de" target="docker.io/pxio/px-online-boutique-google-samples-microservices-demo-frontend:v0.3.6@sha256:54bc781a1791327799d793792c6f454342c8731d7f9737df336a8c97055883de" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/frontend:v0.3.6@sha256:54bc781a1791327799d793792c6f454342c8731d7f9737df336a8c97055883de" target="ghcr.io/pixie-io/px-online-boutique-google-samples-microservices-demo-frontend:v0.3.6@sha256:54bc781a1791327799d793792c6f454342c8731d7f9737df336a8c97055883de" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/frontend:v0.3.6@sha256:54bc781a1791327799d793792c6f454342c8731d7f9737df336a8c97055883de" target="quay.io/pixie/px-online-boutique-google-samples-microservices-demo-frontend:v0.3.6@sha256:54bc781a1791327799d793792c6f454342c8731d7f9737df336a8c97055883de" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/loadgenerator:v0.3.6@sha256:25548c590b038917536e381dd43d75af168e57b5ff4f5cf3374bb58b3ad4967e" target="docker.io/pxio/px-online-boutique-google-samples-microservices-demo-loadgenerator:v0.3.6@sha256:25548c590b038917536e381dd43d75af168e57b5ff4f5cf3374bb58b3ad4967e" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/loadgenerator:v0.3.6@sha256:25548c590b038917536e381dd43d75af168e57b5ff4f5cf3374bb58b3ad4967e" target="ghcr.io/pixie-io/px-online-boutique-google-samples-microservices-demo-loadgenerator:v0.3.6@sha256:25548c590b038917536e381dd43d75af168e57b5ff4f5cf3374bb58b3ad4967e" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/loadgenerator:v0.3.6@sha256:25548c590b038917536e381dd43d75af168e57b5ff4f5cf3374bb58b3ad4967e" target="quay.io/pixie/px-online-boutique-google-samples-microservices-demo-loadgenerator:v0.3.6@sha256:25548c590b038917536e381dd43d75af168e57b5ff4f5cf3374bb58b3ad4967e" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/paymentservice:v0.3.6@sha256:476fcb22bf9aa231d771ea6b178014f070d97d233a5204aff29f8b45a01fc442" target="docker.io/pxio/px-online-boutique-google-samples-microservices-demo-paymentservice:v0.3.6@sha256:476fcb22bf9aa231d771ea6b178014f070d97d233a5204aff29f8b45a01fc442" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/paymentservice:v0.3.6@sha256:476fcb22bf9aa231d771ea6b178014f070d97d233a5204aff29f8b45a01fc442" target="ghcr.io/pixie-io/px-online-boutique-google-samples-microservices-demo-paymentservice:v0.3.6@sha256:476fcb22bf9aa231d771ea6b178014f070d97d233a5204aff29f8b45a01fc442" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/paymentservice:v0.3.6@sha256:476fcb22bf9aa231d771ea6b178014f070d97d233a5204aff29f8b45a01fc442" target="quay.io/pixie/px-online-boutique-google-samples-microservices-demo-paymentservice:v0.3.6@sha256:476fcb22bf9aa231d771ea6b178014f070d97d233a5204aff29f8b45a01fc442" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/productcatalogservice:v0.3.6@sha256:a4b68f0a8d85c5a1e2476ac6804f9fdeb9610649aed2d0351416f711a82f3017" target="docker.io/pxio/px-online-boutique-google-samples-microservices-demo-productcatalogservice:v0.3.6@sha256:a4b68f0a8d85c5a1e2476ac6804f9fdeb9610649aed2d0351416f711a82f3017" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/productcatalogservice:v0.3.6@sha256:a4b68f0a8d85c5a1e2476ac6804f9fdeb9610649aed2d0351416f711a82f3017" target="ghcr.io/pixie-io/px-online-boutique-google-samples-microservices-demo-productcatalogservice:v0.3.6@sha256:a4b68f0a8d85c5a1e2476ac6804f9fdeb9610649aed2d0351416f711a82f3017" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/productcatalogservice:v0.3.6@sha256:a4b68f0a8d85c5a1e2476ac6804f9fdeb9610649aed2d0351416f711a82f3017" target="quay.io/pixie/px-online-boutique-google-samples-microservices-demo-productcatalogservice:v0.3.6@sha256:a4b68f0a8d85c5a1e2476ac6804f9fdeb9610649aed2d0351416f711a82f3017" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/recommendationservice:v0.3.6@sha256:305488566cd703aa2d158b3097ca399f2340446ec0a0ec398d76bf4a4d7df22e" target="docker.io/pxio/px-online-boutique-google-samples-microservices-demo-recommendationservice:v0.3.6@sha256:305488566cd703aa2d158b3097ca399f2340446ec0a0ec398d76bf4a4d7df22e" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/recommendationservice:v0.3.6@sha256:305488566cd703aa2d158b3097ca399f2340446ec0a0ec398d76bf4a4d7df22e" target="ghcr.io/pixie-io/px-online-boutique-google-samples-microservices-demo-recommendationservice:v0.3.6@sha256:305488566cd703aa2d158b3097ca399f2340446ec0a0ec398d76bf4a4d7df22e" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/recommendationservice:v0.3.6@sha256:305488566cd703aa2d158b3097ca399f2340446ec0a0ec398d76bf4a4d7df22e" target="quay.io/pixie/px-online-boutique-google-samples-microservices-demo-recommendationservice:v0.3.6@sha256:305488566cd703aa2d158b3097ca399f2340446ec0a0ec398d76bf4a4d7df22e" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/shippingservice:v0.3.6@sha256:7e0b09aad2d8eb95979d1467311e74938768d55b875b0c5405317c3ee54e4d6c" target="docker.io/pxio/px-online-boutique-google-samples-microservices-demo-shippingservice:v0.3.6@sha256:7e0b09aad2d8eb95979d1467311e74938768d55b875b0c5405317c3ee54e4d6c" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/shippingservice:v0.3.6@sha256:7e0b09aad2d8eb95979d1467311e74938768d55b875b0c5405317c3ee54e4d6c" target="ghcr.io/pixie-io/px-online-boutique-google-samples-microservices-demo-shippingservice:v0.3.6@sha256:7e0b09aad2d8eb95979d1467311e74938768d55b875b0c5405317c3ee54e4d6c" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/google-samples/microservices-demo/shippingservice:v0.3.6@sha256:7e0b09aad2d8eb95979d1467311e74938768d55b875b0c5405317c3ee54e4d6c" target="quay.io/pixie/px-online-boutique-google-samples-microservices-demo-shippingservice:v0.3.6@sha256:7e0b09aad2d8eb95979d1467311e74938768d55b875b0c5405317c3ee54e4d6c" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/finagle/hello:1.0@sha256:85006a2eae6e86019d85e1e12915d9d21e4af85b80a24674dc2b7a2ef4e7dbff" target="docker.io/pxio/px-finagle-pixie-prod-demos-finagle-hello:1.0@sha256:85006a2eae6e86019d85e1e12915d9d21e4af85b80a24674dc2b7a2ef4e7dbff" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/finagle/hello:1.0@sha256:85006a2eae6e86019d85e1e12915d9d21e4af85b80a24674dc2b7a2ef4e7dbff" target="ghcr.io/pixie-io/px-finagle-pixie-prod-demos-finagle-hello:1.0@sha256:85006a2eae6e86019d85e1e12915d9d21e4af85b80a24674dc2b7a2ef4e7dbff" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/finagle/hello:1.0@sha256:85006a2eae6e86019d85e1e12915d9d21e4af85b80a24674dc2b7a2ef4e7dbff" target="quay.io/pixie/px-finagle-pixie-prod-demos-finagle-hello:1.0@sha256:85006a2eae6e86019d85e1e12915d9d21e4af85b80a24674dc2b7a2ef4e7dbff" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/cassandra:3.11.8@sha256:f38395460cdaf4ccf4da72766dd076069c39ce47ffc51e5bdfaecfca843d964a" target="docker.io/pxio/px-k8ssandra-cassandra:3.11.8@sha256:f38395460cdaf4ccf4da72766dd076069c39ce47ffc51e5bdfaecfca843d964a" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/cassandra:3.11.8@sha256:f38395460cdaf4ccf4da72766dd076069c39ce47ffc51e5bdfaecfca843d964a" target="ghcr.io/pixie-io/px-k8ssandra-cassandra:3.11.8@sha256:f38395460cdaf4ccf4da72766dd076069c39ce47ffc51e5bdfaecfca843d964a" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/cassandra:3.11.8@sha256:f38395460cdaf4ccf4da72766dd076069c39ce47ffc51e5bdfaecfca843d964a" target="quay.io/pixie/px-k8ssandra-cassandra:3.11.8@sha256:f38395460cdaf4ccf4da72766dd076069c39ce47ffc51e5bdfaecfca843d964a" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/k8ssandra/k8ssandra-operator:v1.6.1@sha256:976e6be635a1d46cd83b593f3fce1a9bd5e7db48e5150cee03ad35f28f2433c8" target="docker.io/pxio/px-k8ssandra-k8ssandra-k8ssandra-operator:v1.6.1@sha256:976e6be635a1d46cd83b593f3fce1a9bd5e7db48e5150cee03ad35f28f2433c8" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/k8ssandra/k8ssandra-operator:v1.6.1@sha256:976e6be635a1d46cd83b593f3fce1a9bd5e7db48e5150cee03ad35f28f2433c8" target="ghcr.io/pixie-io/px-k8ssandra-k8ssandra-k8ssandra-operator:v1.6.1@sha256:976e6be635a1d46cd83b593f3fce1a9bd5e7db48e5150cee03ad35f28f2433c8" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/k8ssandra/k8ssandra-operator:v1.6.1@sha256:976e6be635a1d46cd83b593f3fce1a9bd5e7db48e5150cee03ad35f28f2433c8" target="quay.io/pixie/px-k8ssandra-k8ssandra-k8ssandra-operator:v1.6.1@sha256:976e6be635a1d46cd83b593f3fce1a9bd5e7db48e5150cee03ad35f28f2433c8" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/k8ssandra/cass-operator:v1.15.0@sha256:176c17f725e10743cd1413c5ebfb190b935cecce6b7868a139cef72384015cfa" target="docker.io/pxio/px-k8ssandra-k8ssandra-cass-operator:v1.15.0@sha256:176c17f725e10743cd1413c5ebfb190b935cecce6b7868a139cef72384015cfa" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/k8ssandra/cass-operator:v1.15.0@sha256:176c17f725e10743cd1413c5ebfb190b935cecce6b7868a139cef72384015cfa" target="ghcr.io/pixie-io/px-k8ssandra-k8ssandra-cass-operator:v1.15.0@sha256:176c17f725e10743cd1413c5ebfb190b935cecce6b7868a139cef72384015cfa" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/k8ssandra/cass-operator:v1.15.0@sha256:176c17f725e10743cd1413c5ebfb190b935cecce6b7868a139cef72384015cfa" target="quay.io/pixie/px-k8ssandra-k8ssandra-cass-operator:v1.15.0@sha256:176c17f725e10743cd1413c5ebfb190b935cecce6b7868a139cef72384015cfa" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/petclinic/backend:1.0@sha256:8f3bfb03da53e13d25a70291631d35aff259ce038b5dce61a8ea182766e7594b" target="docker.io/pxio/px-k8ssandra-pixie-prod-demos-petclinic-backend:1.0@sha256:8f3bfb03da53e13d25a70291631d35aff259ce038b5dce61a8ea182766e7594b" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/petclinic/backend:1.0@sha256:8f3bfb03da53e13d25a70291631d35aff259ce038b5dce61a8ea182766e7594b" target="ghcr.io/pixie-io/px-k8ssandra-pixie-prod-demos-petclinic-backend:1.0@sha256:8f3bfb03da53e13d25a70291631d35aff259ce038b5dce61a8ea182766e7594b" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/petclinic/backend:1.0@sha256:8f3bfb03da53e13d25a70291631d35aff259ce038b5dce61a8ea182766e7594b" target="quay.io/pixie/px-k8ssandra-pixie-prod-demos-petclinic-backend:1.0@sha256:8f3bfb03da53e13d25a70291631d35aff259ce038b5dce61a8ea182766e7594b" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/petclinic/frontend:1.0@sha256:0a48dc7ebc80cf8c818e27777038c052ef82a8c11c30accbdf16845cb1f72d77" target="docker.io/pxio/px-k8ssandra-pixie-prod-demos-petclinic-frontend:1.0@sha256:0a48dc7ebc80cf8c818e27777038c052ef82a8c11c30accbdf16845cb1f72d77" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/petclinic/frontend:1.0@sha256:0a48dc7ebc80cf8c818e27777038c052ef82a8c11c30accbdf16845cb1f72d77" target="ghcr.io/pixie-io/px-k8ssandra-pixie-prod-demos-petclinic-frontend:1.0@sha256:0a48dc7ebc80cf8c818e27777038c052ef82a8c11c30accbdf16845cb1f72d77" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/petclinic/frontend:1.0@sha256:0a48dc7ebc80cf8c818e27777038c052ef82a8c11c30accbdf16845cb1f72d77" target="quay.io/pixie/px-k8ssandra-pixie-prod-demos-petclinic-frontend:1.0@sha256:0a48dc7ebc80cf8c818e27777038c052ef82a8c11c30accbdf16845cb1f72d77" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475" target="docker.io/pxio/px-kafka-alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475" target="ghcr.io/pixie-io/px-kafka-alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475" target="quay.io/pixie/px-kafka-alpine:3.6@sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/wurstmeister/kafka:2.12-2.5.0@sha256:ed8058aa4ac11f2b08dd1e30bd5683f34d70ed773a0c77e51aa1de2bbcd9c2a8" target="docker.io/pxio/px-kafka-wurstmeister-kafka:2.12-2.5.0@sha256:ed8058aa4ac11f2b08dd1e30bd5683f34d70ed773a0c77e51aa1de2bbcd9c2a8" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/wurstmeister/kafka:2.12-2.5.0@sha256:ed8058aa4ac11f2b08dd1e30bd5683f34d70ed773a0c77e51aa1de2bbcd9c2a8" target="ghcr.io/pixie-io/px-kafka-wurstmeister-kafka:2.12-2.5.0@sha256:ed8058aa4ac11f2b08dd1e30bd5683f34d70ed773a0c77e51aa1de2bbcd9c2a8" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/wurstmeister/kafka:2.12-2.5.0@sha256:ed8058aa4ac11f2b08dd1e30bd5683f34d70ed773a0c77e51aa1de2bbcd9c2a8" target="quay.io/pixie/px-kafka-wurstmeister-kafka:2.12-2.5.0@sha256:ed8058aa4ac11f2b08dd1e30bd5683f34d70ed773a0c77e51aa1de2bbcd9c2a8" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/apache:1.0@sha256:d5d1602d4666f5422db47b4ea743e7a2be1b43392b2943fb763ef95757d986dc" target="docker.io/pxio/px-kafka-pixie-prod-demos-kafka-apache:1.0@sha256:d5d1602d4666f5422db47b4ea743e7a2be1b43392b2943fb763ef95757d986dc" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/apache:1.0@sha256:d5d1602d4666f5422db47b4ea743e7a2be1b43392b2943fb763ef95757d986dc" target="ghcr.io/pixie-io/px-kafka-pixie-prod-demos-kafka-apache:1.0@sha256:d5d1602d4666f5422db47b4ea743e7a2be1b43392b2943fb763ef95757d986dc" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/apache:1.0@sha256:d5d1602d4666f5422db47b4ea743e7a2be1b43392b2943fb763ef95757d986dc" target="quay.io/pixie/px-kafka-pixie-prod-demos-kafka-apache:1.0@sha256:d5d1602d4666f5422db47b4ea743e7a2be1b43392b2943fb763ef95757d986dc" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/invoicing:2.0@sha256:bc49808a900b2b4fede7198a59eba64da204e75edee5909d7a735efb34debdab" target="docker.io/pxio/px-kafka-pixie-prod-demos-kafka-invoicing:2.0@sha256:bc49808a900b2b4fede7198a59eba64da204e75edee5909d7a735efb34debdab" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/invoicing:2.0@sha256:bc49808a900b2b4fede7198a59eba64da204e75edee5909d7a735efb34debdab" target="ghcr.io/pixie-io/px-kafka-pixie-prod-demos-kafka-invoicing:2.0@sha256:bc49808a900b2b4fede7198a59eba64da204e75edee5909d7a735efb34debdab" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/invoicing:2.0@sha256:bc49808a900b2b4fede7198a59eba64da204e75edee5909d7a735efb34debdab" target="quay.io/pixie/px-kafka-pixie-prod-demos-kafka-invoicing:2.0@sha256:bc49808a900b2b4fede7198a59eba64da204e75edee5909d7a735efb34debdab" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/load-test:1.0@sha256:43cb16a5493f84a6786900f011f49bd7d5b5fe55e85c92cee41b8f435da61416" target="docker.io/pxio/px-kafka-pixie-prod-demos-kafka-load-test:1.0@sha256:43cb16a5493f84a6786900f011f49bd7d5b5fe55e85c92cee41b8f435da61416" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/load-test:1.0@sha256:43cb16a5493f84a6786900f011f49bd7d5b5fe55e85c92cee41b8f435da61416" target="ghcr.io/pixie-io/px-kafka-pixie-prod-demos-kafka-load-test:1.0@sha256:43cb16a5493f84a6786900f011f49bd7d5b5fe55e85c92cee41b8f435da61416" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/load-test:1.0@sha256:43cb16a5493f84a6786900f011f49bd7d5b5fe55e85c92cee41b8f435da61416" target="quay.io/pixie/px-kafka-pixie-prod-demos-kafka-load-test:1.0@sha256:43cb16a5493f84a6786900f011f49bd7d5b5fe55e85c92cee41b8f435da61416" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/order:2.0@sha256:7338f1e5521bc02e3f59fc321c8412c24ed48b2944c126ec8e05b922df8aab20" target="docker.io/pxio/px-kafka-pixie-prod-demos-kafka-order:2.0@sha256:7338f1e5521bc02e3f59fc321c8412c24ed48b2944c126ec8e05b922df8aab20" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/order:2.0@sha256:7338f1e5521bc02e3f59fc321c8412c24ed48b2944c126ec8e05b922df8aab20" target="ghcr.io/pixie-io/px-kafka-pixie-prod-demos-kafka-order:2.0@sha256:7338f1e5521bc02e3f59fc321c8412c24ed48b2944c126ec8e05b922df8aab20" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/order:2.0@sha256:7338f1e5521bc02e3f59fc321c8412c24ed48b2944c126ec8e05b922df8aab20" target="quay.io/pixie/px-kafka-pixie-prod-demos-kafka-order:2.0@sha256:7338f1e5521bc02e3f59fc321c8412c24ed48b2944c126ec8e05b922df8aab20" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/postgres:1.0@sha256:32ea3742beb88f7a893a89f86d15979baffc96d8fb1d9e93fada6fb474d3728f" target="docker.io/pxio/px-kafka-pixie-prod-demos-kafka-postgres:1.0@sha256:32ea3742beb88f7a893a89f86d15979baffc96d8fb1d9e93fada6fb474d3728f" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/postgres:1.0@sha256:32ea3742beb88f7a893a89f86d15979baffc96d8fb1d9e93fada6fb474d3728f" target="ghcr.io/pixie-io/px-kafka-pixie-prod-demos-kafka-postgres:1.0@sha256:32ea3742beb88f7a893a89f86d15979baffc96d8fb1d9e93fada6fb474d3728f" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/postgres:1.0@sha256:32ea3742beb88f7a893a89f86d15979baffc96d8fb1d9e93fada6fb474d3728f" target="quay.io/pixie/px-kafka-pixie-prod-demos-kafka-postgres:1.0@sha256:32ea3742beb88f7a893a89f86d15979baffc96d8fb1d9e93fada6fb474d3728f" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/shipping:2.0@sha256:d5b7a2dc93ed23a3e0e018002a5c184362f226559a92e1d6b0ee7e6a3c5d175a" target="docker.io/pxio/px-kafka-pixie-prod-demos-kafka-shipping:2.0@sha256:d5b7a2dc93ed23a3e0e018002a5c184362f226559a92e1d6b0ee7e6a3c5d175a" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/shipping:2.0@sha256:d5b7a2dc93ed23a3e0e018002a5c184362f226559a92e1d6b0ee7e6a3c5d175a" target="ghcr.io/pixie-io/px-kafka-pixie-prod-demos-kafka-shipping:2.0@sha256:d5b7a2dc93ed23a3e0e018002a5c184362f226559a92e1d6b0ee7e6a3c5d175a" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/shipping:2.0@sha256:d5b7a2dc93ed23a3e0e018002a5c184362f226559a92e1d6b0ee7e6a3c5d175a" target="quay.io/pixie/px-kafka-pixie-prod-demos-kafka-shipping:2.0@sha256:d5b7a2dc93ed23a3e0e018002a5c184362f226559a92e1d6b0ee7e6a3c5d175a" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/zookeeper:2.0@sha256:7a7fd44a72104bfbd24a77844bad5fabc86485b036f988ea927d1780782a6680" target="docker.io/pxio/px-kafka-pixie-prod-demos-kafka-zookeeper:2.0@sha256:7a7fd44a72104bfbd24a77844bad5fabc86485b036f988ea927d1780782a6680" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/zookeeper:2.0@sha256:7a7fd44a72104bfbd24a77844bad5fabc86485b036f988ea927d1780782a6680" target="ghcr.io/pixie-io/px-kafka-pixie-prod-demos-kafka-zookeeper:2.0@sha256:7a7fd44a72104bfbd24a77844bad5fabc86485b036f988ea927d1780782a6680" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/kafka/zookeeper:2.0@sha256:7a7fd44a72104bfbd24a77844bad5fabc86485b036f988ea927d1780782a6680" target="quay.io/pixie/px-kafka-pixie-prod-demos-kafka-zookeeper:2.0@sha256:7a7fd44a72104bfbd24a77844bad5fabc86485b036f988ea927d1780782a6680" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/mongo:7.0@sha256:97aac78a80553735b3d9b9b7212803468781b4859645f892a3d04e6b621a7b77" target="docker.io/pxio/px-mongodb-mongo:7.0@sha256:97aac78a80553735b3d9b9b7212803468781b4859645f892a3d04e6b621a7b77" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/mongo:7.0@sha256:97aac78a80553735b3d9b9b7212803468781b4859645f892a3d04e6b621a7b77" target="ghcr.io/pixie-io/px-mongodb-mongo:7.0@sha256:97aac78a80553735b3d9b9b7212803468781b4859645f892a3d04e6b621a7b77" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="docker.io/library/mongo:7.0@sha256:97aac78a80553735b3d9b9b7212803468781b4859645f892a3d04e6b621a7b77" target="quay.io/pixie/px-mongodb-mongo:7.0@sha256:97aac78a80553735b3d9b9b7212803468781b4859645f892a3d04e6b621a7b77" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/px-mongo/backend:1.0.0@sha256:0e2295edd0faa9718fc5cbda499e0b994538b5930257c12e4ee55fadc3474987" target="docker.io/pxio/px-mongodb-pixie-prod-demos-px-mongo-backend:1.0.0@sha256:0e2295edd0faa9718fc5cbda499e0b994538b5930257c12e4ee55fadc3474987" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/px-mongo/backend:1.0.0@sha256:0e2295edd0faa9718fc5cbda499e0b994538b5930257c12e4ee55fadc3474987" target="ghcr.io/pixie-io/px-mongodb-pixie-prod-demos-px-mongo-backend:1.0.0@sha256:0e2295edd0faa9718fc5cbda499e0b994538b5930257c12e4ee55fadc3474987" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/px-mongo/backend:1.0.0@sha256:0e2295edd0faa9718fc5cbda499e0b994538b5930257c12e4ee55fadc3474987" target="quay.io/pixie/px-mongodb-pixie-prod-demos-px-mongo-backend:1.0.0@sha256:0e2295edd0faa9718fc5cbda499e0b994538b5930257c12e4ee55fadc3474987" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/px-mongo/frontend:1.0.0@sha256:9018b6c8a7efce6224f0eace7de59818456c5ad46e485c4b4b806f8a807c4eea" target="docker.io/pxio/px-mongodb-pixie-prod-demos-px-mongo-frontend:1.0.0@sha256:9018b6c8a7efce6224f0eace7de59818456c5ad46e485c4b4b806f8a807c4eea" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/px-mongo/frontend:1.0.0@sha256:9018b6c8a7efce6224f0eace7de59818456c5ad46e485c4b4b806f8a807c4eea" target="ghcr.io/pixie-io/px-mongodb-pixie-prod-demos-px-mongo-frontend:1.0.0@sha256:9018b6c8a7efce6224f0eace7de59818456c5ad46e485c4b4b806f8a807c4eea" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/px-mongo/frontend:1.0.0@sha256:9018b6c8a7efce6224f0eace7de59818456c5ad46e485c4b4b806f8a807c4eea" target="quay.io/pixie/px-mongodb-pixie-prod-demos-px-mongo-frontend:1.0.0@sha256:9018b6c8a7efce6224f0eace7de59818456c5ad46e485c4b4b806f8a807c4eea" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/px-mongo/load:1.0.0@sha256:90ded1e54a92951b5331b178f642926316ba59d85fde315bf5668a93d90cc8cf" target="docker.io/pxio/px-mongodb-pixie-prod-demos-px-mongo-load:1.0.0@sha256:90ded1e54a92951b5331b178f642926316ba59d85fde315bf5668a93d90cc8cf" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/px-mongo/load:1.0.0@sha256:90ded1e54a92951b5331b178f642926316ba59d85fde315bf5668a93d90cc8cf" target="ghcr.io/pixie-io/px-mongodb-pixie-prod-demos-px-mongo-load:1.0.0@sha256:90ded1e54a92951b5331b178f642926316ba59d85fde315bf5668a93d90cc8cf" INFO[2024-05-23T18:18:16Z] Copy image digestTags=false dry-run=true forceRecursive=false includeExternal=false script="sync demo images" source="gcr.io/pixie-prod/demos/px-mongo/load:1.0.0@sha256:90ded1e54a92951b5331b178f642926316ba59d85fde315bf5668a93d90cc8cf" target="quay.io/pixie/px-mongodb-pixie-prod-demos-px-mongo-load:1.0.0@sha256:90ded1e54a92951b5331b178f642926316ba59d85fde315bf5668a93d90cc8cf" ``` </details> - [x] Existing `regbot_deps.yaml` script has same target image uploads during dry run ``` $ git checkout main $ regbot once --dry-run --config regbot_deps.yaml 2>&1 | awk '{print $12}' > targets.old $ git checkout ddelnano/mirror-pixie-demos-images-to-ghcr.io $ regbot once --dry-run --config regbot_deps.yaml 2>&1 | awk '{print $12}' > targets.new $ diff targets.old targets.new $ # Verify awk command prints out the destination image location $ head -n 2 targets.old target="docker.io/pxio/adoptopenjdk:latest@sha256:2b739b781a601a9d1e5a98fb3d47fe9dcdbd989e92c4e4eb4743364da67ca05e" target="ghcr.io/pixie-io/adoptopenjdk:latest@sha256:2b739b781a601a9d1e5a98fb3d47fe9dcdbd989e92c4e4eb4743364da67ca05e" ``` Signed-off-by: Dom Del Nano <[email protected]> Signed-off-by: Vihang Mehta <[email protected]> Co-authored-by: Vihang Mehta <[email protected]>
Merged
ddelnano
added a commit
that referenced
this issue
May 27, 2024
Summary: Fix use of GitHub expression to fix image mirroring dry run logic The version of the workflow on main always runs with `--dry-run` provided regardless of the input value. I thought that the 'else' case of a ternary could be omitted, but that was incorrect. The latest implementation aligns with the example in the [GitHub docs](https://docs.github.com/en/actions/learn-github-actions/expressions#example). Relevant Issues: Precursor to fixing px-sock-shop (#1905) Type of change: /kind bug Test Plan: Updated based on the docs. Needs to be validated with a workflow run against a branch in the pixie-io org Signed-off-by: Dom Del Nano <[email protected]>
ddelnano
added a commit
that referenced
this issue
May 28, 2024
…te (#1923) Summary: Remove dry_run inputs responsible for regbot dry runs to always execute I attempted to fix the bug where `--dry-run` is always passed to the `regbot` cli in the mirror workflows in #1921. That attempt unfortunatley did not work, so let's remove the input and the cli argument templating entirely. Running `regbot --dry-run` locally is an easy enough mechanism for testing the workflow logic. Relevant Issues: Precursor to fixing px-sock-shop (#1905) Type of change: /kind bug Test Plan: Expecting that the next run off main after this change will result in mirrored demo container images Signed-off-by: Dom Del Nano <[email protected]>
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a GitHub action that runs the pixie perf tool. This has been failing for a number of months, but is valuable for detecting regressions and performance history over time.
Current outstanding issues:
x86_64_sysroot
profile to avoid glibc issues with migration to Ubuntu 24.04 (Upgrade dev and linter containers to Ubuntu 24.04 #1885)Expected behavior
The nightly GitHub action should succeed.
The text was updated successfully, but these errors were encountered: