File Dockerfile of Package baseos
#!BuildTag: baseos:latest
#
FROM suse/sl-micro/6.0/baremetal-os-container:latest
# Show installed package version
RUN zypper se -s -i
# Save some space
RUN zypper clean --all && \
rm -rf /var/log/update* && \
>/var/log/lastlog && \
rm -rf /boot/vmlinux*
RUN echo "builtAt=\"$(date "+%Y%m%d%H%M%S")\"" > /etc/harvester-os