Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG ALPINE_VERSION=3.21
ARG GO_VERSION=1.24
ARG HTMLTEST_VERSION=0.17.0
ARG VALE_VERSION=3.11.2
ARG HUGO_VERSION=0.141.0
ARG HUGO_VERSION=0.152.2
ARG NODE_VERSION=22
ARG PAGEFIND_VERSION=1.3.0

Expand Down
3 changes: 1 addition & 2 deletions content/manuals/dhi/how-to/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Debug a Docker Hardened Image container
linkTitle: Debug a container
weight: 60
keywords: debug, hardened images, DHI, troubleshooting, ephemeral container, docker debug
description: Learn how to use Docker Debug to troubleshoot Docker Hardened Images (DHI) locally or in production.
keywords: docker debug, ephemeral container, non-root containers, hardened container image, debug secure container
---
Expand Down Expand Up @@ -74,4 +73,4 @@ separate, it avoids introducing security risks into production environments.

If you encounter issues related to permissions, ports, missing shells, or
package managers, see [Troubleshoot Docker Hardened Images](../troubleshoot.md)
for recommended solutions and workarounds.
for recommended solutions and workarounds.
2 changes: 1 addition & 1 deletion content/manuals/engine/security/https/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
_build:
build:
list: never
publishResources: false
render: never
Expand Down
2 changes: 1 addition & 1 deletion content/reference/cli/docker/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
_build:
build:
list: never
publishResources: false
render: never
Expand Down
5 changes: 1 addition & 4 deletions data/desktop-cli/docker_desktop_kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ short: Manage Kubernetes settings
usage: docker desktop kubernetes
pname: docker desktop
plink: docker_desktop.yaml
usage: docker desktop kubernetes
pname: docker desktop
plink: docker_desktop.yaml
cname:
- docker desktop kubernetes images
clink:
Expand All @@ -15,4 +12,4 @@ hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
swarm: false
3 changes: 3 additions & 0 deletions hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"Compliant",
"Custom-builder",
"DNS-resolution",
"DSOS-Legacy-DVP-programs",
"DVP-program",
"Debian",
"Diff",
"Docker-Build-Cloud",
Expand Down Expand Up @@ -131,6 +133,7 @@
"Svelte",
"Testcontainers-Cloud",
"TypeScript",
"Typescript",
"Ubuntu",
"Ubuntu/Debian",
"Unix-pipe",
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish = "public"
[context.deploy-preview.environment]
NODE_VERSION = "22"
NODE_ENV = "production"
HUGO_VERSION = "0.141.0"
HUGO_VERSION = "0.152.2"
HUGO_ENABLEGITINFO = "true"
HUGO_ENVIRONMENT = "preview"
SECRETS_SCAN_OMIT_PATHS = "public/contribute/file-conventions/index.html"
Expand Down
Loading