Skip to content

Enable reproducible builds#324

Merged
AkihiroSuda merged 4 commits intorootless-containers:masterfrom
AkihiroSuda:dev
Sep 13, 2023
Merged

Enable reproducible builds#324
AkihiroSuda merged 4 commits intorootless-containers:masterfrom
AkihiroSuda:dev

Conversation

@AkihiroSuda
Copy link
Copy Markdown
Member

@AkihiroSuda AkihiroSuda commented Sep 13, 2023

Binaries should be reproducible with:

 docker buildx build \
   -o /tmp/slirpbuilds \
   --build-arg SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct) \
   --platform=amd64,arm64,arm,s390x,ppc64le,riscv64 \
   -f Dockerfile.artifact .

@AkihiroSuda AkihiroSuda changed the title Dockerfile.artifact: pin package versions Enable reproducible builds Sep 13, 2023
@AkihiroSuda AkihiroSuda marked this pull request as ready for review September 13, 2023 14:02
@AkihiroSuda AkihiroSuda merged commit a889ece into rootless-containers:master Sep 13, 2023
@AkihiroSuda AkihiroSuda added this to the v1.2.2 milestone Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant