diff --git a/examples/green-rpi/Dockerfile b/examples/green-rpi/Dockerfile index 9884d65e8f..0aa4d16fcf 100644 --- a/examples/green-rpi/Dockerfile +++ b/examples/green-rpi/Dockerfile @@ -4,7 +4,7 @@ ARG VERSION FROM ${TOOLKIT_REPO}:${VERSION} as TOOLKIT # OS base image of our choice -FROM registry.opensuse.org/opensuse/leap:15.5 as OS +FROM registry.opensuse.org/opensuse/tumbleweed:latest as OS ARG REPO ARG VERSION ENV VERSION=${VERSION} @@ -54,9 +54,6 @@ COPY --from=TOOLKIT /usr/bin/elemental /usr/bin/elemental # Enable essential services RUN systemctl enable NetworkManager.service -# Enable /tmp to be on tmpfs -RUN cp /usr/share/systemd/tmp.mount /etc/systemd/system - # Generate initrd with required elemental services RUN elemental init -f && \ kernel=$(ls /boot/Image-* | head -n1) && \