docs: add more info

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
pull/5232/head
James Elliott 2023-05-01 20:05:43 +10:00
parent a28ede8847
commit 9f136efe6d
No known key found for this signature in database
GPG Key ID: 0F1C4A096E857E49
1 changed files with 6 additions and 0 deletions

View File

@ -141,6 +141,12 @@ go build -ldflags "-linkmode=external -s -w" -trimpath -buildmode=pie -o autheli
#### Reproducible Builds
*__Please Note:__ The reproducibility instructions only apply for v4.38.0 or above. Users interested in reproducibility
of previous versions will have to carefully modify the linker flags to match the values outputted from the
`authelia build-info` command. In particular the Build Date was set as the actual time previously rather than the
commit time. If you have trouble reproducing a build please let us know so we can figure it out, assist you, and
document it.*
Authelia allows production of reproducible builds that were built using our pipeline. The only variables injected into
a build are from commit information other than the exceptions listed in this section. This means that we can provide the
exact build commands for any given build with very limited input from users. The elements injected into the binary as