Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 652e741

Browse files
authored
Merge pull request #8 from linuxserver/alpine-binary
publish docker-compose/cli binaries in releases (alpine)
2 parents 1d92da0 + b7b4afa commit 652e741

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ sudo chmod +x /usr/local/bin/docker-compose
8484
```
8585
Running these two commands on your docker host once will let you issue commands such as `docker-compose up -d` and the docker-compose container will do its job behind the scenes.
8686

87+
### Binaries
88+
89+
We are also providing the binaries for both docker-compose and docker-cli for all three arches in Github releases. You can download the correct binaries for your arch directly and drop into `/usr/local/bin/`.
8790

8891
## Docker Mods
8992
[![Docker Mods](https://img.shields.io/badge/dynamic/yaml?style=for-the-badge&color=E68523&label=mods&query=%24.mods%5B%27docker-compose%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=docker-compose "view available mods for this container.")
@@ -124,6 +127,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
124127

125128
## Versions
126129

130+
* **06.07.20:** - Publish docker-compose and docker-cli binaries in Github releases.
127131
* **01.07.20:** - Release alpine based images at `alpine` tag.
128132
* **04.06.20:** - Bump docker-cli to 19.03.8, auto-detect python3 version.
129133
* **19.05.20:** - Initial Release.

readme-vars.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ full_custom_readme: |
9090
```
9191
Running these two commands on your docker host once will let you issue commands such as `docker-compose up -d` and the docker-compose container will do its job behind the scenes.
9292
93+
### Binaries
94+
95+
We are also providing the binaries for both docker-compose and docker-cli for all three arches in Github releases. You can download the correct binaries for your arch directly and drop into `/usr/local/bin/`.
9396
9497
## Docker Mods
9598
[![Docker Mods](https://img.shields.io/badge/dynamic/yaml?style=for-the-badge&color=E68523&label=mods&query=%24.mods%5B%27docker-compose%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=docker-compose "view available mods for this container.")
@@ -130,6 +133,7 @@ full_custom_readme: |
130133
131134
## Versions
132135
136+
* **06.07.20:** - Publish docker-compose and docker-cli binaries in Github releases.
133137
* **01.07.20:** - Release alpine based images at `alpine` tag.
134138
* **04.06.20:** - Bump docker-cli to 19.03.8, auto-detect python3 version.
135139
* **19.05.20:** - Initial Release.

0 commit comments

Comments
 (0)