Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/docker-images:master commit in: /
Date: Sun, 23 Feb 2020 19:48:45
Message-Id: 1582487287.429db90efc8c91b357b8fdcc7c131d19ecc635b9.ultrabug@gentoo
1 commit: 429db90efc8c91b357b8fdcc7c131d19ecc635b9
2 Author: Lucian Poston <lucianposton <AT> pm <DOT> me>
3 AuthorDate: Sat Feb 15 23:42:13 2020 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 23 19:48:07 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=429db90e
7
8 Fix extended attributes
9
10 Closes: https://github.com/gentoo/gentoo-docker-images/pull/77
11 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
12
13 stage3.Dockerfile | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/stage3.Dockerfile b/stage3.Dockerfile
17 index e42d602..925e305 100644
18 --- a/stage3.Dockerfile
19 +++ b/stage3.Dockerfile
20 @@ -27,7 +27,7 @@ RUN echo "Building Gentoo Container image for ${ARCH} ${SUFFIX} fetching from ${
21 && gpg --keyserver hkps://keys.gentoo.org --recv-keys ${SIGNING_KEY} \
22 && gpg --verify "${STAGE3}.DIGESTS.asc" \
23 && awk '/# SHA512 HASH/{getline; print}' ${STAGE3}.DIGESTS.asc | sha512sum -c \
24 - && tar xpf "${STAGE3}" --xattrs --numeric-owner \
25 + && tar xpf "${STAGE3}" --xattrs-include='*.*' --numeric-owner \
26 && ( sed -i -e 's/#rc_sys=""/rc_sys="docker"/g' etc/rc.conf 2>/dev/null || true ) \
27 && echo 'UTC' > etc/timezone \
28 && rm ${STAGE3}.DIGESTS.asc ${STAGE3}.CONTENTS ${STAGE3}