zc

module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2022 License: Apache-2.0

README

cn

Operations related to containers.

Building

https://goreleaser.com/

brew install goreleaser make

Mac build

goreleaser build --snapshot --rm-dist --id darwin-amd64

or

make darwin-build

Linux build

goreleaser build --snapshot --rm-dist --id linux

or

make linux-build

Release

Releasing requires an api token. Github tokens can be generated in Developer settings.

git tag -a v0.1.0 -m "Release v0.1.0"
git push origin v0.1.0
GITHUB_TOKEN="..." goreleaser release

or

make release TAG=0.1.0

Quick Start

This shows how to:

  • download an image digest

See the Usage documentation for more commands.

See the CLI documentation for details on each command.

NOTE: you will need access to a container registry.

Detailed Usage

See the Usage documentation for more commands!

Registry Support

This project uses go-containerregistry for registry interactions.

Directories

Path Synopsis
cmd
cn
mock
pkg/container
Package container is a generated GoMock package.
Package container is a generated GoMock package.
pkg/oci/remote
Package remote is a generated GoMock package.
Package remote is a generated GoMock package.
pkg/resources
Package resources is a generated GoMock package.
Package resources is a generated GoMock package.
pkg
oci

Jump to

Keyboard shortcuts

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