[gnome-autoar/wip/oholy/ci-meson] test
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-autoar/wip/oholy/ci-meson] test
- Date: Wed, 4 Aug 2021 14:59:37 +0000 (UTC)
commit 12c6fcdcd8ae29d033369eaabc5170ce05e153ee
Author: Ondrej Holy <oholy redhat com>
Date: Wed Aug 4 15:59:33 2021 +0200
test
.gitlab-ci.yml | 2 +-
.gitlab/Dockerfile | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b8504d..d14a753 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ update image:
script:
- dnf install -y buildah runc
- sed -i '/^mountopt =.*/d' /etc/containers/storage.conf
- - buildah bud --tag $CI_REGISTRY_IMAGE -f .gitlab/Dockerfile
+ - buildah bud --network=host --dns=8.8.8.8 --tag $CI_REGISTRY_IMAGE -f .gitlab/Dockerfile
- buildah tag $CI_REGISTRY_IMAGE "$CI_REGISTRY_IMAGE:v$CI_JOB_ID"
- buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- buildah push --creds $CI_REGISTRY_USER:$CI_REGISTRY_PASSWORD $CI_REGISTRY_IMAGE
diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile
index 387dbe8..d31da4f 100644
--- a/.gitlab/Dockerfile
+++ b/.gitlab/Dockerfile
@@ -1,5 +1,13 @@
FROM fedora:rawhide
+RUN curl mirrors.fedoraproject.org
+
+RUN cat /etc/resolv.conf
+
+RUN ip addr
+
+
+
RUN dnf install --nogpg -y dnf-plugins-core git gnome-common gtk-doc meson \
&& dnf builddep --nogpg -y gnome-autoar \
&& dnf clean all
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]