Craig Osterhout
43128f4266
add genai guide ( #19262 )
...
* add genai guide
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2024-02-01 08:44:11 -08:00
Lorena Rangel
51b3996c90
4.27.1 release notes ( #19284 )
...
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-02-01 16:24:18 +00:00
David Karlsson
983368516f
build: update flask version used in example
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 16:26:39 +01:00
David Karlsson
dc379cf085
test: add lint rule for empty links
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 16:01:46 +01:00
David Karlsson
6225724f32
test: add lint rule for trailing punctuation in headings
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 15:57:19 +01:00
David Karlsson
b20c46a615
chore: unpublish README files in content dir
...
Adds hugo build options that prevents these READMEs from being
published.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 15:49:46 +01:00
David Karlsson
7eb5ad6c38
test: add lint rule for single h1
...
We should never have more than one h1 on a page.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 15:45:56 +01:00
David Karlsson
078a817e12
test: add lint rule for heading start
...
Heading markup should start on the first column of a line, otherwise we
risk it being rendered as a paragraph, per the markdown spec.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 15:45:56 +01:00
David Karlsson
e1ac3a4f36
test: add lint rules for tables
...
Formatting for tables wasn't guarded by markdownlint validation rules,
which increases the risk of releasing incorrectly formatted tables.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 15:45:53 +01:00
David Karlsson
2ec334037b
Merge pull request #19275 from dvdksn/upgrade-dependencies
...
upgrade build and dev dependencies
2024-02-01 15:14:44 +01:00
David Karlsson
f2cf8b8cbd
Merge pull request #19283 from dvdksn/buildkit-revendor-buildarg-secrets-callout
...
vendor: github.com/moby/buildkit v0.13.0-beta3.0.20240201135300-d906167d0b34
2024-02-01 15:13:40 +01:00
David Karlsson
b741f5f8c2
vendor: github.com/moby/buildkit v0.13.0-beta3.0.20240201135300-d906167d0b34
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 14:58:33 +01:00
David Karlsson
9019a6710a
Merge pull request #19281 from dvdksn/docs-clarify-buildargs-leak-secrets
...
build: clarify that attestations expose build args
2024-02-01 14:57:07 +01:00
Sebastiaan van Stijn
3d004ed4b4
Merge pull request #19280 from dvdksn/engine-release-24.0.9
...
engine: 24.0.9 release notes
2024-02-01 14:56:08 +01:00
David Karlsson
ec5847ef15
build: clarify that attestations expose build args
...
People need to stop using build arguments for secrets.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 14:54:46 +01:00
David Karlsson
a461a743d7
engine: 24.0.9 release notes
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 14:52:06 +01:00
David Karlsson
60fa032eef
Merge pull request #19279 from dvdksn/storage-anon-volumes-not-reused
...
storage: clarify that anonymous volumes arent reused
2024-02-01 14:46:44 +01:00
Allie Sadler
1f29ebb0c5
ENGDOCS-1894 ( #19225 )
...
* ENGDOCS-1894
* build v image
* build v image
* code formatting
* remove sentence
* Update content/compose/compose-file/build.md
2024-02-01 12:44:26 +00:00
Allie Sadler
21f9086699
ENGDOCS-1968 ( #19276 )
...
* ENGDOCS-1968
* add link
2024-02-01 12:32:59 +00:00
David Karlsson
0d4487f168
storage: clarify that anonymous volumes arent reused
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 12:55:36 +01:00
Allie Sadler
a5fe1766f5
ENGDOCS-1971 ( #19277 )
2024-02-01 11:32:34 +00:00
David Karlsson
0fec9e909c
build(deps): upgrade nodejs prod dependencies
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 10:00:04 +01:00
David Karlsson
9d2e4694ca
chore: upgrade nodejs dev dependencies
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 09:49:15 +01:00
David Karlsson
f6191387b6
chore: remove mermaid.js
...
We're not using mermaid for diagrams anymore so we can prune the
dependency.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 09:46:24 +01:00
David Karlsson
6aced2fc9d
build(deps): remove refactor nodejs dependencies
...
Separate dev dependencies like prettier to prevent them from being
installed to build the site, unnecessarily.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 09:44:56 +01:00
Sebastiaan van Stijn
729dd26fad
Merge pull request #19268 from vvoland/release-25.0.2
...
engine: 25.0.2 release notes
2024-02-01 03:50:30 +01:00
Sebastiaan van Stijn
accd1b8043
Merge pull request #19269 from vvoland/release-24.0.8
...
engine: 24.0.8 release notes
2024-02-01 03:01:48 +01:00
Paweł Gronowski
781f0059fb
engine: 25.0.2 release notes
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-01-31 23:12:30 +01:00
Paweł Gronowski
8defacf0b0
engine: 24.0.8 release notes
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-01-31 23:10:58 +01:00
David Karlsson
a1102d1a35
build(deps): use prebuilt hugo binary, add gcompat
...
Fetching the prebuilt hugo binary is faster than `go install`.
Also switching to the extended version.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-31 22:23:30 +01:00
David Karlsson
6da0b60ccc
build(deps): upgrade markdownlint-cli2 to v0.12.1
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-31 22:06:55 +01:00
David Karlsson
e608e74612
build(deps): pin netlify node version to 20.x
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-31 22:03:14 +01:00
David Karlsson
55daaf94a6
build(deps): upgrade hugo to v0.122.0
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-31 22:01:23 +01:00
David Karlsson
f211c488c7
Merge pull request #19248 from dvdksn/scout-quickstart-refresh
...
scout: update quickstart guide
2024-01-31 18:30:20 +01:00
Sebastiaan van Stijn
0ebd35b3a1
Merge pull request #19266 from thaJeztah/remove_ubuntu_23.04
...
engine: install: remove Ubuntu Lunar 23.04, as it's EOL
2024-01-31 17:00:17 +01:00
Sebastiaan van Stijn
dd82cadf38
engine: install: remove Ubuntu Lunar 23.04, as it's EOL
...
Ubuntu 23.04 reached EOL on January 25, 2024, so should no longer be used.
https://wiki.ubuntu.com/Releases#End_of_Life
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-31 16:37:01 +01:00
David Karlsson
81fccb7047
Merge pull request #19257 from dvdksn/scout-new-settings-urls
...
scout: update external links
2024-01-31 12:49:57 +01:00
Allie Sadler
ad3b5c304c
ENGDOCS-1580 ( #19258 )
...
* ENGDOCS-1580
* tidy
2024-01-31 11:16:58 +00:00
Milas Bowman
53b97b3d62
compose: add v2.24.5 release ( #19259 )
...
https://github.com/docker/compose/releases/tag/v2.24.5
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2024-01-31 08:16:09 +00:00
David Karlsson
bb08d57c34
scout: update quickstart guide
...
Rework the quickstart guide to add new features like policy evaluation
and integrations.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-31 06:52:18 +01:00
David Karlsson
9c81de1dfa
Merge pull request #19255 from mcapell/fix/gha-example
...
fix: GitHub Action rename token to github-token
2024-01-30 15:24:39 +01:00
David Karlsson
1c203b3ab4
scout: update external links
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-30 15:22:17 +01:00
Marc Capell
9a1a0edcd2
fix: GitHub Action rename token to github-token
2024-01-30 15:16:25 +01:00
Allie Sadler
a4dd782e2d
ENGDOCS-1966 ( #19252 )
2024-01-30 10:17:12 +00:00
Guillaume Lours
388bc2a5a1
update Compose v2.24.4 release notes ( #19249 )
...
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-01-30 08:16:29 +00:00
David Karlsson
e367017667
Merge pull request #19234 from dvdksn/scout-acr-ga
...
scout: graduate acr from ea to ga
2024-01-29 15:03:48 +01:00
Viicos
6d682a0f4a
Use a maintained version of Python in `compose` getting started guide ( #19244 )
2024-01-29 11:38:57 +00:00
Allie Sadler
7d55c16d5a
ENGDOCS-1965 ( #19236 )
...
* ENGDOCS-1965
* Update content/compose/compose-file/13-merge.md
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
---------
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2024-01-29 11:34:39 +00:00
David Karlsson
f94771e77f
Merge pull request #19242 from dvdksn/fix-rendering-issues
...
site: fix rendering issues
2024-01-29 09:47:13 +01:00
David Karlsson
d6627bcbce
fix: use flexbox to simplify templates and fix overflow on mobile
...
The grid col templates weren't working correctly, switched to flexbox to
make it easier to understand and work better on smaller screens.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-28 23:22:17 +01:00