From 6b4f5d88a818d908ec3a9cad90b799cf346fea0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 27 Aug 2018 11:16:43 +0200 Subject: [PATCH 1/3] Use Fedora 29 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f18a1b..ee23deb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:rawhide +FROM registry.fedoraproject.org/fedora:29 LABEL MAINTAINER "Miro Hroncok , Tomas Orsava " ENV NAME=python-classroom VERSION=0.4 ARCH=noarch From c2f6b6fda71f41338079169fd17a43c7b88dffab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 10 Dec 2019 15:16:29 +0100 Subject: [PATCH 2/3] Bump the version to 0.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f18a1b..96e863e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:rawhide LABEL MAINTAINER "Miro Hroncok , Tomas Orsava " -ENV NAME=python-classroom VERSION=0.4 ARCH=noarch +ENV NAME=python-classroom VERSION=0.5 ARCH=noarch LABEL BZComponent="$NAME" \ Name="$FGC/$NAME" \ Version="$VERSION" \ From 125976efc624814d6a97798b040d15ffcf737393 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 26 Nov 2020 13:00:36 +0100 Subject: [PATCH 3/3] Try to enable aarch64 builds Signed-off-by: Clement Verna --- container.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 container.yaml diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..1d2329e --- /dev/null +++ b/container.yaml @@ -0,0 +1,4 @@ +platforms: + only: + - x86_64 + - aarch64