From efc0e85c02071a88a2ef5d1d0caace166790d645 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sun, 4 Sep 2022 15:26:47 +0200 Subject: Move Dockerfile to .gitlab-ci directory --- MAINTAINERS.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'MAINTAINERS.md') diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 89d00fb3..2d9204e8 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -56,25 +56,10 @@ xml@gnome.org. ## Updating the CI Docker image Note that the CI image is used for libxslt as well. Run the following -commands with the Dockerfile passed as heredoc: +commands with the Dockerfile in the .gitlab-ci directory: docker login registry.gitlab.gnome.org - - docker build -t registry.gitlab.gnome.org/gnome/libxml2 - <<'EOF' - FROM ubuntu:22.04 - ENV DEBIAN_FRONTEND=noninteractive - RUN apt-get update && \ - apt-get upgrade -y && \ - apt-get install -y --no-install-recommends \ - curl git ca-certificates \ - autoconf automake libtool pkg-config \ - make gcc clang llvm \ - zlib1g-dev liblzma-dev libgcrypt-dev \ - python2-dev python3-dev \ - cmake - WORKDIR /tests - RUN curl https://www.w3.org/XML/Test/xmlts20080827.tar.gz |tar xz - EOF - + docker build -t registry.gitlab.gnome.org/gnome/libxml2 - \ + < .gitlab-ci/Dockerfile docker push registry.gitlab.gnome.org/gnome/libxml2 -- cgit v1.2.1