Skip to content

Commit a03f7c1

Browse files
Merge branch 'main' into consolidated-plans-updates
2 parents 527850a + c246016 commit a03f7c1

File tree

85 files changed

+907
-780
lines changed

Some content is hidden

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

85 files changed

+907
-780
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@
1515

1616
/content/manuals/extensions-sdk/ @aevesdocker
1717

18-
/content/manuals/scout/ @dvdksn
18+
/content/manuals/scout/ @craig-osterhout
1919

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

2222
/content/manuals/engine/ @dvdksn
2323

24+
/content/reference/api/engine/ @dvdksn
25+
26+
/content/reference/cli/ @dvdksn
27+
2428
/content/manuals/subscription/ @sarahsanders-docker
2529

2630
/content/manuals/security/ @aevesdocker
@@ -29,7 +33,7 @@
2933

3034
/content/manuals/docker-hub/official_images/ @craig-osterhout
3135

32-
/content/manuals/registry/ @dvdksn
36+
/content/manuals/registry/ @craig-osterhout
3337

3438
/content/manuals/admin/ @sarahsanders-docker
3539

@@ -38,3 +42,5 @@
3842
/content/manuals/accounts/ @sarahsanders-docker
3943

4044
/hack @dvdksn
45+
46+
/_vendor @dvdksn

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# syntax=docker/dockerfile:1
22
# check=skip=InvalidBaseImagePlatform
33

4-
ARG ALPINE_VERSION=3.20
4+
ARG ALPINE_VERSION=3.21
55
ARG GO_VERSION=1.23
66
ARG HTMLTEST_VERSION=0.17.0
77
ARG HUGO_VERSION=0.139.0
88
ARG NODE_VERSION=22
99
ARG PAGEFIND_VERSION=1.1.1
1010

1111
# base defines the generic base stage
12-
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
12+
FROM golang:${GO_VERSION}-alpine AS base
1313
RUN apk add --no-cache \
1414
git \
1515
nodejs \

_vale/Docker/Acronyms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,5 @@ exceptions:
129129
- XML
130130
- XSS
131131
- YAML
132+
- ZFS
132133
- ZIP

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Mac
6666
Mail(chimp|gun)
6767
Microsoft
6868
MySQL
69+
NFSv\d
6970
Netplan
7071
Nginx
7172
Nuxeo
@@ -121,10 +122,17 @@ Zsh
121122
[Rr]untimes?
122123
[Ss]andbox(ed)?
123124
[Ss]eccomp
125+
[Ss]ubmounts?
126+
[Ss]ubpaths?
127+
[Ss]ubtrees?
124128
[Ss]wappable
129+
[Ss]wappable
130+
[Ss]warm
125131
[Ss]warm
132+
[Ss]yscalls?
126133
[Ss]ysfs
127134
[Tt]oolchains?
135+
[Uu]narchived?
128136
[Vv]irtiofs
129137
[Vv]irtualize
130138
[Ww]alkthrough
@@ -169,6 +177,7 @@ tmpfs
169177
ufw
170178
umask
171179
ungated
180+
userland
172181
untrusted
173182
vSphere
174183
vpnkit

_vendor/github.com/docker/cli/docs/reference/dockerd.md

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

_vendor/github.com/docker/cli/docs/reference/run.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/moby/moby/docs/api/v1.25.yaml

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

_vendor/github.com/moby/moby/docs/api/v1.26.yaml

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

_vendor/github.com/moby/moby/docs/api/v1.27.yaml

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

_vendor/github.com/moby/moby/docs/api/v1.28.yaml

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

0 commit comments

Comments
 (0)