From: Aleš Mrázek Date: Thu, 12 Sep 2024 13:15:41 +0000 (+0200) Subject: ci/images/manager/DockerFile removed X-Git-Tag: v6.0.9~9^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5440b47752b1136cc8d9e786576f49127400c36;p=thirdparty%2Fknot-resolver.git ci/images/manager/DockerFile removed Docker images are handled in a separate repository (knot-resolver-ci), so this file is no longer needed. --- diff --git a/ci/images/manager/Dockerfile b/ci/images/manager/Dockerfile deleted file mode 100644 index 69ed251e8..000000000 --- a/ci/images/manager/Dockerfile +++ /dev/null @@ -1,21 +0,0 @@ -# SPDX-License-Identifier: GPL-3.0-or-later - -FROM fedora:38 -LABEL Knot Resolver - -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