Commit Graph

1042 Commits

Author SHA1 Message Date
Sebastiaan van Stijn b62897cbeb
engine: vendor v26.0.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-03-20 23:54:16 +01:00
Bjorn Neergaard bd9c89ea09
engine: add 25.0.5 release notes
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
2024-03-19 18:12:44 -06:00
AJ Fuhrmann c536c8bbaf
Fix verification command
Make the cat command check for the file that the user created.

In the current version, the user makes a file called 'greeting.txt' but then checks for a file called 'greetings.txt'.
2024-03-18 09:46:27 -04:00
Nicolas De loof c47c293c96
Bump compose to v2.25.0 (#19637)
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2024-03-15 15:10:48 +00:00
Stephanie Aurelio 36db7d02a3
[15/3] Update DBC billing and subscription (#19623)
* update billing and add new sub docs

* refine order in toc

* add crosslinking

* update sign in step and reword invite step
2024-03-15 08:01:17 -07:00
Allie Sadler b7f83dfde2
Adjust Compose Watch example (#19631)
* adjust-compose-example

* adjust-compose-example

* adjust-compose-example
2024-03-15 07:59:55 +00:00
Stephanie Aurelio 3556183aff
update intro and examples (#19633) 2024-03-14 15:08:52 -07:00
Stephanie Aurelio 78255c1d9a
Update SSO and SCIM structure (#19484)
* add idp instructions and break up pages

* refine content

* remove brackets

* split up shortcode and add idp tabs

* add role mapping and cleanup steps

* update assignment callout

* fix step

* update some punctuation and use code block

* remove ol config and move demo video to idp page

* update language to include hub and admin

* use previous wording and fix capitalization

* implement role mapping feedback

* implement editorial feedback

* remove other reference link
2024-03-14 15:04:55 -07:00
David Karlsson 66e6277140
Merge pull request #19595 from dvdksn/dbc-gha-attestation-load-err
build(cloud): call out conflict with default provenance in gha
2024-03-14 22:28:59 +01:00
David Karlsson 92041c2f9a
Merge pull request #19606 from dvdksn/scout-remove-novulns-policy
scout: remove "All critical vulnerabilities" policy
2024-03-14 22:25:35 +01:00
Craig Osterhout da43b4af81
add tensorflowjs use-case guide (#19544)
* add tensorflowjs use-case guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-03-14 14:21:12 -07:00
Ativerc e2e03568fe
Update 06_bind_mounts.md
--mount takes in a few key-value pairs and its`type=bind` that specifies that the volume is bind mount.
2024-03-15 00:49:19 +05:30
David Karlsson f69bd6c1de scout: remove "All critical vulnerabilities" policy
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-14 11:37:08 +01:00
David Karlsson d0b3e09715
Merge pull request #19594 from dvdksn/expand-q1-abbrev
chore: expand Q1/Q4 abbreviations in body text
2024-03-14 10:57:46 +01:00
Allie Sadler f667fec499
ENGDOCS-2028 (#19615)
* ENGDOCS-2028

* ENGDOCS-2028

* ENGDOCS-2028
2024-03-14 09:22:26 +00:00
Allie Sadler 95e2ff327d
ENGDOCS-2029 (#19619) 2024-03-14 09:14:03 +00:00
David Karlsson f67ec50739 build: buildx v0.13.1 release
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-13 17:24:20 +01:00
David Karlsson 1ced9701a4
Merge pull request #19617 from dvdksn/cache-invalidation
build: cache invalidation improvements
2024-03-13 16:49:54 +01:00
David Karlsson 3fc37c75ec build: add cache invalidation page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-13 16:36:26 +01:00
David Karlsson 4cd6393674 build: update build cache overview title
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-13 13:43:47 +01:00
David Karlsson 784f7ebaa7 build(gha): add reproducible builds example (source_date_epoch)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-13 13:19:56 +01:00
Cesar Talledo 9ffb03ae47
Mention ECI in the Mac/Windows permission requirements section. (#19607)
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2024-03-13 09:22:09 +00:00
David Karlsson 79021746d3 build: fix secret mount erroneous example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-13 09:03:01 +01:00
David Karlsson 4ea9a65800 chore: expand Q1/Q4 abbreviations in body text
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-12 18:16:54 +01:00
David Karlsson 096726e895
Merge pull request #19601 from dvdksn/build-gha-ssh-reproducible
build: add gha ssh example
2024-03-12 13:47:54 +01:00
David Karlsson d624e0d554 build: add gha ssh example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-12 10:46:12 +01:00
Allie Sadler cd03a7b69e
Engdocs 2024 (#19600)
* Update Compose version

* add release notes
2024-03-12 08:42:08 +00:00
David Karlsson e6e8a96d4a build(cloud): call out conflict with default provenance in gha
`build-push-action` and `bake-action` add default provenance
attestatiosn to images in versions 4.0.0 and later. This creates a
conflict with the default cloud pull in Docker Build Cloud.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-11 17:44:20 +01:00
David Karlsson 66894a3860 scout: remove list of configurable policy params
This list was out of date and we now have so many policies that a list
like this is no longer helpful.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-11 10:40:36 +01:00
David Karlsson 8502fd546c scout: copyleft policy allow-list
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-11 10:39:50 +01:00
Craig Osterhout 686725111b
docs freshness: get-started (#19574)
* docs freshness: get-started

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-03-08 13:12:11 -08:00
Allie Sadler f828147958
ENGDOCS-2018 (#19586)
* ENGDOCS-2018

* ENGDOCS-2018

* ENGDOCS-2018
2024-03-08 15:17:54 +00:00
David Karlsson 8d5fa183b0
Merge pull request #19581 from dvdksn/moby-25.0.4
moby 25.0.4
2024-03-08 06:25:34 +01:00
Stephanie Aurelio 44c201efbc
Billing and subscription freshness (#19573)
* update toc and refresh billing and subscription pages

* update links

* fix another link

* update image path and fix typo
2024-03-07 11:52:07 -08:00
David Karlsson 5ef2298e0e engine: 25.0.4 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-07 17:09:41 +01:00
David Karlsson c57857627d engine: update api version
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-07 17:09:41 +01:00
David Karlsson 822d08b58e
Merge pull request #19452 from dvdksn/version-callouts
feat: version callouts
2024-03-07 14:12:20 +01:00
CrazyMax 0f98a6c2ba
Merge pull request #19355 from dvdksn/buildx-container-restartpolicy
buildx(docker-container): restart-policy opt
2024-03-07 11:38:23 +01:00
David Karlsson dc4cacf641
Merge pull request #19577 from dvdksn/buildx-release-013
buildx and buildkit v0.13.0
2024-03-07 11:34:17 +01:00
David Karlsson c416e68959 build: dockerfile 1.7 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-07 11:28:27 +01:00
David Karlsson 34ee69fdcb build: buildx v0.13.0 release
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-07 11:28:27 +01:00
James Ward 35797e7da7
typo: `detects` in configs docs (#19576) 2024-03-07 09:41:11 +00:00
Allie Sadler a39fd09ff8
ENGDOCS-2012 - freshness (#19560)
* ENGDOCS-2012

* fix broken links

* checks
2024-03-07 09:32:33 +00:00
Nobuhiko Otoba 53c2a296b4
Update 06-networks.md (#19563)
* Update 06-networks.md

Fix section hierarchy

* Update 06-networks.md
2024-03-06 12:48:27 +00:00
David Karlsson 4028c5079d network: multiple nets with --network
Corrects a false statement that you can't connect to multiple networks
with the `--network` flag.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-05 14:14:32 +01:00
Thomas 2e8f7b4d37
13-merge.md: fix typo (#19562) 2024-03-05 09:10:27 +00:00
David Karlsson df0455d16f hugo: improve build performance
use cached partials for repeat templates and icons

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-04 16:05:28 +01:00
Stephanie Aurelio 6d1edcc074
Update Scout billing docs (#19456)
* update steps and restructure content

* fix url

* specify downgrade plan

* add specificity

* add downgrade note and update add and remove intro

* implement feedback
2024-03-01 15:09:47 -08:00
Sam Thibault fbad7b9c1c
One word fix to gha.md
Removes unnecessary "create" to improve this text: "you'll need to create build an image"
2024-03-01 17:29:14 +01:00
David Karlsson 3d7a282584
Merge pull request #19546 from dvdksn/scout-install
scout: create dedicated installation page
2024-03-01 17:03:19 +01:00