]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci/images/manager/DockerFile removed
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 12 Sep 2024 13:15:41 +0000 (15:15 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 30 Sep 2024 09:16:07 +0000 (11:16 +0200)
Docker images are handled in a separate repository (knot-resolver-ci), so this file is no longer needed.

ci/images/manager/Dockerfile [deleted file]

diff --git a/ci/images/manager/Dockerfile b/ci/images/manager/Dockerfile
deleted file mode 100644 (file)
index 69ed251..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-FROM fedora:38
-LABEL Knot Resolver <knot-resolver@labs.nic.cz>
-
-WORKDIR /root
-CMD ["/bin/bash"]
-ENV PATH="/root/.local/bin:${PATH}"
-
-# Install Python and deps
-RUN dnf install -y\
-    python3.8 python3.9 python3.10 python3.10-devel\
-    python3.11 python3.11-devel python3.12 python3.12-devel\
-    python3-gobject pipx git which diffutils gcc pkg-config\
-    cairo-devel gobject-introspection-devel cairo-gobject-devel\
-    && dnf clean all
-
-# Install poetry
-RUN pipx install poetry==1.4.2\
-    # not exactly required, but helpful
-       && pipx install poethepoet