images: Add fedora-toolbox image definition for Fedora 31
This commit is contained in:
parent
acad65cd41
commit
ad75d97b50
|
@ -0,0 +1,20 @@
|
||||||
|
FROM registry.fedoraproject.org/fedora:31
|
||||||
|
|
||||||
|
ENV NAME=fedora-toolbox VERSION=31
|
||||||
|
LABEL com.redhat.component="$NAME" \
|
||||||
|
name="$FGC/$NAME" \
|
||||||
|
version="$VERSION" \
|
||||||
|
usage="This image is meant to be used with the toolbox command" \
|
||||||
|
summary="Base image for creating Fedora toolbox containers" \
|
||||||
|
maintainer="Debarshi Ray <rishi@fedoraproject.org>"
|
||||||
|
|
||||||
|
COPY README.md /
|
||||||
|
|
||||||
|
RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf
|
||||||
|
RUN dnf -y swap coreutils-single coreutils-full
|
||||||
|
|
||||||
|
COPY extra-packages /
|
||||||
|
RUN dnf -y install $(<extra-packages)
|
||||||
|
RUN rm /extra-packages
|
||||||
|
|
||||||
|
CMD /bin/sh
|
|
@ -0,0 +1 @@
|
||||||
|
../../../README.md
|
|
@ -0,0 +1,38 @@
|
||||||
|
bash-completion
|
||||||
|
bzip2
|
||||||
|
diffutils
|
||||||
|
dnf-plugins-core
|
||||||
|
findutils
|
||||||
|
flatpak-xdg-utils
|
||||||
|
fpaste
|
||||||
|
git
|
||||||
|
gnupg
|
||||||
|
gnupg2-smime
|
||||||
|
hostname
|
||||||
|
iputils
|
||||||
|
jwhois
|
||||||
|
keyutils
|
||||||
|
less
|
||||||
|
lsof
|
||||||
|
man-db
|
||||||
|
man-pages
|
||||||
|
mlocate
|
||||||
|
mtr
|
||||||
|
openssh-clients
|
||||||
|
PackageKit-command-not-found
|
||||||
|
passwd
|
||||||
|
pigz
|
||||||
|
procps-ng
|
||||||
|
rsync
|
||||||
|
sudo
|
||||||
|
tcpdump
|
||||||
|
time
|
||||||
|
traceroute
|
||||||
|
tree
|
||||||
|
unzip
|
||||||
|
vte-profile
|
||||||
|
wget
|
||||||
|
which
|
||||||
|
words
|
||||||
|
xz
|
||||||
|
zip
|
Loading…
Reference in New Issue