Hacker News new | ask | show | jobs
by visarga 1310 days ago
> it will produce a different result than today, and it will likely not even run one year from now

Any way to hack this? Just pretend it's a different date, the pointers to the latest package will changed to reflect that.

Or somehow record the exact versions when you first build the container, and freeze that.

1 comments

It's not just about system time, it's about unpinned dependencies on external things. E.g. if you run apt update, after a package is updated upstream, it may install a newer version.