Compare commits

..

8 commits

Author SHA1 Message Date
Mohan Boddu
04d7d4b65d "Bump RELEASE for automatic rebuild" 2018-03-15 14:39:14 +00:00
Adam Miller
e29f9b9c57 Bump RELEASE for automatic rebuild 2017-11-14 14:17:02 -06:00
Adam Miller
91859ecb61 Bump RELEASE for automatic rebuild 2017-09-21 14:01:27 -05:00
Adam Miller
1c5374997c Bump RELEASE for automatic rebuild 2017-08-24 16:53:39 -05:00
Adam Miller
f1cbed180b Bump RELEASE for automatic rebuild 2017-07-25 16:18:07 -05:00
Miro Hrončok
a12d285e7b Merge branch 'master' into f26 2017-03-03 16:39:52 +01:00
Miro Hrončok
77ac208dcb Merge branch 'master' into f26 2017-03-03 16:15:28 +01:00
Miro Hrončok
a889b0d411 Fedora 26 from Fedora 26 2017-03-02 17:39:18 +01:00
2 changed files with 5 additions and 8 deletions

View file

@ -1,15 +1,16 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:26
LABEL MAINTAINER "Miro Hroncok <mhroncok@redhat.com>, Tomas Orsava <torsava@redhat.com>"
ENV NAME=python-classroom VERSION=0.5 ARCH=noarch
ENV NAME=python-classroom VERSION=0.3 RELEASE=6 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 --disablerepo rawhide-modular \
install "@python-classroom" nano openssh-clients vim-enhanced wget man \
RUN dnf -y --setopt=install_weak_deps=false install \
"@python-classroom" nano openssh-clients vim-enhanced wget man \
&& dnf clean all
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8

View file

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