[gobject-introspection/ci-fedora29] gitlab-ci: Update the docker image to use fedora 29 and the latest meson
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/ci-fedora29] gitlab-ci: Update the docker image to use fedora 29 and the latest meson
- Date: Thu, 22 Nov 2018 06:38:12 +0000 (UTC)
commit 558e1703c19f9ce0e9ce11661bb72b100325ef2e
Author: Christoph Reiter <reiter christoph gmail com>
Date: Thu Nov 22 07:36:57 2018 +0100
gitlab-ci: Update the docker image to use fedora 29 and the latest meson
.gitlab-ci/Dockerfile | 4 ++--
.gitlab-ci/run-docker.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 0066675a..cac13eb0 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:28
+FROM fedora:29
RUN dnf -y install \
autoconf \
@@ -47,7 +47,7 @@ RUN dnf -y install \
zlib-devel \
&& dnf clean all
-RUN pip3 install meson==0.48.0
+RUN pip3 install meson==0.48.2
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 31c49a2c..a087927c 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/gobject-introspection:v2"
+TAG="registry.gitlab.gnome.org/gnome/gobject-introspection:v3"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]