Commit Graph

29 Commits

Author SHA1 Message Date
David Karlsson
70d0c07c69 site: use content adapters for cli reference
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-24 08:01:05 +01:00
lacatoire
7e01972e1f fix: correct bind mount example with conflicting WORKDIR
Changed WORKDIR from /app to /build so the build output path
(/app/hello) does not overlap with the read-only bind mount target.
Added clarification about writing output outside the mount point.

Fixes #22637
2026-02-10 17:43:46 +01:00
CrazyMax
3ae207eeea add site param to centralize actions versions
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2026-02-05 11:24:50 +01:00
Eng Zer Jun
9103dff58a Merge pull request #22388 from Juneezee/go-mod-mounts
docs: use bind mounts in Go Dockerfile examples
2026-01-22 08:28:53 +01:00
David Karlsson
4865382560 build: WORKDIR+SOURCE_DATE_EPOCH cache invalidation
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-12-02 12:08:44 +01:00
Roberto Villarreal
0e18ebc32d Update S3 authentication link for caching
The existing link is for v1 (which now has a banner announcing its EOL
status), though buildkit currently uses v2.
2025-11-22 00:43:08 -07:00
Roberto Villarreal
99282168ca Update S3 cache options
The `prefix` option was missing, thus added.

The `name`, `blobs_prefix`, and `manifests_prefix` options were present
but lacked the current default values; these have been updated.
2025-11-22 00:42:57 -07:00
David Karlsson
04597ad153 build: update example gc configs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-10-28 11:56:13 +01:00
Allie Sadler
5d28e19d1c Build: GHA cache (#23365)
<!--Delete sections as needed -->

## Description

adds
7ba4da0800 (r2102395629)

## 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

---------

Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-09-08 11:14:13 +01:00
CrazyMax
d810fe0898 build: fix defaults for gha cache url
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-05-22 14:01:40 +02:00
CrazyMax
778b2184ef build: image-manifest enabled by default for cache export
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-05-12 13:44:14 +02:00
Lorenz Vanthillo
09fabd2fa0 BuildKit supports multiple cache exporters
Related to https://github.com/docker/docs/issues/18590
2025-04-10 10:55:47 +02:00
CrazyMax
54144f42e1 Merge pull request #22063 from crazy-max/buildx-0.21.0
build: buildx 0.21.0 release notes
2025-02-20 12:39:58 +00:00
AzureleMoon
fd72fa659e Update local.md
fixing --cache-from typo
2025-02-07 18:44:37 +03:30
Sarah Sanders
3de8201822 implement summary bars for feature attributes (#21667)
## Description
- Create `summary-bar.html` shortcode
- Inline styling

## Related issues or tickets
- [ENGDOCS-2334](https://docker.atlassian.net/browse/ENGDOCS-2334)

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

[ENGDOCS-2333]:
https://docker.atlassian.net/browse/ENGDOCS-2333?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

Preview:
https://deploy-preview-21667--docsdocker.netlify.app/security/for-admins/hardened-desktop/settings-management/configure-admin-console/

[ENGDOCS-2334]:
https://docker.atlassian.net/browse/ENGDOCS-2334?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-21 09:19:16 -08:00
David Karlsson
841ca61ae2 build: update gc documentation
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-13 11:47:45 +01:00
Rich Rauenzahn
8f3cd44087 Add link to docker buildx prune.
It took me a long time to realize these policies were documented in the buildx prune command itself.
2024-12-06 15:50:32 -08:00
CrazyMax
e6d3d21f9b gha: move docker login step up
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-11-30 22:44:56 +01:00
Anthony Dempsey
9068f976e4 Update keep context small bullet point in optimize.md
Clarify the 'Keep context small' bullet point
2024-11-17 15:48:11 +00:00
Allie Sadler
99a24c4a6b ENGDOCS-2300 (#21354)
<!--Delete sections as needed -->

## Description

Final PR to improve the DD IA. 

Validate test failing due to link that needs fixing in an upstream repo 

## 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

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 14:45:53 +00:00
Arie Heinrich
c17faccf17 Spelling fixes (#21230)
Christmas is early :) and i had some free time to go over all the
documents and fix all spelling mistakes i have found.
2024-10-24 13:02:40 +02:00
David Karlsson
8f60bd2bc0 Merge pull request #20782 from dvdksn/buildkit-016-s3-cache-opts
build(s3-cache): new/updated cache opt descriptions
2024-09-10 20:59:28 +02:00
David Karlsson
12bd4ff28b Merge pull request #20790 from dvdksn/runmount-secret-env
build: run mount secrets as env
2024-09-10 20:59:01 +02:00
David Karlsson
6e4790e291 chore: rewrite links from index.md to _index.md
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 16:54:06 +02:00
David Karlsson
94624206b6 build: run mount secrets as env
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 14:23:12 +02:00
David Karlsson
e37be22807 build(s3-cache): touch_refresh opt
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 14:21:44 +02:00
David Karlsson
9b96f6e3ef build(s3-cache): upload_parallelism opt
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 14:21:43 +02:00
David Karlsson
656d1a871c chore: add navigation stubs, weights
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 11:24:49 +02:00
David Karlsson
135870fc13 hugo: move manuals content to /manuals section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 10:51:09 +02:00