Dev Random

Results 102 comments of Dev Random
trafficstars

This is likely a problem with the apt cache on the host machine where you are trying to build.

I think package snapshots are good for two reasons: - so that a post-mortem can be done if there's a problem - to replicate a build Perhaps it would make...

Yes, I would be happy to see that.

I believe some of the Bitcoin devs would be interested in this. I know at least one of them uses gentoo. Bitcoin has some interesting dependencies, so I'm not sure...

@gavinandresen sorry I missed this report. As @MidnightLightning says, the usual issue there is a cleaned /var/cache/apt/archives.

I haven't seen this before. You can try to manually do that mount command with a directory you create under /tmp: ``` mkdir /tmp/aaa mount -t proc proc /tmp/aaa ```...

I'm curious, how does one know that a docker image is free of tampering?

Agreed. However, that's a pretty big project. I believe the Whonix guy did some groundwork for getting images to be deterministic.