package ociindex

import "github.com/moby/buildkit/client/ociindex"

Index

Types

type StoreIndex

type StoreIndex struct {
	// contains filtered or unexported fields
}

func NewStoreIndex

func NewStoreIndex(storePath string) StoreIndex

func (StoreIndex) Get

func (s StoreIndex) Get(tag string) (*ocispecs.Descriptor, error)

func (StoreIndex) GetSingle

func (s StoreIndex) GetSingle() (*ocispecs.Descriptor, error)

func (StoreIndex) Put

func (s StoreIndex) Put(tag string, desc ocispecs.Descriptor) error

func (StoreIndex) Read

func (s StoreIndex) Read() (*ocispecs.Index, error)

Source Files

ociindex.go

Version
v0.18.0-rc2
Published
Nov 26, 2024
Platform
js/wasm
Imports
8 packages
Last checked
9 minutes ago

Tools for package owners.