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)
- Host: GitHub
- URL: https://github.com/seblucas/docker-images
- Owner: seblucas
- Created: 2016-03-29T12:52:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T10:26:08.000Z (about 3 years ago)
- Last Synced: 2025-04-12T20:29:49.075Z (about 1 year ago)
- Topics: alpine, amd64, arm32v7, arm64v8, docker, docker-image, manifest
- Language: Shell
- Homepage: https://hub.docker.com/r/seblucas/
- Size: 92.8 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ;)