mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
manibuilder/fedora: Disable TLS verification for Git commands
Pull the `ca-certificates` package but also disable certificate verification for Git commands, including those that run during tests. At some point, the `ca-certificates` won't get updates anymore and, ideally, existing docker images will keep working. Change-Id: Iaac1defd2dc640a9cf9c317d3b13ded5743390df Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/66988 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
8ab5ff56aa
commit
f9ea15c487
@ -2,11 +2,12 @@ FROM manibase
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
useradd -p locked -m mani && \
|
useradd -p locked -m mani && \
|
||||||
dnf install -q -y git gcc ccache make systemd-devel \
|
dnf install -q -y ca-certificates git gcc ccache make systemd-devel \
|
||||||
pciutils-devel libusb-devel libusbx-devel libftdi-devel \
|
pciutils-devel libusb-devel libusbx-devel libftdi-devel \
|
||||||
libjaylink-devel && \
|
libjaylink-devel && \
|
||||||
dnf clean -q -y all
|
dnf clean -q -y all
|
||||||
|
|
||||||
|
ENV GIT_SSL_NO_VERIFY=1
|
||||||
USER mani
|
USER mani
|
||||||
RUN \
|
RUN \
|
||||||
cd && \
|
cd && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user