UNSPECIFIED_SENTINEL
Documentation for eth_defi.version_info.UNSPECIFIED_SENTINEL data.
- UNSPECIFIED_SENTINEL = 'unspecified'
Sentinel written by the Docker build when a version ARG was not passed.
Dockerfile.vault-scannerdefaults eachGIT_*build ARG tounspecified, so an image built without the args (e.g. a plaindocker compose build) stamps this literal string into the files.VersionInfo.read_version_file()normalises it toNone.