regcopy

command module
v0.0.0-...-686ee7d Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

README

regcopy

A tool to sanitize and copy base images to the Deckhouse container registry.

Usage:

regcopy <image>:<tag>

Purpose

  • Copy an image from a public registry to the Deckhouse registry.
  • Remove all labels from an image.

Why do not use crane/skopeo/etc.?

  1. regcopy is a script based on the go-containerregistry library, on which crane is also based. Basically, it works the same way as a crane copy, but allows mutations.

  2. Instead of using a bash script with a generic tool written in go, it is possible to use just a script in go and a library.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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