Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/image-rebase
Remotely rebase container images
https://github.com/google/image-rebase
Last synced: 5 days ago
JSON representation
Remotely rebase container images
- Host: GitHub
- URL: https://github.com/google/image-rebase
- Owner: google
- License: apache-2.0
- Archived: true
- Created: 2018-03-07T23:56:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T14:54:05.000Z (over 5 years ago)
- Last Synced: 2024-08-02T18:39:48.686Z (3 months ago)
- Language: Go
- Homepage:
- Size: 373 KB
- Stars: 37
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Image Rebase
## This repo is obsolete
See
[go-containerregistry](https://godoc.org/github.com/google/go-containerregistry)'s
[`mutate.Rebase`](https://godoc.org/github.com/google/go-containerregistry/pkg/v1/mutate#Rebase)
instead.That repo also contains code for a CLI to rebase container images, [`crane
rebase`](https://github.com/google/go-containerregistry/blob/master/cmd/crane/doc/crane_rebase.md),
which is also [described in more detail
here](https://github.com/google/go-containerregistry/blob/master/cmd/crane/rebase.md).This package only exists as a thin wrapper around that functionality, which is
much more flexible, and well-tested.[![Build Status](https://travis-ci.org/google/image-rebase.svg?branch=master)](https://travis-ci.org/google/image-rebase)
### This is not an official Google product.
### This code is experimental and might break you if not used correctly.