standalone-soci-indexer

command module
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2025 License: Apache-2.0 Imports: 18 Imported by: 0

README

Standalone SOCI Index Builder

Usage

Download latest version with:

LATEST_VERSION=`curl -w "%{redirect_url}" -fsS https://github.com/CloudSnorkel/standalone-soci-indexer/releases/latest | grep -oE "[^/]+$"`
curl -fsSL https://github.com/CloudSnorkel/standalone-soci-indexer/releases/download/${LATEST_VERSION}/standalone-soci-indexer_Linux_x86_64.tar.gz | tar xz

Use it to pull an image, index it, and push a SOCI snapshot with:

./standalone-soci-indexer 1234567890.dkr.ecr.us-east-1.amazonaws.com/some-repo:latest

The indexer will automatically use the provided environment AWS credentials to login to ECR. If you need to use a different authentication method, you can use the --auth flag to specify a different authentication token:

./standalone-soci-indexer docker.io/some-repo:latest --auth user:password

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
utils
log
Package logging provides log functions with common contextual information such as Aws Request Id, Repository Name, Image Digest, etc.
Package logging provides log functions with common contextual information such as Aws Request Id, Repository Name, Image Digest, etc.

Jump to

Keyboard shortcuts

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