[56a3a46a3ba4fb713fd3e4cfa51a5748abf2c2662fefb0b5a863fdef34572255/mcatanzaro/ci] Try dropping to F32 crypto policies
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [56a3a46a3ba4fb713fd3e4cfa51a5748abf2c2662fefb0b5a863fdef34572255/mcatanzaro/ci] Try dropping to F32 crypto policies
- Date: Tue, 7 Jul 2020 22:46:00 +0000 (UTC)
commit 4c73ec594e7a6ca401835cb52a69043f2c05808a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Jul 7 17:37:24 2020 -0500
Try dropping to F32 crypto policies
.gitlab-ci.yml | 2 +-
.gitlab-ci/Dockerfile | 3 ++-
.gitlab-ci/run-docker.sh | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57ba3ae..cb48c2e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/glib-networking/master:v10
+image: registry.gitlab.gnome.org/gnome/glib-networking/master:v11
fedora-x86_64:
tags: [ privileged ]
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 7c63da2..2746104 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -3,12 +3,13 @@ FROM fedora:rawhide
RUN dnf update -y \
&& dnf install -y 'dnf-command(builddep)' \
&& dnf builddep -y glib-networking \
- && dnf install -y libasan openssl-devel \
+ && dnf install -y libasan openssl-devel crypto-policies-scripts \
&& dnf clean all
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}
RUN useradd -u $HOST_USER_ID -ms /bin/bash user
+RUN update-crypto-policies --set DEFAULT:FEDORA32
USER user
WORKDIR /home/user
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 84d9916..1489459 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -2,7 +2,7 @@
set -e
-TAG="registry.gitlab.gnome.org/gnome/glib-networking/master:v10"
+TAG="registry.gitlab.gnome.org/gnome/glib-networking/master:v11"
cd "$(dirname "$0")"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]