Skip to content

Commit

Permalink
Merge pull request #7 from D4N/add_fedora
Browse files Browse the repository at this point in the history
Add Dockerfiles for Fedora:latest for s390x, aarch64 and ppc64le
  • Loading branch information
uraimo committed Apr 8, 2020
2 parents 5f4b288 + e315c61 commit 611c38f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfiles/Dockerfile.aarch64.fedora_latest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM arm64v8/fedora:latest
1 change: 1 addition & 0 deletions Dockerfiles/Dockerfile.ppc64le.fedora_latest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM ppc64le/fedora:latest
1 change: 1 addition & 0 deletions Dockerfiles/Dockerfile.s390x.fedora_latest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM s390x/fedora:latest
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ This table contains a list of possible Architecture/Distribution combinations:
| -------- | ------------- |
| armv6 | jessie, stretch, buster |
| armv7 | jessie, stretch, buster, ubuntu16.04, ubuntu18.04 |
| aarch64 | stretch, buster, ubuntu16.04, ubuntu18.04 |
| s390x | jessie, stretch, buster, ubuntu16.04, ubuntu18.04 |
| ppc64le | jessie, stretch, buster, ubuntu16.04, ubuntu18.04 |
| aarch64 | stretch, buster, ubuntu16.04, ubuntu18.04, fedora_latest |
| s390x | jessie, stretch, buster, ubuntu16.04, ubuntu18.04, fedora_latest |
| ppc64le | jessie, stretch, buster, ubuntu16.04, ubuntu18.04, fedora_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 611c38f

Please sign in to comment.