sdk-container-builds
sdk-container-builds copied to clipboard
Reproducible Builds (SOURCE_DATE_EPOCH)
Docker BuildKit supports reproducible builds by setting the env var SOURCE_DATE_EPOCH=0
It appears the OCI default labels does not respect this value,
This is a nice tool for teams to leverage in order to perform digest pinning, etc in their deployment pipelines (a new commit doesn't necessitate a re-deployment of infrastructure if the SHA didn't change, etc)