From a889b0d411618443c62a6b93310b0ab16c63c3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 2 Mar 2017 17:39:18 +0100 Subject: [PATCH 01/12] Fedora 26 from Fedora 26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76707e0..28d9b86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:rawhide +FROM registry.fedoraproject.org/fedora:26 LABEL MAINTAINER "Miro Hroncok , Tomas Orsava " ENV NAME=python-classroom VERSION=0.1 RELEASE=1 ARCH=noarch From 6d1b7695410e24c85f3594ed8cb4fc03056819ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 3 Mar 2017 16:55:42 +0100 Subject: [PATCH 02/12] Bump version to 0.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4cdb30..d4b6896 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.3 RELEASE=1 ARCH=noarch +ENV NAME=python-classroom VERSION=0.4 RELEASE=1 ARCH=noarch LABEL BZComponent="$NAME" \ Name="$FGC/$NAME" \ Version="$VERSION" \ From f1cbed180b76f0c8d6cfb273483e586fcab84446 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 25 Jul 2017 16:18:07 -0500 Subject: [PATCH 03/12] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93ef0d6..d2966f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:26 LABEL MAINTAINER "Miro Hroncok , Tomas Orsava " -ENV NAME=python-classroom VERSION=0.3 RELEASE=1 ARCH=noarch +ENV NAME=python-classroom VERSION=0.3 RELEASE=2 ARCH=noarch LABEL BZComponent="$NAME" \ Name="$FGC/$NAME" \ Version="$VERSION" \ From 1c5374997c40df4bc8d00ea7781a85e3c64b8055 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 24 Aug 2017 16:53:39 -0500 Subject: [PATCH 04/12] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d2966f7..18e3802 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:26 LABEL MAINTAINER "Miro Hroncok , Tomas Orsava " -ENV NAME=python-classroom VERSION=0.3 RELEASE=2 ARCH=noarch +ENV NAME=python-classroom VERSION=0.3 RELEASE=3 ARCH=noarch LABEL BZComponent="$NAME" \ Name="$FGC/$NAME" \ Version="$VERSION" \ From 91859ecb61418d0a4426e3c263bedbd918bad850 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 21 Sep 2017 14:01:27 -0500 Subject: [PATCH 05/12] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18e3802..7bf32a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:26 LABEL MAINTAINER "Miro Hroncok , Tomas Orsava " -ENV NAME=python-classroom VERSION=0.3 RELEASE=3 ARCH=noarch +ENV NAME=python-classroom VERSION=0.3 RELEASE=4 ARCH=noarch LABEL BZComponent="$NAME" \ Name="$FGC/$NAME" \ Version="$VERSION" \ From e29f9b9c5743349ec9a5e8063e700e93718f8a54 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 14 Nov 2017 14:17:02 -0600 Subject: [PATCH 06/12] Bump RELEASE for automatic rebuild --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7bf32a1..7592114 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:26 LABEL MAINTAINER "Miro Hroncok , Tomas Orsava " -ENV NAME=python-classroom VERSION=0.3 RELEASE=4 ARCH=noarch +ENV NAME=python-classroom VERSION=0.3 RELEASE=5 ARCH=noarch LABEL BZComponent="$NAME" \ Name="$FGC/$NAME" \ Version="$VERSION" \ From 04d7d4b65d48e5be9157719c199f1535b994cb88 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 15 Mar 2018 14:39:14 +0000 Subject: [PATCH 07/12] "Bump RELEASE for automatic rebuild" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7592114..58c183f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora:26 LABEL MAINTAINER "Miro Hroncok , Tomas Orsava " -ENV NAME=python-classroom VERSION=0.3 RELEASE=5 ARCH=noarch +ENV NAME=python-classroom VERSION=0.3 RELEASE=6 ARCH=noarch LABEL BZComponent="$NAME" \ Name="$FGC/$NAME" \ Version="$VERSION" \ From e32cd207d07bd426903958fa4b42e3a8d9f4676d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 14 May 2018 11:43:49 +0200 Subject: [PATCH 08/12] Bump the release (to sync with f27 and f28) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4b6896..17a2131 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 RELEASE=1 ARCH=noarch +ENV NAME=python-classroom VERSION=0.4 RELEASE=2 ARCH=noarch LABEL BZComponent="$NAME" \ Name="$FGC/$NAME" \ Version="$VERSION" \ From 7733373e4ca7d8e27debed752d846b7c82868ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 15 May 2018 20:07:52 +0200 Subject: [PATCH 09/12] Workaround for bz1566593, disbale modularity \o/ --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 17a2131..d77c26c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ LABEL BZComponent="$NAME" \ Architecture="$ARCH" \ Summary="Ready to use container for teaching and learning Python" -RUN dnf -y --setopt=install_weak_deps=false install \ - "@python-classroom" nano openssh-clients vim-enhanced wget man \ +RUN dnf -y --setopt=install_weak_deps=false --disablerepo rawhide-modular \ + install "@python-classroom" nano openssh-clients vim-enhanced wget man \ && dnf clean all ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 From f588c228f2e2ef4eded57dc5825e4e49f054b171 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 27 Aug 2018 10:23:31 +0200 Subject: [PATCH 10/12] Drop Release label in favor of OSBS release_bump plugin. OSBS can automatically bump the release number, for that we just need to drop the label from the Dockerfile See https://pagure.io/ContainerSIG/container-sig/issue/1 Signed-off-by: Clement Verna --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d77c26c..5f18a1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,10 @@ FROM registry.fedoraproject.org/fedora:rawhide LABEL MAINTAINER "Miro Hroncok , Tomas Orsava " -ENV NAME=python-classroom VERSION=0.4 RELEASE=2 ARCH=noarch +ENV NAME=python-classroom VERSION=0.4 ARCH=noarch LABEL BZComponent="$NAME" \ Name="$FGC/$NAME" \ Version="$VERSION" \ - Release="$RELEASE.$DISTTAG" \ Architecture="$ARCH" \ Summary="Ready to use container for teaching and learning Python" 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 11/12] 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 12/12] 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