diff --git a/Dockerfiles/Dockerfile.aarch64.fedora_latest b/Dockerfiles/Dockerfile.aarch64.fedora_latest new file mode 100644 index 00000000..ad473b02 --- /dev/null +++ b/Dockerfiles/Dockerfile.aarch64.fedora_latest @@ -0,0 +1 @@ +FROM arm64v8/fedora:latest diff --git a/Dockerfiles/Dockerfile.ppc64le.fedora_latest b/Dockerfiles/Dockerfile.ppc64le.fedora_latest new file mode 100644 index 00000000..eea8a5cb --- /dev/null +++ b/Dockerfiles/Dockerfile.ppc64le.fedora_latest @@ -0,0 +1 @@ +FROM ppc64le/fedora:latest diff --git a/Dockerfiles/Dockerfile.s390x.fedora_latest b/Dockerfiles/Dockerfile.s390x.fedora_latest new file mode 100644 index 00000000..4b722d94 --- /dev/null +++ b/Dockerfiles/Dockerfile.s390x.fedora_latest @@ -0,0 +1 @@ +FROM s390x/fedora:latest diff --git a/README.md b/README.md index cad9ec2b..0960e296 100644 --- a/README.md +++ b/README.md @@ -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.