[gnome-runtime-images/alatiera/foo] Drop privileged tag
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-runtime-images/alatiera/foo] Drop privileged tag
- Date: Tue, 21 Jul 2020 05:21:00 +0000 (UTC)
commit 873ce27f4e2d96fa1681d169855d4546532841fa
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Mon Jul 20 19:48:06 2020 +0200
Drop privileged tag
.gitlab-ci.yml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bbea534..c753592 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,10 @@
-image: 'registry.fedoraproject.org/fedora:30'
+image: 'registry.fedoraproject.org/fedora:32'
# Buildah can't use 'overlay' driver when running inside docker
variables:
- STORAGE_DRIVER: vfs
- BUILDAH_FORMAT: docker
+ STORAGE_DRIVER: 'vfs'
+ BUILDAH_FORMAT: 'docker'
+ BUILDAH_ISOLATION: 'chroot'
stages:
- base
@@ -11,10 +12,8 @@ stages:
- rust_bundle
default:
- tags:
- - privileged
before_script:
- - dnf install -y buildah podman
+ - dnf install -y buildah podman runc
- buildah login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
# Newer versions of podman/buildah try to set overlayfs mount options when
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]