Sebastiaan van Stijn
b95443a2e5
engine: add release notes for 20.10.23
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-01-23 11:19:03 +01:00
Mathieu Champlon
694c762a1a
Add release note about minimum version on macos ( #16570 )
...
* Add release note about minimum version on macos
* Update desktop/release-notes.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-01-23 07:51:12 +01:00
Craig Osterhout
f0d1042a00
doc review: update centos installation guide ( #16551 )
...
Sync wording and style
2023-01-22 22:41:14 +01:00
Andre Hofmeister
3affff66e4
docs: Add "Run your tests" section to .NET ( #16244 )
...
* docs: Add "Run your tests" section to .NET
* fix: Add "Run your tests" to toc.yaml
2023-01-20 14:20:28 -08:00
Hannes Hansen
67ff95b75a
Prevent node_modules from override via mount ( #16545 )
...
In the section `Use Compose to develop locally`, a docker-compose file is shown which mounts the app directory into the `notes` container to be able to change the code without rebuilding the image. Unfortunately, the node_modules directory which was created during the build will be overridden as the whole working directory /app gets mounted. Therefore, this directory needs to be secured by adding it to the volumes.
2023-01-20 22:03:09 +00:00
Sebastiaan van Stijn
520a0ff7a4
Merge pull request #16559 from Jonnymcc/fix-build-cache-typo
...
Fix typo in build cache
2023-01-20 11:17:58 +01:00
Allie Sadler
1827dc4df3
evolution of compose explainer ( #16521 )
...
* evolution of compose
* fix links
* clarify 'History' section
* code review changes
2023-01-20 09:55:00 +00:00
Allie Sadler
af075fa227
ENGDOCS-1188 ( #16565 )
2023-01-20 09:42:49 +00:00
Mathieu Champlon
cbfd5a5900
Update checksums for Docker Desktop 4.16.2 ( #16561 )
2023-01-20 08:13:52 +00:00
Jonathan McCall
4dac84ef1d
Fix typo in build cache
2023-01-19 13:38:21 -05:00
Mathieu Champlon
f0b1d35d29
Add release notes for docker desktop 4.16.2 ( #16553 )
...
* Add release notes for docker desktop 4.16.2
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Tweaked note
* Add new installers checksum
* Apply suggestions from code review
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-01-19 15:55:04 +00:00
Allie Sadler
790a5c2a37
ENGDOCS-1184 ( #16555 )
2023-01-19 12:50:19 +00:00
David Karlsson
861b345e93
dvp: added CTA to the intro paragraph of insights and analytics ( #16549 )
...
* dvp: added CTA to the intro paragraph of insights and analytics
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-01-18 19:47:36 +01:00
Allie Sadler
011ebd4c8f
remove outdated callout on WSL ( #16547 )
2023-01-18 11:49:40 +00:00
Justin Chadwell
4fa4bcc0c4
Merge pull request #16539 from jedevc/build-sbom-example-to-bottom
...
Move SBOM build example to bottom
2023-01-18 11:01:18 +00:00
Allie Sadler
8372b053b8
extension banner change ( #16544 )
2023-01-18 10:09:10 +00:00
Guillaume Tardif
cd58a17552
Update generated reference docs with extension API 0.3.3 (Desktop 4.16) ( #16520 )
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2023-01-18 09:16:20 +00:00
githubERIK
9589931d27
Show k8s & swarm links in similar way ( #16535 )
...
Avoid showing k8s link as a button but swarm link as a regular link that is less visible.
2023-01-17 14:32:58 -08:00
Craig Osterhout
101b1065c8
Update domain audit ( #16437 )
...
* update domain audit
2023-01-17 12:10:51 -08:00
Justin Chadwell
616d6ff338
build: fixup link attributes typo
2023-01-17 14:02:58 +00:00
Justin Chadwell
43ac85d48e
build: move sbom example to bottom of page
...
The example is quite long, so it's easy to miss the additional content
about the SBOM scanner that's below it.
Signed-off-by: Justin Chadwell <me@jedevc.com>
2023-01-17 14:01:16 +00:00
Sebastiaan van Stijn
4757ffb27b
Merge pull request #16154 from dvdksn/engine/uninstall-rootless-extra
...
add docker-ce-rootless-extras to uninstall command
2023-01-17 11:29:09 +01:00
Mike Parker
16b8ede850
Add docs for new expanded Image Details page ( #16524 )
...
* Add docs for new expanded Image Details page
* Review comments on desktop/use-desktop/images.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-01-16 13:44:18 +00:00
CrazyMax
de28d551ff
Merge pull request #16528 from crazy-max/update-deps
...
releaser: update dependencies and bump to Go 1.19
2023-01-14 20:17:50 +01:00
Sebastiaan van Stijn
52708a4129
Merge pull request #16527 from crazy-max/engine-update-ref
...
engine: update reference docs (yaml)
2023-01-14 17:36:28 +01:00
CrazyMax
b19ea42c73
releaser: update to Go 1.19
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-14 14:17:41 +01:00
CrazyMax
51f2858ea3
releaser: update dependencies
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-14 14:16:40 +01:00
CrazyMax
1ddcd1375a
Merge pull request #16480 from docker/dependabot/bundler/git-1.13.0
...
build(deps): bump git from 1.12.0 to 1.13.0
2023-01-14 14:11:59 +01:00
CrazyMax
bce9178272
engine: update reference docs (yaml)
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-14 11:40:40 +01:00
Craig Osterhout
b84c66df4f
Merge pull request #16525 from mikesir87/patch-3
...
Update naming of wordsmith sample app
2023-01-13 13:37:43 -08:00
Michael Irwin
7e332408ad
Update naming of wordsmith sample app
...
The wordsmith sample app repo has been renamed, so updating docs to reflect that (old URL will still redirect to the new).
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2023-01-13 16:30:02 -05:00
CrazyMax
cb38fe56b0
Merge pull request #16517 from crazy-max/buildx-0.10.0
...
Update buildx reference to v0.10.0
2023-01-13 19:06:35 +01:00
CrazyMax
e1a9df9893
Merge pull request #16519 from crazy-max/bake-null-arg
...
build: null values support with bake
2023-01-13 19:06:07 +01:00
Mathieu Champlon
38354f336b
Fix typo in link to issue ( #16523 )
2023-01-13 17:28:50 +00:00
Mathieu Champlon
8d45b89bf3
Docker Desktop 4.16.1 release notes ( #16518 )
...
* Acknoledge known issue in desktop 4.16.0 with sudo inside a container
* Add release notes for desktop 4.16.1
* Adjust checksums for 4.16.1
* Update links to linux packages for desktop 4.16.1
2023-01-13 17:02:56 +00:00
CrazyMax
4ffce1c5de
build: null values support with bake
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-13 15:50:50 +01:00
CrazyMax
27f7130024
Dockerfile: remove htmlproofer workaround for buildx_build
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-13 15:25:37 +01:00
CrazyMax
eb48be2fd2
Update buildx reference to v0.10.0
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-13 15:20:07 +01:00
Guillaume Tardif
fe91aafd89
Minor extension docs improvement ( #16516 )
...
* Minor extension docs improvement
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
* Apply suggestions from code review
Co-authored-by: Lucas Bernalte <lucas.bernalte@gmail.com>
* Update desktop/extensions-sdk/build/frontend-extension-tutorial.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Lucas Bernalte <lucas.bernalte@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-01-13 13:55:51 +00:00
David Karlsson
da91c82430
Merge pull request #16490 from jedevc/imagetools-inspect-attestations
...
build: add imagetools examples for inspecting attestations
2023-01-13 13:14:25 +01:00
Guillaume Tardif
8a4f8eb776
Removed remaining ref to backend service in oauth flow doc ( #16515 )
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2023-01-13 11:44:08 +00:00
Allie Sadler
47c9478f2a
extensions tidy ( #16513 )
2023-01-13 10:24:37 +00:00
Guillaume Tardif
4782aa4915
Clarify security extension trust model, and move UI specific section in front-end code tutorial ( #16511 )
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2023-01-13 10:21:18 +00:00
Guillaume Tardif
7b72d8c377
Document the extension OAuth required API version to 0.3.3, corresponding to Desktop 4.16 ( #16510 )
...
0.3.2 was an internal API version bump, it does work but people might ask why using this and the effective API version seen with Desktop public release is 0.3.3.
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2023-01-13 08:53:28 +00:00
Erwin
2d75853b60
Fix 4.16.0 release year ( #16508 )
2023-01-13 08:52:54 +00:00
Allie Sadler
50f913cde8
DD4.16 linux builds ( #16506 )
2023-01-12 15:29:50 +00:00
Allie Sadler
a37a50eb17
Dd4.16 content ( #16497 )
...
* add rosetta beta feature
* Change mac preferences to settings
* updates to the images view
* add info about quick search
* image fix
* image-fix
* Typo fix
2023-01-12 15:29:37 +00:00
Mathieu Champlon
83d9112132
DKP-539 Added release notes for Docker Desktop 4.16 ( #16465 )
...
* Added release notes for Docker Desktop 4.16
* Updated release notes
* Add missing notes
* More release notes
* Fix release notes
* Fill in checksums for the new release
2023-01-12 15:29:29 +00:00
Guillaume Tardif
635e0160e3
Remove extension beta mentions ( #16383 )
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2023-01-12 15:29:19 +00:00
Guillaume Tardif
e74dd9e578
Update extension OAuth docs with ability to redirect to the extension with query params ( #16391 )
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2023-01-12 15:29:09 +00:00