Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleTemporary files are not removed when converting a Docker image to an Apptainer sif file.

Due to an Apptainer bug, users might encounter the following error message when converting the Delft3D FM Docker image to an Apptainer sif file:

Code Block
languagetext
titleConversion error output
ERROR: Could not remove bundle: while removing bundle: could not remove "/tmp/build-temp-3972609318": %!v(PANIC=Error method: errSymlink is not user-visible)


This means that temporary files that are generated during the conversion process are not deleted. 

There is no impact on the functionality of the container. We suggest that you clean up any temporary files manually. 

...