tomerh2001 / veracrypt-mount

This Docker image allows you to mount VeraCrypt encrypted volumes in Docker containers. It supports mounting both single and multiple subdirectories within the encrypted volume. This image can be used in combination with other containers to secure their data using VeraCrypt encryption.
17 stars 5 forks source link

Dockerfile with signature check #3

Closed EricDuminil closed 3 weeks ago

EricDuminil commented 3 weeks ago

It allows to define DEBIAN VERSION (11 or 12), as well as VERACRYPT_VERSION.

It downloads the corresponding deb, along with its signature. It checks the veracrypt source FINGERPRINT against a known source, and it checks the deb signature, before installing it.

If anything goes wrong during the build process, the whole process fails.