Skip to content

Commit 7dfaae2

Browse files
authored
Merge pull request #450 from AkihiroSuda/dockerfile
Dockerfile: use ubuntu:<LTS>-<yyyyMMdd> for reproducibility
2 parents 622c138 + eb988de commit 7dfaae2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Containerfile.cross

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
# --platform=amd64,arm64,arm,s390x,ppc64le,riscv64 \
66
# -f Containerfile.cross .
77
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.8.0 AS xx
8-
FROM --platform=$BUILDPLATFORM ubuntu:questing AS fuse-overlayfs
8+
# Use ubuntu:<LTS>-<yyyyMMdd> for reproducibility
9+
FROM --platform=$BUILDPLATFORM ubuntu:noble-20251001 AS fuse-overlayfs
910
ADD --chmod=0755 \
1011
https://raw.githubusercontent.com/reproducible-containers/repro-sources-list.sh/v0.1.4/repro-sources-list.sh \
1112
/usr/local/bin/repro-sources-list.sh

0 commit comments

Comments
 (0)