[tracker-oci-images/sam/unprivileged: 1/2] Remove 'privileged' tag, which no longer exists.




commit 7905a489ade964c61cde69c1e6e990c91880536c
Author: Sam Thursfield <sam afuera me uk>
Date:   Mon Nov 23 23:40:37 2020 +0100

    Remove 'privileged' tag, which no longer exists.
    
    Add 'x86_64' tag as we do have an increasing number of ARM runners
    available, but we don't want to opt in to those accidentally.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb8793e..e0e529a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ variables:
 # Expects $DOCKERFILE variable which should be the path to the dockerfile
 # Expects $CONTEXT_DIR variable which should be the name of the parrent folder of the dockerfile
 .base:
-  tags: [ privileged ]
+  tags: [ ]
   script:
     - dnf install -y buildah podman
     - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY


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