From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jimmy Thrasibule Subject: guix pull: error: getting status of /var/guix/gcroots Date: Thu, 30 Jan 2020 14:10:37 +0100 Message-ID: Reply-To: jimmy@thrasibule.mx Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40900) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ix9at-00013N-HE for help-guix@gnu.org; Thu, 30 Jan 2020 08:10:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ix9as-0007ry-A3 for help-guix@gnu.org; Thu, 30 Jan 2020 08:10:51 -0500 Received: from mail-wm1-x331.google.com ([2a00:1450:4864:20::331]:52939) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ix9as-0007mG-3p for help-guix@gnu.org; Thu, 30 Jan 2020 08:10:50 -0500 Received: by mail-wm1-x331.google.com with SMTP id p9so3722038wmc.2 for ; Thu, 30 Jan 2020 05:10:49 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi, I'm building a Docker image in order to get a GuixSD by using the ``guix system docker-image`` command. See the Dokerfile at: https://bitbucket.org/x237net/guixsd/src/master/src/Dockerfile. The process is working great and I can successfully get to the final result on my local systems. However, when I push the container to hub.docker.com it fails to build the image with the following error message: guix pull: error: getting status of /var/guix/gcroots: Operation not permitted Again, I successfully built the image on different local systems and my other container [x237net/alpine-guix] which builds successfully on their platform also calls ``guix pull``. I guess they are reducing the capabilities allowed to their build platform but I can really tell what operation is guix pull attempting in this particular case. Regards, Jimmy