We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadd760 commit 70d1755Copy full SHA for 70d1755
Makefile
@@ -5,7 +5,7 @@ reproducible-build-oracle:
5
docker buildx use oracle-buildkit
6
docker buildx build \
7
--platform linux/amd64 \
8
- --build-arg SOURCE_DATE_EPOCH=$(shell git log -1 --pretty=%ct) \
+ --build-arg SOURCE_DATE_EPOCH=0 \
9
--no-cache \
10
--output type=docker,name=oracle-reproducible-container:local,rewrite-timestamp=true \
11
-t oracle-reproducible-container:local \
0 commit comments