Skip to content

Commit

Permalink
Added Alpine on all architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
uraimo committed Jul 12, 2020
1 parent c159b48 commit 7211cad
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions Dockerfiles/Dockerfile.aarch64.alpine_latest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM arm64v8/alpine:latest
1 change: 1 addition & 0 deletions Dockerfiles/Dockerfile.armv6.alpine_latest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM balenalib/raspberry-pi-alpine:latest
1 change: 1 addition & 0 deletions Dockerfiles/Dockerfile.armv7.alpine_latest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM arm32v7/debian:buster
1 change: 1 addition & 0 deletions Dockerfiles/Dockerfile.ppc64le.alpine_latest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM ppc64le/alpine:latest
1 change: 1 addition & 0 deletions Dockerfiles/Dockerfile.s390x.alpine_latest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM s390x/alpine:latest
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ This table contains a list of possible Architecture/Distribution combinations:

| Architecture | Distributions |
| -------- | ------------- |
| armv6 | jessie, stretch, buster |
| armv7 | jessie, stretch, buster, ubuntu16.04, ubuntu20.04, ubuntu18.04 |
| aarch64 | stretch, buster, ubuntu16.04, ubuntu18.04, ubuntu20.04, fedora_latest |
| s390x | jessie, stretch, buster, ubuntu16.04, ubuntu18.04, ubuntu20.04, fedora_latest |
| ppc64le | jessie, stretch, buster, ubuntu16.04, ubuntu18.04,ubuntu20.04, fedora_latest |
| armv6 | jessie, stretch, buster, alpine_latest |
| armv7 | jessie, stretch, buster, ubuntu16.04, ubuntu18.04, ubuntu20.04, alpine_latest |
| aarch64 | stretch, buster, ubuntu16.04, ubuntu18.04, ubuntu20.04, fedora_latest, alpine_latest |
| s390x | jessie, stretch, buster, ubuntu16.04, ubuntu18.04, ubuntu20.04, fedora_latest, alpine_latest |
| ppc64le | jessie, stretch, buster, ubuntu16.04, ubuntu18.04,ubuntu20.04, fedora_latest, alpine_latest |

Using an invalid combination will result in a crash but new configuration can be easily added if a working docker image is available.

Expand Down

0 comments on commit 7211cad

Please sign in to comment.