Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
[![CI](https://github.com/galax-io/galaxio-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/galax-io/galaxio-cli/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/galax-io/galaxio-cli/branch/main/graph/badge.svg)](https://codecov.io/gh/galax-io/galaxio-cli)
[![Latest Release](https://img.shields.io/github/v/release/galax-io/galaxio-cli?sort=semver)](https://github.com/galax-io/galaxio-cli/releases)
[![Docker Hub](https://shieldcn.dev/docker/v/galaxioteam/galaxio.png)](https://hub.docker.com/r/galaxioteam/galaxio)
[![Utility Size](https://shieldcn.dev/badge/dynamic/json.png?url=https%3A%2F%2Fapi.github.com%2Frepos%2Fgalax-io%2Fgalaxio-cli%2Freleases%2Flatest&query=%24.assets%5B%3F%28%40.name.match%28%2Flinux_amd64%5C.tar%5C.gz%24%2F%29%29%5D.size&label=utility%20size&suffix=%20bytes)](https://github.com/galax-io/galaxio-cli/releases/latest)
[![Image Size](https://shieldcn.dev/docker/size/galaxioteam/galaxio.png)](https://hub.docker.com/r/galaxioteam/galaxio)
[![Go Report Card](https://goreportcard.com/badge/github.com/galax-io/galaxio-cli)](https://goreportcard.com/report/github.com/galax-io/galaxio-cli)
[![License](https://img.shields.io/github/license/galax-io/galaxio-cli)](https://github.com/galax-io/galaxio-cli/blob/main/LICENSE)

Expand Down Expand Up @@ -81,6 +84,8 @@ Archives are named `galaxio_<version>_<os>_<arch>.tar.gz` (`.zip` on Windows).

The image is published to Docker Hub as `galaxioteam/galaxio:<release-version>`,
plus the alias `galaxioteam/galaxio:<major.minor>` and `galaxioteam/galaxio:latest`.
The badges at the top show the current Docker Hub tag, the latest release
utility size, and the compressed Docker image size.

```sh
docker pull galaxioteam/galaxio:0.1.1
Expand Down
Loading