Sebastiaan van Stijn
acf7ac712e
engine: add release notes for v27.0.3
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-01 12:03:40 +02:00
Sebastiaan van Stijn
28b04f6436
engine/install: update example versions
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-01 11:28:30 +02:00
Sebastiaan van Stijn
684b9aaef2
engine/api: add missing entry for v27.0, and update example
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-01 11:28:04 +02:00
Stephanie Aurelio
b1f70ea017
update billing info and crosslink from banner ( #20325 )
2024-06-28 11:54:38 -07:00
David Karlsson
0969364f54
Merge pull request #20305 from dvdksn/fix-scout-score-calc
...
scout: fix error in score calculations example
2024-06-28 20:14:43 +02:00
David Karlsson
ae2feb222b
build(cache): removed dest parameter for registry backend
...
The registry cache exporter doesn't support such a parameter.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-28 16:12:50 +02:00
David Karlsson
6fb46d7472
build(cache): containerd required for cache backends with docker worker
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-28 16:11:41 +02:00
Sebastiaan van Stijn
8bdf1919e8
Merge pull request #20316 from sarrocks1/patch-1
...
Fix deprecated types.ImagePullOptions usage and replace with image.PullOptions
2024-06-27 22:36:50 +02:00
David Karlsson
f6e63e55fe
Merge pull request #20208 from dvdksn/docker-copilot-ext-beta
...
GitHub copilot extension, early access docs
2024-06-27 21:51:49 +02:00
David Karlsson
1bbab3a1a4
Merge pull request #20315 from MordodeMaru/patch-1
...
Update advisory-db-sources.md
2024-06-27 21:36:54 +02:00
Saransh
be1d7968cd
Update _index.md
2024-06-28 00:55:07 +05:30
Saransh
800de351cd
Fix deprecated types.ImagePullOptions usage
2024-06-28 00:31:43 +05:30
Stephanie Aurelio
01887d4bfe
Update team management ( #20182 )
...
* add tabs for admin console
* add tabs
* fix li
* clarify repo access config domain
2024-06-27 11:19:10 -07:00
Jordi Mon Companys
2ff7a0f423
Update advisory-db-sources.md
...
I have replaced the secdb advisory feed link with the new OSV feed.
2024-06-27 16:16:17 +01:00
David Karlsson
e9c79d08f6
build: document ghes limitation for build summary
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 15:34:14 +02:00
David Karlsson
ef6179bb09
Merge pull request #19700 from dvdksn/scout-exceptions-m1
...
scout: vulnerability exceptions m1
2024-06-27 11:38:45 +02:00
David Karlsson
5c91b26d34
copilot: add early access docs for extension
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 11:33:45 +02:00
David Karlsson
af5b5ee113
scout: vulnerability exceptions m1
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 10:58:01 +02:00
Yves Brissaud
4bb9bd6fb2
add release notes for docker scout v1.10.0
...
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 10:35:43 +02:00
David Karlsson
32d4c0c399
scout: fix error in score calculations example
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 10:16:34 +02:00
Paweł Gronowski
3975c8e584
engine: 27.0.2 release notes
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-06-26 20:39:21 +02:00
CrazyMax
70dda438e9
Merge pull request #20282 from crazy-max/bake-dedup-context-transfer
...
bake: deduplicate context transfer use case
2024-06-26 14:23:47 +02:00
Allie Sadler
3954cf6978
ENGDOCS-2138 ( #20288 )
...
* ENGDOCS-2138
* ENGDOCS-2138
2024-06-26 08:10:16 +01:00
David Karlsson
d0d7db3d67
Merge pull request #20026 from robmry/ip6tables-by-default
...
Updates for moby 27.0
2024-06-25 16:51:20 +02:00
Rob Murray
85cf2b7af4
network: Updates to IPv6 address pools
...
- a ULA prefix is used if there's no IPv6 in default-address-pools
- restrictions on IPv6 subnet size and number of pools have been removed
Signed-off-by: Rob Murray <rob.murray@docker.com>
2024-06-25 16:49:24 +02:00
Rob Murray
6db7163d41
network: Explain bridge option host_binding_ipv4
...
Signed-off-by: Rob Murray <rob.murray@docker.com>
2024-06-25 16:49:21 +02:00
Rob Murray
47b5820f00
network: Note that ip6_tables must be loaded to use IPv6 in DinD
...
Signed-off-by: Rob Murray <rob.murray@docker.com>
2024-06-25 16:49:19 +02:00
Rob Murray
cbbb68a4eb
network: Update the description of iptables rules
...
- describe Docker's custom chains
- describe the new direct routing options
- use documentation address ranges in examples
Signed-off-by: Rob Murray <rob.murray@docker.com>
2024-06-25 16:49:16 +02:00
Rob Murray
abef550be1
network: "--ip6tables" is now the default
...
Also, daemon.json "ipv6":true only enables IPv6 for the default bridge,
it's not required for a user-defined bridge.
Signed-off-by: Rob Murray <rob.murray@docker.com>
2024-06-25 16:49:13 +02:00
David Karlsson
75a4367cd9
vendor: github.com/moby/moby v27.0.1
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-06-25 12:35:47 +02:00
Paweł Gronowski
7b9d51a938
engine: 27.0
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-06-25 12:35:46 +02:00
CrazyMax
439e0b7cd2
bake: deduplicate context transfer use case
...
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-06-25 10:44:57 +02:00
David Karlsson
d031a58324
Merge pull request #19769 from dvdksn/glossary-base-image
...
glossary: update base image terminology
2024-06-25 10:20:45 +02:00
Guillaume Lours
b16bff29ae
update Compose v2.28.1 release notes ( #20283 )
...
* update Compose v2.28.1 release notes
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
* Update content/compose/release-notes.md
---------
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-06-25 09:03:54 +01:00
Ilia Grigoriev
89d29a548f
docs: update copyright year and clarify tty in compose services reference:: ( #20276 )
2024-06-25 08:24:29 +01:00
Allie Sadler
512671276e
extends and build patch ( #20272 )
2024-06-25 08:23:09 +01:00
David Karlsson
069a0810ef
Merge pull request #20223 from dvdksn/scout-install-updates
...
scout: improve scout install
2024-06-24 23:41:04 +02:00
David Karlsson
381cc03650
Merge pull request #20280 from dvdksn/ecs-redirect
...
redirects: add alias for old ecs integration page
2024-06-24 22:03:40 +02:00
CrazyMax
2b2eb44c4b
Merge pull request #20245 from dvdksn/bake-doc-improvements
...
bake doc improvements
2024-06-24 11:27:45 +02:00
David Karlsson
bc453ebc59
redirects: add alias for old ecs integration page
...
This page was linked to from c156ce6da4/docs/README.md
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-24 09:46:33 +02:00
David Karlsson
ed78769905
build(bake): add cross-links to related topics
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-24 09:40:35 +02:00
David Karlsson
e5d2461897
build(bake): improve wording on compose file
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-24 09:40:34 +02:00
David Karlsson
b0e832b0c7
build(bake): rename contexts file
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-24 09:40:16 +02:00
David Karlsson
db9a563bfc
build(bake): add matrices description
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-24 09:40:14 +02:00
David Karlsson
ea34ef63d6
Merge pull request #20229 from dvdksn/scout-overview-pages
...
scout overview pages
2024-06-24 09:33:17 +02:00
David Karlsson
5871e24952
Merge pull request #19846 from dvdksn/fix-conflicting-http-proxy-daemon
...
fix: conflicting http proxy configuration for daemon
2024-06-24 09:11:35 +02:00
David Karlsson
2bd964d6af
build: restructure the base image page
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-24 09:08:07 +02:00
David Karlsson
bc950c4183
build: update terminology related to base images
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-24 09:08:06 +02:00
Guillaume Lours
afcddfc12d
update Compose v2.27.3 and v2.28.0 release notes ( #20275 )
...
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-06-21 16:45:47 +01:00
Allie Sadler
64bada36f9
ENGDOCS-2136 ( #20273 )
2024-06-21 11:14:27 +01:00