package
1.30.0
Repository: https://github.com/coreos/rocket.git
Documentation: pkg.go.dev

# Packages

Package acitest provides utilities for ACI testing.

# Functions

NewACI creates a new ACI in the given directory with the given image manifest and entries.
NewBasicACI creates a new ACI in the given directory with the given name.
NewDetachedSignature creates a new openpgp armored detached signature for the given ACI signed with armoredPrivateKey.
NewImageWriter creates a new ArchiveWriter which will generate an App Container Image based on the given manifest and write it to the given tar.Writer TODO(sgotti) this is a copy of appc/spec/aci.imageArchiveWriter with addFileNow changed to create the file with the current user.
Given an image app name and optional labels, get the best matching image available in the store, build its dependency list and render it inside dir.
Given an already populated dependency list, it will extract, under the provided directory, the rendered ACI.
Given an imageID, start with the matching image available in the store, build its dependency list and render it inside dir.

# Structs

No description provided by the author