Skip to content

Commit 46dcd19

Browse files
committed
Backport a couple of fixes
* Workaround for boo#1231244 * Remove already fixed workaround Signed-off-by: David Cassany <[email protected]> --------- Signed-off-by: David Cassany <[email protected]> (cherry picked from commit 55770a2)
1 parent 904b342 commit 46dcd19

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ RUN ARCH=$(uname -m); \
6060
lvm2 && \
6161
zypper cc -a
6262

63-
# This a temporary workaround, glibc package got restructured into subpackages and now mtools is not
64-
# requiring the apropriate package as a dependency (boo#1225982)
65-
RUN zypper install -y --no-recommends glibc-gconv-modules-extra && zypper cc -a
66-
6763
# Copy the built CLI
6864
COPY --from=elemental-bin /usr/bin/elemental /usr/bin/elemental
6965

examples/green/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ COPY --from=toolkit /usr/bin/elemental /usr/bin/elemental
7474
RUN systemctl enable NetworkManager.service && \
7575
systemctl enable sshd.service
7676

77+
# Workaround to make sure there are no pending sysusers to be created (boo#1231244)
78+
RUN systemd-sysusers
79+
7780
# This is for automatic testing purposes, do not do this in production.
7881
RUN echo "PermitRootLogin yes" > /etc/ssh/sshd_config.d/rootlogin.conf
7982

0 commit comments

Comments
 (0)