mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +02:00
mainbuilder/debian,ubuntu: Disable TLS verification for Git commands
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: I8d7dedeb97777d2f1e6e7e69aefb8cc7ca604940 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/66999 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
e31ca8c7f5
commit
a567559f68
@ -10,6 +10,7 @@ RUN \
|
||||
{ apt-get -qqy install libjaylink-dev || true; } && \
|
||||
apt-get clean
|
||||
|
||||
ENV GIT_SSL_NO_VERIFY=1
|
||||
USER mani
|
||||
RUN \
|
||||
cd && \
|
||||
|
@ -23,6 +23,7 @@ RUN \
|
||||
{ apt-get -qqy install libjaylink-dev || true; } && \
|
||||
apt-get clean
|
||||
|
||||
ENV GIT_SSL_NO_VERIFY=1
|
||||
USER mani
|
||||
RUN \
|
||||
cd && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user