Skip to content

Commit

Permalink
add cache bust layer
Browse files Browse the repository at this point in the history
  • Loading branch information
prydom committed Mar 24, 2024
1 parent d93a6d6 commit cb4c538
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/fedora-kinoite-laptop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ image-version: rawhide
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
# WORKAROUND: increment the CACHEBUST variable below to bust the docker cache
- type: script
snippets:
- CACHEBUST=0; /usr/bin/true

# copy only files needed by rpm and dracut
- type: files
files:
Expand Down

0 comments on commit cb4c538

Please sign in to comment.