oci

package
v0.244.0 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OCI

type OCI struct {
	Archive *OCIArchiveConfig `yaml:"archive,omitempty"`
}

type OCIArchiveConfig

type OCIArchiveConfig struct {
	Cmd          []string          `yaml:"cmd,omitempty"`
	Env          []string          `yaml:"env,omitempty"`
	ExposedPorts []string          `yaml:"exposed_ports,omitempty"`
	User         string            `yaml:"user,omitempty"`
	Labels       map[string]string `yaml:"labels,omitempty"`
	StopSignal   string            `yaml:"stop_signal,omitempty"`
	Volumes      []string          `yaml:"volumes,omitempty"`
	WorkingDir   string            `yaml:"working_dir,omitempty"`
}

KEEP IN SYNC: this is a copy of osbuild/oci_archive_stage.go:OCIArchiveConfig with nicer names

Jump to

Keyboard shortcuts

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