diff options
author | Chris Evich <cevich@redhat.com> | 2019-07-31 09:19:06 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-08-28 11:53:34 -0400 |
commit | 8e46106f420dfc6125750c12e13c5ae39be9d6f1 (patch) | |
tree | 1b70baca27ca09a01a8bdff3622f652bf29b9356 | |
parent | 61dc63f8aaf25e35645128d6bfefe589d6d6d8f3 (diff) | |
download | podman-8e46106f420dfc6125750c12e13c5ae39be9d6f1.tar.gz podman-8e46106f420dfc6125750c12e13c5ae39be9d6f1.tar.bz2 podman-8e46106f420dfc6125750c12e13c5ae39be9d6f1.zip |
Readme: Links for automatic binary releases
Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -8,6 +8,14 @@ popularized by Kubernetes. Libpod also contains the Pod Manager tool `(Podman)` * [Latest Version: 1.4.4](https://github.com/containers/libpod/releases/latest) * [Continuous Integration:](contrib/cirrus/README.md) [![Build Status](https://api.cirrus-ci.com/github/containers/libpod.svg)](https://cirrus-ci.com/github/containers/libpod/master) * [GoDoc: ![GoDoc](https://godoc.org/github.com/containers/libpod/libpod?status.svg)](https://godoc.org/github.com/containers/libpod/libpod) +* Latest, automatic binary release downloads: + * Master Branch: + * [Fedora 30](https://storage.cloud.google.com/libpod-master-releases/libpod-master-fedora-30-amd64.zip) + * [Fedora 29](https://storage.cloud.google.com/libpod-master-releases/libpod-master-fedora-29-amd64.zip) + * [Ubuntu 18](https://storage.cloud.google.com/libpod-master-releases/libpod-master-ubuntu-18-amd64.zip) + * [Ubuntu 19](https://storage.cloud.google.com/libpod-master-releases/libpod-master-ubuntu-19-amd64.zip) + * [Windows Client](https://storage.cloud.google.com/libpod-master-releases/podman-remote-master-windows-cc-amd64.zip) + * [MacOS Client](https://storage.cloud.google.com/libpod-master-releases/podman-remote-master-darwin-cc-amd64.zip) ## Overview and scope |