Skip to content

Commit

Permalink
Starting with Fedora 39, the /var/lib/tpm2-tss/system/keystore volume…
Browse files Browse the repository at this point in the history
… is not needed.

Quite the contrary, it now started to cause
C /etc/machine-id
C /var/lib
C /var
A /var/lib/tpm2-tss
A /var/lib/tpm2-tss/system
A /var/lib/tpm2-tss/system/keystore
with tests/run-partial-tests.sh.
  • Loading branch information
adelton committed Jan 3, 2024
1 parent e5158ce commit 47bc499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.fedora-39
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN systemd-sysusers
RUN systemd-tmpfiles --remove --create
RUN mkdir -p /var/log/journal
# debug: RUN ! test -f /var/lib/systemd/random-seed
# test-addon: VOLUME [ "/var/log/journal", "/var/tmp", "/var/lib/tpm2-tss/system/keystore" ]
# test-addon: VOLUME [ "/var/log/journal", "/var/tmp" ]
# test: systemd-container-diff.sh list-dependencies-fedora-38.out /dev/null docker-diff-minimal-fedora-23.out

# Prepare for basic ipa-server-install in container
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fedora-rawhide
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN systemd-sysusers
RUN systemd-tmpfiles --remove --create
RUN mkdir -p /var/log/journal
# debug: RUN ! test -f /var/lib/systemd/random-seed
# test-addon: VOLUME [ "/var/log/journal", "/var/tmp", "/var/lib/tpm2-tss/system/keystore" ]
# test-addon: VOLUME [ "/var/log/journal", "/var/tmp" ]
# test: systemd-container-diff.sh list-dependencies-fedora-38.out /dev/null docker-diff-minimal-fedora-23.out

# Prepare for basic ipa-server-install in container
Expand Down

0 comments on commit 47bc499

Please sign in to comment.