Skip to content

Commit

Permalink
Use latest snapper including latest installing helper utility
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <[email protected]>
  • Loading branch information
davidcassany committed Dec 16, 2024
1 parent eb00f56 commit d162322
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/green/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ ARG VERSION
ENV REPO=${REPO}
ENV VERSION=${VERSION}

# Add bleeding edge repo for snapper
RUN zypper ar https://download.opensuse.org/repositories/home:/aschnell:/snapper/openSUSE_Tumbleweed/home:aschnell:snapper.repo

# Install kernel, systemd, dracut, grub2 and other required tools
RUN ARCH=$(uname -m); \
if [[ "${ARCH}" != "riscv64" ]]; then \
Expand Down

0 comments on commit d162322

Please sign in to comment.