Skip to content

Commit 0d3cec1

Browse files
keukomnasiadka
authored andcommitted
Added systemd-standalone-sysusers package for Debuntu
This package provides a standalone sysusers binary with minimal dependencies, designed for use in non-systemd environments. This package simply ensures that all packages that want to install systemd as dependency will have to settle for this one because the systemd package breaks systemd-standalone-sysusers, as it is an alternative. This backport is necessary to fix failing Opensearch builds while backporting Noble support to 2024.1. [1] https://packages.debian.org/bookworm/systemd-standalone-sysusers [2] https://packages.ubuntu.com/noble/systemd-standalone-sysusers Needed-by: Ie12c43dc1de122c203edc28181366457ccd67834 Change-Id: I3ba85069c265844bd2f8b5e6d2b14f32e4898cfd (cherry picked from commit 55168f9)
1 parent 9ac6af7 commit 0d3cec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/base/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
268268
{% set base_apt_packages = [
269269
'apt-utils',
270270
'dumb-init',
271+
'systemd-standalone-sysusers',
271272
'gawk',
272273
'iproute2',
273274
'kmod',

0 commit comments

Comments
 (0)