Skip to content

Commit 443a304

Browse files
authored
Merge branch 'main' into update-tailwind
2 parents 4a2e925 + f4f1a45 commit 443a304

File tree

84 files changed

+2747
-413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+2747
-413
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
# For more details, see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
55

6-
/content/manuals/build/ @crazy-max @aevesdocker
6+
/content/manuals/build/ @crazy-max @ArthurFlag
77

8-
/content/manuals/build-cloud/ @crazy-max @aevesdocker
8+
/content/manuals/build-cloud/ @crazy-max @craig-osterhout
99

1010
/content/manuals/compose/ @aevesdocker
1111

@@ -19,11 +19,11 @@
1919

2020
/content/manuals/docker-hub/ @craig-osterhout
2121

22-
/content/manuals/engine/ @thaJeztah @aevesdocker
22+
/content/manuals/engine/ @thaJeztah @ArthurFlag
2323

24-
/content/reference/api/engine/ @thaJeztah @aevesdocker
24+
/content/reference/api/engine/ @thaJeztah @ArthurFlag
2525

26-
/content/reference/cli/ @thaJeztah @aevesdocker
26+
/content/reference/cli/ @thaJeztah @ArthurFlag
2727

2828
/content/manuals/subscription/ @sarahsanders-docker
2929

@@ -41,4 +41,6 @@
4141

4242
/content/manuals/accounts/ @sarahsanders-docker
4343

44-
/_vendor @sarahsanders-docker
44+
/content/manuals/ai/ @ArthurFlag
45+
46+
/_vendor @sarahsanders-docker @ArthurFlag

.github/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
area/ai:
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- content/manuals/ai/**
5+
- content/reference/cli/model/**
6+
17
area/release:
28
- changed-files:
39
- any-glob-to-any-file:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# check=skip=InvalidBaseImagePlatform
33

44
ARG ALPINE_VERSION=3.21
5-
ARG GO_VERSION=1.23.8
5+
ARG GO_VERSION=1.24
66
ARG HTMLTEST_VERSION=0.17.0
77
ARG HUGO_VERSION=0.141.0
88
ARG NODE_VERSION=22

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Zsh
153153
[Ss]warm
154154
[Ss]yscalls?
155155
[Ss]ysfs
156+
[Tt]eardown
156157
[Tt]oolchains?
157158
[Uu]narchived?
158159
[Uu]ngated

_vendor/github.com/docker/compose/v2/docs/reference/compose_build.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/compose/v2/docs/reference/compose_config.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/compose/v2/docs/reference/docker_compose_build.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/compose/v2/docs/reference/docker_compose_config.yaml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/moby/buildkit/frontend/dockerfile/docs/reference.md

Lines changed: 83 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# github.com/moby/moby v28.1.0-rc.2+incompatible
2-
# github.com/moby/buildkit v0.21.0
2+
# github.com/moby/buildkit v0.22.0-rc1
33
# github.com/docker/buildx v0.23.0
4-
# github.com/docker/cli v28.1.0+incompatible
5-
# github.com/docker/compose/v2 v2.35.1
4+
# github.com/docker/cli v28.1.1+incompatible
5+
# github.com/docker/compose/v2 v2.36.0
66
# github.com/docker/scout-cli v1.15.0

0 commit comments

Comments
 (0)