Skip to content

Commit

Permalink
Add logos for crane and gcrane (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjohnsonjr committed Nov 11, 2020
1 parent ca90ba6 commit ef0e499
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions cmd/crane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
[`crane`](doc/crane.md) is a tool for interacting with remote images
and registries.

<img src="../../images/crane.png" width="40%">

## Installation

Download [latest release](https://github.com/google/go-containerregistry/releases/latest).

Install manually:

```
GO111MODULE=on go get -u github.com/google/go-containerregistry/cmd/crane
```
Expand Down
6 changes: 6 additions & 0 deletions cmd/gcrane/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `gcrane`

<img src="../../images/gcrane.png" width="40%">

This tool implements a superset of the [`crane`](../crane/README.md) commands, with
additional commands that are specific to [gcr.io](https://gcr.io).

Expand All @@ -9,6 +11,10 @@ so this may break in the future.

## Installation

Download [latest release](https://github.com/google/go-containerregistry/releases/latest).

Install manually:

```
GO111MODULE=on go get -u github.com/google/go-containerregistry/cmd/gcrane
```
Expand Down
Binary file added images/crane.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/gcrane.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pkg/v1/remote/transport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Similar reasons! That ends up pulling in grpc, protobuf, and logrus.
That just uses the the `docker/distribution` client... and more!

![containerd/containerd](../../../../images/containers.dot.svg)
![containers/image](../../../../images/containers.dot.svg)

> Wow, what about this package?
Expand Down

0 comments on commit ef0e499

Please sign in to comment.