David Karlsson
9b6bc8cd46
build: use exec form for flask example
...
shell form doesnt trap sigint
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-05 09:11:02 +01:00
David Karlsson
0f9278b189
site: self-host fonts
...
Serve web fonts with our own CDN rather than Google's CDN.
This improves the download speed for fonts (dns lookups, reusing tcp
connection with http/2, cache efficiency)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-04 22:36:05 +01:00
David Karlsson
b1b6f55090
Merge pull request #19305 from lucasfcnunes/patch-1
...
fix: typo
2024-02-04 14:01:21 +01:00
Lucas Fernando Cardoso Nunes
1f083cc392
fix: typo
...
Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
2024-02-04 08:29:43 -03:00
David Karlsson
f039a73246
Merge pull request #19302 from dvdksn/vendor-scout-cli-1.4.1
...
vendor: github.com/docker/scout-cli v1.4.1
2024-02-03 22:29:31 +01:00
David Karlsson
478dc41907
vendor: github.com/docker/scout-cli v1.4.1
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-03 20:30:25 +01:00
David Karlsson
91b25ae998
Merge pull request #19300 from dvdksn/vendor-moby-25.0.2
...
vendor: github.com/moby/moby v25.0.3-0.20240203133757-341a7978a541+incompatible
2024-02-03 20:21:31 +01:00
David Karlsson
f452479f86
vendor: github.com/moby/moby v25.0.3-0.20240203133757-341a7978a541+incompatible
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-03 20:16:24 +01:00
David Karlsson
c1cd9f7f84
a11y: add aria label to theme switch button
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-03 17:05:36 +01:00
David Karlsson
14f905327b
a11y: remove explicit tabindex on buttons
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-03 17:03:48 +01:00
David Karlsson
723006b12b
a11y: add link titles in header, footer
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-03 17:03:18 +01:00
David Karlsson
6cd311ad9d
a11y: add alt texts to images on home page
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-03 16:55:26 +01:00
David Karlsson
053ee9faea
Merge pull request #19285 from dvdksn/markdownlint-add-more-rules
...
test: add more lint rules for markdown
2024-02-02 23:49:18 +01:00
Stephanie Aurelio
18f1e23c76
Update UI steps to match Admin Console ( #19291 )
...
* update ui text references
* update steps for clarity
* update image alignment
* clean up
* remove outdated screenshot
2024-02-02 14:45:57 -08:00
Gabriela Georgieva
09a9ca261d
Add runc, buildkit and moby CVEs to security announcements ( #19295 )
2024-02-02 10:47:25 -08:00
David Karlsson
31779e9d35
Merge pull request #19289 from MihaelaStoica/release-notes-date
...
Update release date
2024-02-01 20:03:31 +01:00
Mihaela Stoica
f5a5718b51
Update release date
2024-02-01 18:57:45 +00:00
Gabriela Georgieva
c155302ddd
Merge pull request #19288 from lorenrh/add-sec
...
add security fixes
2024-02-01 18:25:17 +01:00
Lorena Rangel
7f65d8c90f
add security fixes
...
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-02-01 18:14:16 +01:00
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