Compare commits

..

5 commits

Author SHA1 Message Date
Mohan Boddu
270cd186ab "Bump RELEASE for automatic rebuild" 2018-07-17 18:45:13 +00:00
Mohan Boddu
d1d7e09898 "Bump RELEASE for automatic rebuild" 2018-07-17 13:02:51 +00:00
Mohan Boddu
c54e63937e "Bump RELEASE for automatic rebuild" 2018-07-06 13:40:49 +00:00
Mohan Boddu
97452caaf0 "Bump RELEASE for automatic rebuild" 2018-05-21 15:52:37 +00:00
Miro Hrončok
04d56b46f8 Use Fedora 27 2018-05-14 11:42:44 +02: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:27
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.4 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