Skip to content

Commit 23b9065

Browse files
committed
Remove /etc/machine-id from base container
Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
1 parent 21bc439 commit 23b9065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.obs/dockerfile/micro-base-os/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ RUN zypper clean --all && \
103103

104104
# Rebuild initrd to setup dracut with the boot configurations
105105
RUN elemental init --force elemental-rootfs,elemental-sysroot,grub-config,dracut-config,cloud-config-essentials,elemental-setup,boot-assessment
106+
107+
RUN rm -f /etc/machine-id

0 commit comments

Comments
 (0)