2020-12-04 06:50:50
*https://github.com/snowblossomcoin/rosesnow/compare/eb57868a3e64...be603f5eaf75*
https://github.com/snowblossomcoin/rosesnow/commit/be603f5eaf7521a05b32d56700780b9f22957fb0 - Cleanup imports, update size esimated
GitHub
2020-12-04 06:56:11
*https://github.com/snowblossomcoin/rosesnow/compare/be603f5eaf75...7ec7fa3ea9d5*
https://github.com/snowblossomcoin/rosesnow/commit/7ec7fa3ea9d512b0c6a14d27b4377e363c8a47fe - Add mainnet check items
GitHub
2020-12-04 08:07:42
*https://github.com/snowblossomcoin/rosesnow/compare/7ec7fa3ea9d5...43aa7896bf70*
https://github.com/snowblossomcoin/rosesnow/commit/e41e57abc4034131e779247fa27abf6ebe464828 - Add a regular dockerfile
https://github.com/snowblossomcoin/rosesnow/commit/43aa7896bf70f6308dff1393f4c0833d5bbd9f76 - Update dockerfile
GitHub
2020-12-04 08:28:11
*https://github.com/snowblossomcoin/rosesnow/compare/43aa7896bf70...8e93697e50f3*
https://github.com/snowblossomcoin/rosesnow/commit/8e93697e50f3ca00f8cabce0e21154a8f3f819d3 - Update readme notes
GitHub
2020-12-04 08:30:26
for the sake of learning: what was the issue with the dockerfile?
Rotonen
2020-12-04 09:11:57
None
2020-12-04 10:26:45
None
2020-12-04 10:42:09
None
2020-12-04 11:08:12
None
2020-12-04 11:08:44
None
2020-12-04 11:08:54
None
2020-12-04 11:09:02
None
2020-12-04 11:09:06
None
2020-12-04 11:10:14
curiously many builds
Rotonen
2020-12-04 11:16:57
None
2020-12-04 11:17:15
None
2020-12-04 11:17:32
None
2020-12-04 12:09:34
None
2020-12-04 12:09:35
None
2020-12-04 12:09:36
None
2020-12-04 12:09:38
None
2020-12-04 12:09:39
None
2020-12-04 12:09:39
None
2020-12-04 12:09:40
None
2020-12-04 12:09:44
None
2020-12-04 12:10:00
None
2020-12-04 12:29:25
None
2020-12-04 12:29:59
None
2020-12-04 12:32:59
None
2020-12-04 12:35:58
None
2020-12-04 12:39:01
None
2020-12-04 17:35:01
I suspect it was catching up somehow. Those bazel builds start from nothing and download a lot of things. They work great on a machine where the cache gets populated, not so great on docker.
Fireduck
2020-12-04 17:36:38
Mostly a conflict in that the rosetta api expectations want a docker file that doesn't do any COPY and gets stuff from a git repo based on a tag. Where as I want to have the latest git commit built to latest. That can probably be done with the same file if I could have dockerhub pass in the commit number as the refspec but I'm not sure.
Fireduck
2020-12-04 17:43:00
*https://github.com/snowblossomcoin/rosesnow/compare/8e93697e50f3...a0e48a827118*
https://github.com/snowblossomcoin/rosesnow/commit/a0e48a8271180f6b4d7bbb43cdc0653e1e224fdb - Ready for v0.4 tag
GitHub
2020-12-04 17:45:23
I'm considering adding a layer that just builds a release of snowblossom to bring in most of the bazel cache needs.
Fireduck
2020-12-04 17:52:32
that would work
Rotonen
2020-12-04 17:52:58
i thought i avoided COPY, what was still copied in?
Rotonen
2020-12-04 17:53:02
or even cross-stage copy?
Rotonen
2020-12-04 17:55:15
You did it right, I just wanted a separate one that does do it via a copy
Fireduck
2020-12-04 17:55:38
At least until I figure out how to have dockerhub pass in the commit sha1
Fireduck
2020-12-04 17:55:49
For building :latest
Fireduck
2020-12-04 17:55:53
well, you could just use mine and pass the refspec in
Rotonen
2020-12-04 20:01:25
None
2020-12-04 20:01:32
None
2020-12-04 20:28:37
*https://github.com/snowblossomcoin/rosesnow/compare/a0e48a827118...be235fecae41*
https://github.com/snowblossomcoin/rosesnow/commit/be235fecae416f71e773d7f17fc00c706877111d - nothing
GitHub
2020-12-04 20:31:43
None
2020-12-04 20:34:37
None
2020-12-04 21:02:25
dockerhub supports linking as well.
These might be a result of upstream changes.
Clueless
2020-12-04 23:24:02
None
2020-12-04 23:24:04
None
2020-12-04 23:24:05
None
2020-12-04 23:48:33
None