Commit Graph

95 Commits

Author SHA1 Message Date
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
David Karlsson 0b119f702e fix: typo in svg (emptry -> empty)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-26 09:53:03 +01:00
David Karlsson 391ad34fa3 build: add tags and multi-registry push to distributed gha example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-18 14:35:47 +01:00
이드로 (Jethro Lee) fe73e26ffa
Fix typo: `annotations` 2024-12-18 19:35:55 +09:00
David Karlsson 3c890735bf
Merge pull request #21617 from dvdksn/build-gcconfig
build: update gc documentation
2024-12-18 09:37:30 +01:00
Craig Osterhout 44cce4906f
hub: add image library section (#21485)
<!--Delete sections as needed -->

## Description

- Added "Container image library" section in Docker Hub manual and
started adding concepts.
  - Added section about search and all the filters
  - Added section about catalogs
  - Moved mirroring topic inside
- Updated Hub landing page
- Moved "Trusted content" into Repositories>Manage (for publishers) and
Library (for consumers).


https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/

https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/image-library/

https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/image-library/search/

https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/image-library/catalogs/

https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/image-library/trusted-content/


https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/repos/manage/trusted-content/

## Related issues or tickets

ENGDOCS-2352

## Reviews

- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2024-12-16 08:50:11 -08:00
David Karlsson 8638690884 build: mention docker buildx install
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-16 17:07:32 +01: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
Michael Irwin 3f4cd53692
Fix typo in local exporter example 2024-12-09 12:42:34 -05:00
David Karlsson c0312feceb
Merge pull request #21584 from rrauenza/patch-1
Update docs gc policy docs to mention that the policies are documented in the buildx prune command
2024-12-09 12:37:35 +01:00
David Karlsson dc29c15acf engine: fix link about init processes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-09 09:58:43 +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
David Karlsson 0a3bfc3d42 build: replace crazy-max/ghaction-setup-docker with docker/setup-docker-action
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-06 14:58:31 +01:00
David Karlsson c0719dc427 build: dedup gha introduction content
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-06 12:52:10 +01:00
David Karlsson 27094d5df8
Merge pull request #21557 from dvdksn/gha-ci-guide
guides: docker build github actions primer
2024-12-05 10:59:15 +01:00
David Karlsson 8cd992531d guides: docker build github actions primer
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-05 10:05:05 +01:00
Duncan Ogilvie ff09b52268
Update best-practices.md (#21045)
## Description

Adding `--no-install-recommends` is a common best practice and can
massively reduce image sizes. Since people copy from this page it is
good to add.
2024-12-03 12:38:00 +00: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
David Karlsson 9ec2e87d87 build: add check example for gha
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-29 13:50:14 +01:00
David Karlsson 8a722e7ee1
Merge pull request #21474 from dvdksn/sidebar-grouping
feat: sidebar groups
2024-11-28 16:46:15 +01:00
David Karlsson 380ca6cc9d
Merge pull request #21523 from dvdksn/buildx019-buildkit018
buildx v0.19.0..v0.19.1, buildkit v0.18.0
2024-11-28 11:54:32 +01:00
David Karlsson 1769e0de1d build: add variable validation in bake
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-28 11:15:29 +01:00
David Karlsson da7ecf0ae4 build: dockerfile 1.12.0 release note
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-28 10:15:38 +01:00
David Karlsson 3d4c545f65 build: buildx v0.19.0, v0.19.1 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-28 10:12:26 +01:00
David Karlsson 894c80ed58 fix: add missing release date, link for buildx 0.18.0 release
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-28 09:37:13 +01:00
David Karlsson b98c303498 chore: add sidebar groups to top-level pages in manuals section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-26 13:49:53 +01:00
vladislav doster b9683981ef
fix: multi-platform build command for Neovim example 2024-11-17 21:50:15 -06: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
Sarah Sanders 3709b9bab5
Merge branch 'main' into ENGDOCS-2281 2024-11-13 09:38:26 -08:00
Shelley Benhoff e26c7303c2 scout: restructure learning path, add videos
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-13 16:27:31 +01:00
Allie Sadler 371db0ad99
ENGDOCS-2315 (#21416)
<!--Delete sections as needed -->

## Description

Standardize overview pages

## 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
2024-11-13 10:19:19 +00:00
Alex Conlin f01d6f3b20
Fix duplicated word 2024-11-12 11:17:48 +00:00
Sarah Sanders 8b81c215db Found more outdated callouts, fixed whitespacing 2024-11-08 10:32:44 -08:00
David Karlsson df6f8331c3
Merge pull request #21376 from dvdksn/dockerfile-1.11-changelog
build: dockerfile 1.11.1 changelog
2024-11-08 13:34:48 +01:00
David Karlsson 7402de4fdc build: gha example loading multi-platform images with containerd
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 13:25:46 +01:00
David Karlsson d5e4a5144b build: dockerfile 1.11.1 changelog
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 09:49:54 +01:00