Commit Graph

131 Commits

Author SHA1 Message Date
Andrey Sobolev 0e48c4beef
Fix a typo in the Build drivers manual (#22515)
## Description

This pull request fixes a minor typo in the Build drivers manual.
2025-04-29 13:37:45 +01:00
Andrey Sobolev fcb958a33f
Fix typos in the Builders manual (#22506)
## Description

This pull request fixes a few minor typos in the Builders manual.
2025-04-28 12:02:41 +01:00
Andrey Sobolev 675c90866e
Fix a few typos in the "Base images" manual (#22486)
## Description

The pull request fixes a few minor typos in the "Base images" manual.
2025-04-24 12:55:59 +01:00
Andrey Sobolev dfa115290b
Fix link to Celery docs 2025-04-22 17:13:47 +03:00
CrazyMax 6324a8ce55
build: buildx 0.22.0 and 0.23.0 release notes (#22442)
## Description

* https://github.com/docker/buildx/releases/tag/v0.22.0
* https://github.com/docker/buildx/releases/tag/v0.23.0

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-04-16 15:19:52 +01:00
CrazyMax 98beb3b9cb
build: dockerfile 1.14.1 and 1.15.0 release notes (#22443)
## Description

* https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.1
* https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.15.0

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-04-16 15:18:19 +01: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
Craig Osterhout 9f6a8362ca
trusted content: align doi description (#22370)
<!--Delete sections as needed -->

## Description

Better align the DOI description.

## Related issues or tickets

ENGDOCS-2535

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Editorial review
- [ ] Product review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-04-09 09:01:16 -07:00
CrazyMax 2f787e1284
build: note about sunset of gha cache v1 (#22395)
## Description

Note about sunset of GitHub Cache service v1 on April 15th, 2025.

## Related issues or tickets

* https://gh.io/gha-cache-sunset
* https://github.com/docker/build-push-action/issues/1345
* https://github.com/docker/setup-buildx-action/discussions/414
* https://github.com/moby/buildkit/issues/5896
*
https://github.com/actions/runner-images/issues/11766#issuecomment-2779675129

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [x] Technical review
- [x] Editorial review
- [ ] Product review

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-09 15:53:05 +01:00
CrazyMax f7741d3b08
Merge pull request #22341 from crazy-max/gha-intro-update
build: update github actions list
2025-04-01 12:17:01 +01:00
CrazyMax 30be50d43f
build: fix docker container driver name (#22327)
## Description

Correct name is `Docker container driver`.

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-03-28 08:48:26 +00:00
Allie Sadler 09dbd3fddf
Apply suggestions from code review 2025-03-26 14:42:27 +00:00
aevesdocker f15c10dd5b vscode tip 2025-03-24 11:54:24 +00:00
Dimitris Sotirakis 8f841a38be
Update build-summary.md
Updated docker-build-push-action occurrancies to build-push-action.
2025-03-10 15:23:09 +02:00
Sarah Sanders 1b3ec1b256
fix: rendering issue w/ experimental labs include (#22190)
## Description
- Rendering issue with includes that contain shortcodes:
https://docs.docker.com/build/buildkit/dockerfile-release-notes/#130-labs
- Fixed by replacing with the summary bar w/ experimental label
- Also updated headings to be aligned 
- Preview:
https://deploy-preview-22190--docsdocker.netlify.app/build/buildkit/dockerfile-release-notes/

## Related issues or tickets
- Reported from @crazy-max 

## Reviews
- [ ] Technical review
- [ ] Editorial review
2025-03-07 16:53:10 +01:00
CrazyMax 844f92ceec
build: fix intro of distributed build section (#22189)
<!--Delete sections as needed -->

## Description

Oversight from https://github.com/docker/docs/pull/22126. We have a
single tag being pushed.

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-03-07 15:01:29 +00:00
Ville Skyttä 4693262586
Merge pull request #22135 from scop/docs/manuals-compose-yaml
docs(manuals): use canonical compose.yaml filename
2025-03-03 09:23:00 +00:00
CrazyMax 641f973b10
Merge pull request #22126 from crazy-max/build-tags-distributed
build: use tags input for distributed builds workflow
2025-02-28 12:10:19 +01:00
Nicolas Beck dfd752e2bf
Share image build cloud (#22127)
<!--Delete sections as needed -->

## Description

Added Docker Build Cloud as a way to share image between GHA jobs

## 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
2025-02-28 11:08:25 +00:00
CrazyMax 865557a838
build: use tags input for distributed builds workflow
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-28 10:09:19 +01:00
Mikko Pesari 037df62293
Fix extra argument in example 2025-02-24 16:55:31 +02:00
Marc PEREZ 4d9750207c
fix typo in kubernetes rootless mode documentation (#22076)
<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->
It bothered me
## Related issues or tickets

<!-- 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
2025-02-24 09:37:48 +00:00
CrazyMax 0ccbeadf49
build: dockerfile frontend 1.14.0 release notes (#22064)
<!--Delete sections as needed -->

## Description

* https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.0
* https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.14.0-labs

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-20 12:40:33 +00: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
CrazyMax 7c42a9fef5
buildx: metadata envs (#22049)
<!--Delete sections as needed -->

## Description

Missing documentation for buildx metadata envs

## Related issues or tickets

follow up:
* https://github.com/docker/buildx/pull/2280
* https://github.com/docker/buildx/pull/2551

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-18 13:05:19 +00:00
CrazyMax b95f15af10
bake: update files lookup order (#22029)
<!--Delete sections as needed -->

## Related issues or tickets

* fixes https://github.com/docker/docs/issues/22018

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-13 15:35:14 +00:00
AzureleMoon fd72fa659e
Update local.md
fixing --cache-from typo
2025-02-07 18:44:37 +03:30
CrazyMax 0020f7d97b
bake: remove experimental callout (#21954)
## Description

Bake is GA since Buildx 0.20.0, seems
https://github.com/docker/docs/pull/21667 didn't take this commit into
account:
705190702a

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-03 09:35:25 +00:00
Mikko Pesari ca9eb9721a
Fix build example diff in multi-platform.md 2025-02-03 10:46:43 +02:00
Sarah Sanders 9f56d945a7
chore: summary bar cleanup (#21887)
## Description
- Updated "Contribute" guide to reference summary bars, added
instructions for using them
- Removed `introduced` partial, this is now replaced by the summary bar
`requires` value
- Updated all files using `introduced` partial to use summary bar,
updated YAML file w/ feature name and info

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

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

[ENGDOCS-2392]:
https://docker.atlassian.net/browse/ENGDOCS-2392?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-30 07:54:26 -08:00
Sarah Sanders d083617e9d
fix: update include.html for heading error (#21906)
## Description
- Problem: Some include shortcodes produce missing H3 ToC headings (ex:
https://docker.slack.com/archives/C039ZM6GH4Z/p1737545677728649)
- Fix: Update to include.html uses Hugo readFile function to fix parsing
errors and updated all include shortcodes using Find and Replace to use
correct syntax: `{{% "include-file" %}}`

## Related issues or tickets
-
[ENGDOCS-2398](https://docker.atlassian.net/browse/ENGDOCS-2398?atlOrigin=eyJpIjoiZGE3OTBmY2ExOTliNDVjY2JlOTc4Y2ViY2MwNDI3NDEiLCJwIjoiaiJ9)

## Reviews
- [ ] Technical review

[ENGDOCS-2398]:
https://docker.atlassian.net/browse/ENGDOCS-2398?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-29 07:31:40 -08:00
David Karlsson 12d642b2e2 build: composable bake attributes for cache-to/from, output, secret
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-28 14:43:24 +01:00
David Karlsson b9a3f191a9 build: add manuals section about named contexts
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-27 10:54:46 +01:00
David Karlsson f6e51646a4
Merge pull request #21588 from dvdksn/build-oci-artifact-opt
build: add oci-artifact exporter opt
2025-01-27 09:43:35 +01:00
CrazyMax aea16c3cfc
buildx: update to buildx 0.20.0 release notes (#21890)
## Description

To be aligned with GitHub one with new note callout:
https://github.com/docker/buildx/releases/tag/v0.20.0

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-24 14:30:34 +00:00
mmtevelde fe329c7626
Update variables.md with missing word (#21878)
<!--Delete sections as needed -->

## Description
Add missing word to docs page for variables
<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->
N/A
## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [X] Editorial review
- [ ] Product review
2025-01-24 08:49:24 +00:00
CrazyMax b2cf717099
build: buildx 0.20.1 release notes (#21889)
## Description

release notes for buildx 0.20.1:
https://github.com/docker/buildx/releases/tag/v0.20.1

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-24 08:45:47 +00:00
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
Salathiel Genese 2c8d8f2268
fix: invalid command, unrelated output chunks, too large minimal exam… (#21859)
FIXes in the Docker Bake documentation.

## Description

[x] Commands not matching outputs: _(e.g.: the presence of a group on
the CLI affect the group section in the output)_
[x] Some file not being named bring about confusion to the reader
_(e.g.: [Using a Target as Build
Context](https://docs.docker.com/build/bake/contexts/#using-a-target-as-a-build-context)
is not clear about needed two distinct Dockerfiles, or [Using a
secondary source
directory](https://docs.docker.com/build/bake/contexts/#using-a-secondary-source-directory)
about the fact that the first stage in the Dockerfile does not have to
be defined at all)_
[x] Multiple confusing relationships between input and output _(e.g.:
the [Variables in Bake](https://docs.docker.com/build/bake/variables/)
part shows multiple `webapp` target in the outputs whilst the HCL input
only defines a `default` target)_

## Related issues or tickets

<!-- 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: Salathiel <salathiel@genese.name>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-21 14:58:28 +01:00
David Karlsson 034815729c
Merge pull request #21858 from docker-tools-robot/dispatch/buildx-ref-v0.20.0
Update buildx reference to v0.20.0
2025-01-21 14:32:20 +01:00
David Karlsson 705190702a build: remove experimental callout for bake
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-21 14:20:48 +01:00
David Karlsson 9cdce0c0cc build: dockerfile v0.13.0 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-21 14:16:58 +01:00
David Karlsson e8842a8d01 build: buildx v0.20.0 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-21 14:16:57 +01:00
Pieter Ouwerkerk 670b06bab1
Fix ENV name typo 2025-01-19 22:31:06 -05:00
CrazyMax 9cfea3a75c
Merge pull request #21831 from crazy-max/bake-missing-overrides
bake: fix missing attributes that can be overriden
2025-01-16 16:19:14 +01:00
CrazyMax 24081d84e1
bake: fix missing attributes that can be overriden
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-01-16 10:06:04 +01:00
David Karlsson 65da699545 build: update link for issues related to buildkit@windows
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-16 09:58:55 +01:00
David Karlsson 7bd2b738a8 build: replace absolute /tmp with runner context temp dir
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-13 17:01:24 +01:00
David Karlsson 08fe4f9b8b build: add BUILDKIT_PROGRESS=quiet
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-09 10:18:42 +01:00
CrazyMax 7f3611a20b
build: update bake-action to v6
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-01-08 13:48:36 +01:00