We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b345c2 commit a4a1befCopy full SHA for a4a1bef
Containerfile
@@ -41,4 +41,6 @@ RUN sed -i 's/# Note: These calls will alter the results of any subsequent macro
41
# Assert utility versions
42
RUN test "$(rpm --eval '%[ v"'"$(rpm -q --qf '%{VERSION}\n' mock)"'" >= v"6.4" ]')" = "1"
43
44
+ADD resolv.conf /etc/resolv.conf
45
+
46
RUN grep sys.exit /usr/lib/python3.*/site-packages/rpmautospec/specparser.py
resolv.conf
@@ -0,0 +1,5 @@
1
+# This empty file is needed to make the Mock work in modern Podman with
2
+# --network=none. See these links for more info:
3
+# https://bugzilla.redhat.com/show_bug.cgi?id=2433808
4
+# rpm-software-management/mock#1697
5
+# https://github.com/konflux-ci/rpmbuild-pipeline-environment-container/pull/118
0 commit comments