Table of Contents

Class TagPolicyManifest

Namespace
AgentContainers.Core.Models
Assembly
AgentContainers.Core.dll
Curated publish target that resolves one runtime/tool/agent loadout into one or more public repository and tag views.
public sealed class TagPolicyManifest : ManifestBase
Inheritance
TagPolicyManifest
Inherited Members

Properties

Agents

Agent overlays installed into the published image in the declared order.
public List<string> Agents { get; set; }

Property Value

List<string>

Publish

Repository/tag aliases that should point at this resolved image.
public List<TagPublication> Publish { get; set; }

Property Value

List<TagPublication>

ReleaseVersion

Human-facing release version used when rendering convenience tags.
public string ReleaseVersion { get; set; }

Property Value

string

Runtime

Base or combo runtime ID used as the starting image for this published image.
public string Runtime { get; set; }

Property Value

string

ToolPacks

Non-sidecar tool packs installed into the published image in the declared order.
public List<string> ToolPacks { get; set; }

Property Value

List<string>