dind

package
v0.6.49 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2026 License: AGPL-3.0, Apache-2.0, MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// SharedContextVolumeName is the Kubernetes volume name for the agent repo EmptyDir.
	// Keep in sync with internal/controller/agentrun_pod.go.
	SharedContextVolumeName = "shared-context"

	// SharedContextMountPath is where the shared EmptyDir is mounted in agent-run pods.
	SharedContextMountPath = "/plural/shared"

	// CertsVolumePath is where the dind sidecar generates TLS material.
	CertsVolumePath = "/certs"
	// ClientCertsPath is the client cert directory consumed by the Docker CLI.
	ClientCertsPath = CertsVolumePath + "/client"
	// ClientCertStagingDir is a harness-local copy readable by the agent uid and Codex sandbox.
	ClientCertStagingDir = "/tmp/plural-docker-certs"

	DockerHostEnv = "DOCKER_HOST"
)

Variables

This section is empty.

Functions

func RepositoryDir

func RepositoryDir() string

RepositoryDir returns the absolute path to the cloned repository.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL