Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 466E0226004 for <~alpine/users@lists.alpinelinux.org>; Mon, 16 Dec 2024 14:26:11 +0000 (UTC) Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id C4E9C240101 for <~alpine/users@lists.alpinelinux.org>; Mon, 16 Dec 2024 15:26:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1734359169; bh=MDPqQOGMmNBn6JJ5v4LO0y3KZjsZVZRM+vFHBsCTk+M=; h=Mime-Version:Content-Transfer-Encoding:Content-Type:Date: Message-Id:Subject:From:To:From; b=kP71CyfZZRaSzG05esa4dUEJ3Rmg1s76fnRwuItau0nf8LuVAnkT4CCQTU0eJU+aI a3urOXxaHgX5Qp/u+vJRuG63hR69P9d4K0RWMwLUZDKWeeqY9fBAs3t/GtKka04BvB L56dd5FY1o+6kv9FafGwMezxfsTPUoOFLK3eLYljQrK+0/BRiyNt3IRf4kEs07KxuZ wfkSyovZWmt+MC9Pp2opLT3v2cx0wQc0mRK4G7HnakyVypkzbsyz4wO8Cnd5FuGZI/ U+eQ22FnlYrm9Rz7epBjMcyd/F5g5tjYYzQ4CwUOTyWIdQuLBb40c8l+5F8txOHgF6 Ckywk5UFx6AGA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4YBj0w7550z9rxG; Mon, 16 Dec 2024 15:26:08 +0100 (CET) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 16 Dec 2024 14:26:08 +0000 Message-Id: Subject: Re: From 3.20 on, the dcc apk install seems not to work From: "Sertonix" To: "Gerben Wierda" , <~alpine/users@lists.alpinelinux.org> References: In-Reply-To: > I am running a Docker container based on Alpine Linux 3. When I recently = did my regular update, I found out that my Dockerfile doesn't work anymore = because dcc fails to install properly. > > Key elements in my Dockerfile that works under Alpine 3.19: > > RUN apk add dcc dcc-dccifd > > My entrypoint.sh contains: > > if [ ! -f /var/dcc/dcc_conf ] > then > echo "Error: no dcc configuration!" > exit 1 > else > # alpine: > /var/dcc/libexec/dccifd > fi > > This fails under 3.20 and 3 latest Do you mean 3.21 or 3.20? I can find a related change but it is only included in 3.21: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requ= ests/74592 > Investigating, I found out that under 3.20 and up, apk fails to fully ins= tall dcc. E.g. there is no /var/dcc/dcc_conf and /var/dcc/libexec/dccifd is= now /usr/libexec/dccifd. That last one I could fix, but I do not trust the= apk installation of dcc on these newer Alpine versions (who knows what els= e is missing?) Am I wrong and is there something else I need to do? Or is i= ndeed the dcc apk package broken? > > Gerben Wierda (LinkedIn , Masto= don , Bluesky ) > R&A IT Strategy (main site) > Book: Chess and the Art of Enterprise=C2=A0Architecture > Book: Mastering ArchiMate > YouTube Channel