+# bump number for image rebuild: 0
FROM centos:7
# Has to be done for yum to work properly. CentOS 7 is EOL.
+# bump number for image rebuild: 0
FROM centos:8
# Has to be done for yum to work properly. CentOS 8 is EOL.
+# bump number for image rebuild: 0
FROM debian:buster-slim
-ENV DEBIAN_FRONTEND noninteractive
+ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
quilt \
python3 \
python3-pip \
- python3-setuptools
+ python3-setuptools \
+ python3-venv
+# bump number for image rebuild: 0
FROM i386/debian:buster-slim
-ENV DEBIAN_FRONTEND noninteractive
+ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
git \
dpkg-dev \
debhelper \
+ apt-utils \
quilt \
python3 \
python3-pip \
- python3-setuptools
+ python3-setuptools \
+ python3-venv
+# bump number for image rebuild: 0
FROM amd64/debian:bullseye-slim
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update
git \
dpkg-dev \
debhelper \
+ apt-utils \
quilt \
python3 \
python3-pip \
- python3-setuptools
+ python3-setuptools \
+ python3-venv
# bump number for image rebuild: 1
FROM i386/debian:bullseye-slim
ENV DEBIAN_FRONTEND=noninteractive
-RUN apt-get -y update && apt-get -y upgrade
+RUN apt-get -y update
+RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
build-essential \
flex \
git \
dpkg-dev \
debhelper \
+ apt-utils \
quilt \
python3 \
python3-pip \
- python3-setuptools
+ python3-setuptools \
+ python3-venv
# bump number for image rebuild: 2
FROM amd64/debian:bookworm-slim
ENV DEBIAN_FRONTEND=noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
git \
dpkg-dev \
debhelper \
+ apt-utils \
quilt \
python3 \
python3-pip \
# bump number for image rebuild: 1
FROM i386/debian:bookworm-slim
ENV DEBIAN_FRONTEND=noninteractive
-RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
-RUN apt-get -y update && apt-get -y upgrade
+RUN apt-get -y update
+RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
build-essential \
flex \
git \
dpkg-dev \
debhelper \
+ apt-utils \
quilt \
python3 \
python3-pip \
+# bump number for image rebuild: 0
FROM debian:testing-slim
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -y update
+# bump number for image rebuild: 0
FROM i386/debian:testing-slim
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -y update
# bump this to recreate the image: 2
FROM debian:bookworm-slim
-ENV DEBIAN_FRONTEND noninteractive
+ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get -y --no-install-recommends install \
autoconf \
git \
pandoc \
+ ncurses-dev \
+ libreadline-dev \
+ libssh-gcrypt-dev \
linuxdoc-tools-latex \
texlive-latex-extra \
groff \
opensp \
docbook-xsl \
xsltproc
+RUN apt-get -y --no-install-recommends install \
+ dpkg-dev \
+ debhelper \
+ apt-utils \
+ quilt \
+ python3 \
+ python3-pip \
+ python3-setuptools \
+ python3-venv
+# bump number for image rebuild: 0
FROM fedora:32
-RUN dnf -y update
+RUN dnf -y upgrade
RUN dnf -y install \
gcc \
make \
flex \
bison \
autoconf \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM fedora:33
RUN dnf -y upgrade
RUN dnf -y install \
flex \
bison \
autoconf \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM fedora:34
RUN dnf -y upgrade
RUN dnf -y install \
flex \
bison \
autoconf \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM fedora:35
RUN dnf -y upgrade
-#RUN dnf -y update
RUN dnf -y install \
gcc \
make \
flex \
bison \
autoconf \
- # pkgconfig \
- # 'readline-devel' \
- # 'pkgconfig(ncurses)' \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM fedora:36
RUN dnf -y upgrade
RUN dnf -y install \
flex \
bison \
autoconf \
- # pkgconfig \
- # 'readline-devel' \
- # 'pkgconfig(ncurses)' \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM fedora:37
RUN dnf -y upgrade
RUN dnf -y install \
flex \
bison \
autoconf \
- # pkgconfig \
- # 'readline-devel' \
- # 'pkgconfig(ncurses)' \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM fedora:38
RUN dnf -y upgrade
RUN dnf -y install \
flex \
bison \
autoconf \
- # pkgconfig \
- # 'readline-devel' \
- # 'pkgconfig(ncurses)' \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM fedora:39
RUN dnf -y upgrade
RUN dnf -y install \
make \
flex \
bison \
- # pkgconfig \
- # 'readline-devel' \
- # 'pkgconfig(ncurses)' \
autoconf \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM fedora:40
RUN dnf -y upgrade
-#RUN dnf -y update
RUN dnf -y install \
gcc \
make \
flex \
bison \
autoconf \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM fedora:41
RUN dnf -y upgrade
RUN dnf -y install \
flex \
bison \
autoconf \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM fedora:42
RUN dnf -y upgrade
RUN dnf -y install \
flex \
bison \
autoconf \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM opensuse/leap:15.0
RUN zypper -n up
RUN zypper -n install \
- autoconf \
+ gcc \
+ make \
flex \
bison \
+ autoconf \
pkgconfig \
- readline-devel \
+ libssh-devel \
ncurses-devel \
- gcc \
- gmake
+ readline-devel
+RUN zypper -n install \
+ git \
+ rpm-build \
+ systemd \
+ systemd-rpm-macros \
+ python3 \
+ python3-pip \
+ python3-setuptools
+# bump number for image rebuild: 0
FROM opensuse/leap:15.1
RUN zypper -n up
RUN zypper -n install \
flex \
bison \
autoconf \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM opensuse/leap:15.2
RUN zypper -n up
RUN zypper -n install \
flex \
bison \
autoconf \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM opensuse/leap:15.3
RUN zypper -n up
RUN zypper -n install \
flex \
bison \
autoconf \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 1
FROM opensuse/leap:15.4
RUN zypper -n up
RUN zypper -n install \
flex \
bison \
autoconf \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM opensuse/leap:15.5
RUN zypper -n up
RUN zypper -n install \
flex \
bison \
autoconf \
+ pkgconfig \
libssh-devel \
ncurses-devel \
readline-devel
+# bump number for image rebuild: 0
FROM ubuntu:16.04
ENV DEBIAN_FRONTEND noninteractive
RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
+ tzdata \
build-essential \
flex \
bison \
autoconf \
ncurses-dev \
- libreadline-dev
+ libreadline-dev \
+ libssh-gcrypt-dev \
+ linuxdoc-tools-latex \
+ texlive-latex-extra \
+ opensp \
+ docbook-xsl \
+ xsltproc
+RUN apt-get -y --no-install-recommends install \
+ git \
+ dpkg-dev \
+ debhelper \
+ apt-utils \
+ quilt \
+ python3 \
+ python3-pip \
+ python3-setuptools \
+ python3-venv
+# bump number for image rebuild: 0
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND noninteractive
RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
+ tzdata \
build-essential \
flex \
bison \
opensp \
docbook-xsl \
xsltproc
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
git \
dpkg-dev \
debhelper \
quilt \
python3 \
python3-pip \
- python3-setuptools
+ python3-setuptools \
+ python3-venv
+# bump number for image rebuild: 0
FROM ubuntu:20.04
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
+ tzdata \
build-essential \
flex \
bison \
opensp \
docbook-xsl \
xsltproc
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
git \
dpkg-dev \
debhelper \
quilt \
python3 \
python3-pip \
- python3-setuptools
+ python3-setuptools \
+ python3-venv
+# bump number for image rebuild: 0
FROM ubuntu:20.10
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
+ tzdata \
build-essential \
flex \
bison \
opensp \
docbook-xsl \
xsltproc
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
git \
dpkg-dev \
debhelper \
quilt \
python3 \
python3-pip \
- python3-setuptools
+ python3-setuptools \
+ python3-venv
-# bump this to refresh the image: 1
-FROM ubuntu:24.04
+# bump number for image rebuild: 1
+FROM ubuntu:21.04
ENV DEBIAN_FRONTEND=noninteractive
+RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
+ tzdata \
build-essential \
flex \
bison \
opensp \
docbook-xsl \
xsltproc
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
git \
dpkg-dev \
debhelper \
-# bump this to refresh the image: 1
-FROM ubuntu:24.10
+# bump number for image rebuild: 0
+FROM ubuntu:21.10
ENV DEBIAN_FRONTEND=noninteractive
+RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
+ tzdata \
build-essential \
flex \
bison \
opensp \
docbook-xsl \
xsltproc
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
git \
dpkg-dev \
debhelper \
+# bump this to refresh the image: 1
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
RUN apt-get -y update
RUN apt-get -y upgrade
-#RUN apt-get -y install \
RUN apt-get -y --no-install-recommends install \
tzdata \
build-essential \
opensp \
docbook-xsl \
xsltproc
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
git \
dpkg-dev \
debhelper \
+# bump number for image rebuild: 1
FROM ubuntu:22.10
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
opensp \
docbook-xsl \
xsltproc
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
git \
dpkg-dev \
debhelper \
quilt \
python3 \
python3-pip \
- python3-setuptools
+ python3-setuptools \
+ python3-venv
+# bump number for image rebuild: 1
FROM ubuntu:23.04
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
opensp \
docbook-xsl \
xsltproc
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
git \
dpkg-dev \
debhelper \
quilt \
python3 \
python3-pip \
- python3-setuptools
+ python3-setuptools \
+ python3-venv
+# bump number for image rebuild: 1
FROM ubuntu:23.10
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
opensp \
docbook-xsl \
xsltproc
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
git \
dpkg-dev \
debhelper \
quilt \
python3 \
python3-pip \
- python3-setuptools
+ python3-setuptools \
+ python3-venv
+# bump this to refresh the image: 1
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
opensp \
docbook-xsl \
xsltproc
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
git \
dpkg-dev \
debhelper \
quilt \
python3 \
python3-pip \
- python3-setuptools
+ python3-setuptools \
+ python3-venv
+# bump this to refresh the image: 1
FROM ubuntu:24.10
ENV DEBIAN_FRONTEND=noninteractive
RUN sed -i 's/deb.debian.org/ftp.cz.debian.org/' /etc/apt/sources.list
opensp \
docbook-xsl \
xsltproc
-RUN apt-get -y install \
+RUN apt-get -y --no-install-recommends install \
git \
dpkg-dev \
debhelper \
quilt \
python3 \
python3-pip \
- python3-setuptools
+ python3-setuptools \
+ python3-venv