While working on build scripts for FreeBSD container images, I wanted to
get to the point where my builds are repeatable, i.e. if I create two
images with the same set of packages installed in the same order, they
should be identical.
The main stumbling block is timestamps. I can force all the fil
On Mon, Aug 21, 2023 at 02:33:24PM +0100, Doug Rabson wrote:
> While working on build scripts for FreeBSD container images, I wanted to
> get to the point where my builds are repeatable, i.e. if I create two
> images with the same set of packages installed in the same order, they
> should be identi
On Mon, 21 Aug 2023 at 17:23, Baptiste Daroussin wrote:
> On Mon, Aug 21, 2023 at 02:33:24PM +0100, Doug Rabson wrote:
> > While working on build scripts for FreeBSD container images, I wanted to
> > get to the point where my builds are repeatable, i.e. if I create two
> > images with the same se