Registry / utility / anchore-stereoscope

anchore-stereoscope

JSON →
library0.2.1gogounverified

A Go library for inspecting container images and filesystem layers.

go get github.com/anchore/stereoscope
INSTALL
IMPORT
SIG · ANCHORE-STEREOSCOP
A
anchore-stereoscope
utilitygov0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

stereoscope
github.com/anchore/stereoscope

Open a container image from a registry and print its manifest.

package main import ( "fmt" "github.com/anchore/stereoscope/pkg/image" ) func main() { img, err := image.NewFromRegistry("alpine:latest", nil) if err != nil { panic(err) } fmt.Println(img.Manifest) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Meta
1
OpenAI (training)
1
Resources
anchore-stereoscope — go get anchore-stereoscope · libregistry