An open API service indexing awesome lists of open source software.

https://github.com/seblucas/docker-images

Various docker images based on Alpine and available for multi-arch (armhf, arm64, amd64)
https://github.com/seblucas/docker-images

alpine amd64 arm32v7 arm64v8 docker docker-image manifest

Last synced: 4 months ago
JSON representation

Various docker images based on Alpine and available for multi-arch (armhf, arm64, amd64)

Awesome Lists containing this project

README

          

# Various Alpine based Docker Images

Here you'll find Docker Images mainly used on my two Banana Pis (Allwinner A20 based, armhf).
They all are available on [Docker Hub](https://hub.docker.com/r/seblucas/).
Lately I played with multi-architecture so all those images are available for the following architectures :
* amd64
* armhf
* arm64

I'm using a proper manifest so you can use the main tags directly (no need for amd64-X.X.X).

If you want to learn more about multi-architecture docker images, please read [my blog](https://blog.slucas.fr/series/multi-architecture-docker-image/)

# Contributing

Of course every contribution / PR is welcomed ;)