[libsoup/ci-enable-ntlm: 1/2] CI: Add NTLM to the continuous integration image



commit cc5def161d59656435d2ccc66faf93516a29b428
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed Aug 21 13:54:36 2019 +0300

    CI: Add NTLM to the continuous integration image
    
    ntlm_auth was missing from the Docker image so NTLM_AUTH was not being
    built. Add it to a new version of the image and bump the image version.

 .gitlab-ci.yml           | 2 +-
 .gitlab-ci/Dockerfile    | 1 +
 .gitlab-ci/run-docker.sh | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96653828..74d3bb4f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/libsoup/master:v2
+image: registry.gitlab.gnome.org/gnome/libsoup/master:v3
 
 .build:
   tags:
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 2fbe9070..6b530a7c 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -14,6 +14,7 @@ RUN dnf update -y \
                       redhat-rpm-config \
                       meson \
                       brotli-devel \
+                      samba-winbind-clients \
     && dnf clean all
 
 ARG HOST_USER_ID=5555
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index d6df539b..70678c32 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/libsoup/master:v2"
+TAG="registry.gitlab.gnome.org/gnome/libsoup/master:v3"
 
 cd "$(dirname "$0")"
 docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]