Skip to content
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: jq not around use tsv #954

Merged
merged 3 commits into from
Sep 22, 2024
Merged

fix: jq not around use tsv #954

merged 3 commits into from
Sep 22, 2024

Conversation

johnnyreilly
Copy link
Owner

@johnnyreilly johnnyreilly commented Sep 22, 2024

The underlying cause of the error is a changed base image:

As announced in https://learn.microsoft.com/en-us/cli/azure/run-azure-cli-docker, the image base of Azure CLI 2.64.0 has changed from Alpine to CBL Mariner 2.0. This change may introduce some breaking changes that could cause failures in bicep. We will investigate this issue during our work hours.

from: Azure/azure-cli#29828 (comment)

I suspect this was also the thing that broke jq usage in my pipelines - jq is not on the new image. Quite frustrating given this was not officially a breaking change for the Azure CLI running in a Docker container, but is actually a breaking change.

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://thankful-sky-0bfc7e803-954.westeurope.1.azurestaticapps.net

Copy link

📝 Structured data report

🟢 https://thankful-sky-0bfc7e803-954.westeurope.1.azurestaticapps.net

https://thankful-sky-0bfc7e803-954.westeurope.1.azurestaticapps.net/ has structured data of these types:

  • Organization / Brand
  • Blog / WebSite

For more details see https://validator.schema.org/#url=https%3A%2F%2Fthankful-sky-0bfc7e803-954.westeurope.1.azurestaticapps.net%2F

🟢 https://thankful-sky-0bfc7e803-954.westeurope.1.azurestaticapps.net/about

https://thankful-sky-0bfc7e803-954.westeurope.1.azurestaticapps.net/about has structured data of these types:

  • Organization / Brand
  • WebSite

For more details see https://validator.schema.org/#url=https%3A%2F%2Fthankful-sky-0bfc7e803-954.westeurope.1.azurestaticapps.net%2Fabout

🟢 https://thankful-sky-0bfc7e803-954.westeurope.1.azurestaticapps.net/blog

https://thankful-sky-0bfc7e803-954.westeurope.1.azurestaticapps.net/blog has structured data of these types:

  • BreadcrumbList
  • Organization / Brand
  • WebSite

For more details see https://validator.schema.org/#url=https%3A%2F%2Fthankful-sky-0bfc7e803-954.westeurope.1.azurestaticapps.net%2Fblog

🟢 https://thankful-sky-0bfc7e803-954.westeurope.1.azurestaticapps.net/definitely-typed-the-movie

https://thankful-sky-0bfc7e803-954.westeurope.1.azurestaticapps.net/definitely-typed-the-movie has structured data of these types:

  • BreadcrumbList
  • Organization / Brand
  • BlogPosting

For more details see https://validator.schema.org/#url=https%3A%2F%2Fthankful-sky-0bfc7e803-954.westeurope.1.azurestaticapps.net%2Fdefinitely-typed-the-movie

Copy link

⚡️ Lighthouse report for the deploy preview of this PR

URL Performance Accessibility Best Practices SEO PWA Report
/ 🟠 70 🟢 96 🟢 100 🟢 90 🟢 100 Report
/about 🟢 95 🟢 94 🟢 100 🟢 94 🟢 100 Report
/blog 🟠 83 🟢 94 🟢 100 🟢 93 🟢 100 Report
/tags 🟠 87 🟢 95 🟢 100 🟠 89 🟢 100 Report
/definitely-typed-the-movie 🟢 91 🟢 92 🟢 100 🟢 96 🟢 100 Report

@johnnyreilly johnnyreilly merged commit 28d93d7 into main Sep 22, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant