Sign inSign up

napstr/compose

By napstr

Updated over 8 years ago
Archived

arm64v8 images of docker compose

Image
0

1.1K

napstr/compose repository overview

How these images are built:
git clone https://github.com/docker/compose.git
cd compose
git checkout <latest tag here>
cp Dockerfile.armhf Dockerfile.arm64v8
# Change the FROM line to: FROM arm64v8/debian:jessie
docker build -t docker/compose:arm64v8 -t napstr/compose:arm64v8 -t napstr/compose:arm64v8-<latest-tag> -f Dockerfile.arm64v8 .
docker push napstr/compose:arm64v8
docker push napstr/compose:arm64v8-<latest-tag>
How to make use of them on your arm64v8 machine:
# Make sure to install compose as a container as described here:
#https://docs.docker.com/compose/install/#install-compose
# Then:
sudo nano /usr/local/bin/docker-compose 
# Change version to 'arm64v8' (or 'arm64v8-<latest-tag>') and repo to 'napstr/compose'

Tag summary

Content type

Image

Digest

Size

247.8 MB

Last updated

over 8 years ago

docker pull napstr/compose:arm64v8-1.21.2