Compare commits

..

5 commits

Author SHA1 Message Date
Clement Verna
125976efc6 Try to enable aarch64 builds
Signed-off-by: Clement Verna <cverna@tutanota.com>
2020-11-26 13:00:36 +01:00
Miro Hrončok
c2f6b6fda7 Bump the version to 0.5 2019-12-10 15:16:45 +01:00
Clement Verna
f588c228f2 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 <cverna@tutanota.com>
2018-08-27 10:23:31 +02:00
Miro Hrončok
7733373e4c Workaround for bz1566593, disbale modularity \o/ 2018-05-15 20:07:52 +02:00
Miro Hrončok
e32cd207d0 Bump the release (to sync with f27 and f28) 2018-05-14 11:43:49 +02:00
2 changed files with 8 additions and 5 deletions

View file

@ -1,16 +1,15 @@
FROM registry.fedoraproject.org/fedora:27
FROM registry.fedoraproject.org/fedora:rawhide
LABEL MAINTAINER "Miro Hroncok <mhroncok@redhat.com>, Tomas Orsava <torsava@redhat.com>"
ENV NAME=python-classroom VERSION=0.4 RELEASE=6 ARCH=noarch
ENV NAME=python-classroom VERSION=0.5 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"
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

4
container.yaml Normal file
View file

@ -0,0 +1,4 @@
platforms:
only:
- x86_64
- aarch64