]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Docker: lost files for OpenSuse 15.4, 15.5
authorJana Babovakova <babovakova.jana@gmail.com>
Mon, 14 Apr 2025 13:41:46 +0000 (15:41 +0200)
committerJana Babovakova <babovakova.jana@gmail.com>
Wed, 16 Apr 2025 08:38:00 +0000 (10:38 +0200)
misc/docker/opensuse-15.4-amd64/Dockerfile [new file with mode: 0644]
misc/docker/opensuse-15.5-amd64/Dockerfile [new file with mode: 0644]

diff --git a/misc/docker/opensuse-15.4-amd64/Dockerfile b/misc/docker/opensuse-15.4-amd64/Dockerfile
new file mode 100644 (file)
index 0000000..3af34e4
--- /dev/null
@@ -0,0 +1,21 @@
+# bump number for image rebuild: 1
+FROM opensuse/leap:15.4
+RUN zypper -n up
+RUN zypper -n install \
+       gcc \
+       make \
+       flex \
+       bison \
+       autoconf \
+       pkgconfig \
+       libssh-devel \
+       ncurses-devel \
+       readline-devel
+RUN zypper -n install \
+       git \
+       rpm-build \
+       systemd \
+       systemd-rpm-macros \
+       python3 \
+       python3-pip \
+       python3-setuptools
diff --git a/misc/docker/opensuse-15.5-amd64/Dockerfile b/misc/docker/opensuse-15.5-amd64/Dockerfile
new file mode 100644 (file)
index 0000000..a3aad6c
--- /dev/null
@@ -0,0 +1,21 @@
+# bump number for image rebuild: 0
+FROM opensuse/leap:15.5
+RUN zypper -n up
+RUN zypper -n install \
+       gcc \
+       make \
+       flex \
+       bison \
+       autoconf \
+       pkgconfig \
+       libssh-devel \
+       ncurses-devel \
+       readline-devel
+RUN zypper -n install \
+       git \
+       rpm-build \
+       systemd \
+       systemd-rpm-macros \
+       python3 \
+       python3-pip \
+       python3-setuptools