David Karlsson
034b68eb3a
Merge pull request #20330 from thaJeztah/engine_27.0.3
...
engine: add release notes for v27.0.3
2024-07-01 12:07:50 +02:00
David Karlsson
fb841120da
vendor: github.com/docker/cli v27.0.3
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-01 12:05:58 +02:00
David Karlsson
c0732cdb27
vendor: github.com/moby/moby v27.0.3
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-01 12:05:07 +02:00
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
355c18cda0
Merge pull request #20322 from dvdksn/cache-backends-docker
...
build(fix): cache backends require containerd with docker worker
2024-06-28 17:31:00 +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
David Karlsson
e3a6339e4f
Merge pull request #20321 from dvdksn/dockerfile-improvements
...
dockerfile improvements
2024-06-28 14:02:09 +02:00
David Karlsson
339f442ea6
dockerfile(fix): inconsistent from-as casing
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-28 12:19:47 +02:00
David Karlsson
918775acd6
dockerfile: add doc strings for subrequests
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-28 12:19:39 +02:00
David Karlsson
6b9e33044c
dockerfile: make release the default target
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-28 11:33:25 +02:00
David Karlsson
9ca99bbdb6
Merge pull request #20319 from dvdksn/vwo-async-smartcode
...
site: add vwo async smartcode
2024-06-28 11:26:30 +02:00
David Karlsson
922f788824
site: add vwo async smartcode
...
Enables A/B testing with VWO
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-28 10:49:23 +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
86669ed134
Merge pull request #20313 from dvdksn/build-summary-ghes
...
build: document ghes limitation for build summary
2024-06-27 15:36:57 +02: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
7d004fcd04
Merge pull request #20309 from dvdksn/test-redirects
...
tests: add test for go redirects
2024-06-27 13:52:48 +02:00
David Karlsson
4998c0d702
test: fix unused-media test (set -ex)
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 13:48:50 +02:00
David Karlsson
f58694d9d1
test: add check for validating go-redirects
...
Test ensures that:
- Go redirects are unique (this is actually enforced by YAML already
because it requires keys to be unique, but just in case someone
'echo >>'es into the file or whatever
- Go redirects always resolve to an index.html in the public output dir
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 13:45:30 +02:00
David Karlsson
da4ccc81e6
Merge pull request #20306 from dvdksn/scout-exceptions-fix-redirect
...
redirects: update path for exceptions go-link
2024-06-27 11:51:51 +02:00
David Karlsson
718db34afa
redirects: update path for exceptions go-link
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 11:48:07 +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
d24abfd62f
chore: az-sort vale vocabulary
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 11:35:51 +02:00
David Karlsson
0f940fcda0
vale: add Codespaces to vocabulary
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 11:34:39 +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
34c6b07804
Merge pull request #20299 from eunomie/docker-scout-1-10-0
...
add release notes for docker scout v1.10.0
2024-06-27 11:00:46 +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
David Karlsson
075c436958
vendor: github.com/docker/scout-cli v1.10.0
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-27 10:38:32 +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
Sebastiaan van Stijn
fce740fad0
Merge pull request #20302 from vvoland/rn-27.0.2
...
engine: 27.0.2 release notes
2024-06-27 08:57:31 +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
Allie Sadler
0299513a46
cloud-eap-link-fix ( #20292 )
...
* cloud-eap-link-fix
* Update data/redirects.yml
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
---------
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-06-25 16:24:18 +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