## Description
- Part 1 admin freshness, admin section is huge so I am breaking it up
into several PRs to make review a little easier :)
## Reviews
- [ ] Editorial review
Update blog post URL.
## Description
The blog post link detailing why using env vars in production is
discouraged, is broken.
Updated link to blog post to post's new location.
<!--Delete sections as needed -->
## Description
virtiofsd v1.13.1 was not shipped as part of this release
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [X] Technical review
- [ ] Editorial review
- [ ] Product review
<!--Delete sections as needed -->
## Description
Added important callout that cosign requires logging into Hub and Scout.
Updated associated examples to only tested commands.
## Related issues or tickets
ENGDOCS-2800
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
Signed-off-by: Craig <craig.osterhout@docker.com>
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
<!--Delete sections as needed -->
## Description
Fix the Compose models examples which are wrongly referencing to `image`
instead of `model` to define the LLM to use
## Related issues or tickets
N/A
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
https://docker.atlassian.net/browse/IAM-1301
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
<!--Delete sections as needed -->
## Description
Freshness to a few how-tos pages. also fixes and closes
https://github.com/docker/docs/issues/21417
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
<!--Delete sections as needed -->
## Description
This PR updates the Docker Build Cloud CI documentation to clarify the
use of builder and credential variables.
**Key changes:**
- Standardizes the use of `DOCKER_ACCOUNT`, `DOCKER_ACCESS_TOKEN`, and
`CLOUD_BUILDER_NAME` in all CI/CD examples.
- Updates template string syntax for builder endpoints (e.g., `${{
vars.DOCKER_ACCOUNT }}/${{ vars.CLOUD_BUILDER_NAME }}` in GitHub
Actions).
- Adds explicit call outs that the cloud builder has to be created
first.
- Improves instructions for naming and referencing cloud builders in
both the dashboard and CLI steps.
- Ensures all code comments and documentation are consistent and clear
for users setting up Docker Build Cloud in CI.
These changes make it easier for users to configure their CI/CD
pipelines correctly and reduce confusion around builder and credential
setup.
## Related issues or tickets
https://docker.atlassian.net/browse/DCL-248
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>