Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
125976efc6 | ||
|
|
c2f6b6fda7 | ||
|
|
f588c228f2 | ||
|
|
7733373e4c | ||
|
|
e32cd207d0 | ||
|
|
6d1b769541 |
2 changed files with 7 additions and 4 deletions
|
|
@ -1,16 +1,15 @@
|
||||||
FROM registry.fedoraproject.org/fedora:rawhide
|
FROM registry.fedoraproject.org/fedora:rawhide
|
||||||
LABEL MAINTAINER "Miro Hroncok <mhroncok@redhat.com>, Tomas Orsava <torsava@redhat.com>"
|
LABEL MAINTAINER "Miro Hroncok <mhroncok@redhat.com>, Tomas Orsava <torsava@redhat.com>"
|
||||||
|
|
||||||
ENV NAME=python-classroom VERSION=0.3 RELEASE=1 ARCH=noarch
|
ENV NAME=python-classroom VERSION=0.5 ARCH=noarch
|
||||||
LABEL BZComponent="$NAME" \
|
LABEL BZComponent="$NAME" \
|
||||||
Name="$FGC/$NAME" \
|
Name="$FGC/$NAME" \
|
||||||
Version="$VERSION" \
|
Version="$VERSION" \
|
||||||
Release="$RELEASE.$DISTTAG" \
|
|
||||||
Architecture="$ARCH" \
|
Architecture="$ARCH" \
|
||||||
Summary="Ready to use container for teaching and learning Python"
|
Summary="Ready to use container for teaching and learning Python"
|
||||||
|
|
||||||
RUN dnf -y --setopt=install_weak_deps=false install \
|
RUN dnf -y --setopt=install_weak_deps=false --disablerepo rawhide-modular \
|
||||||
"@python-classroom" nano openssh-clients vim-enhanced wget man \
|
install "@python-classroom" nano openssh-clients vim-enhanced wget man \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
|
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
|
||||||
|
|
|
||||||
4
container.yaml
Normal file
4
container.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
platforms:
|
||||||
|
only:
|
||||||
|
- x86_64
|
||||||
|
- aarch64
|
||||||
Loading…
Add table
Add a link
Reference in a new issue