tazjin / nixery

Container registry which transparently builds images using the Nix package manager. Canonical repository is https://cs.tvl.fyi/depot/-/tree/tools/nixery
https://nixery.dev/
Apache License 2.0
1.8k stars 67 forks source link

nixery.dev - package in unstable and 22.05 missing #153

Closed 06kellyjac closed 2 years ago

06kellyjac commented 2 years ago

Could not find Nix packages: [tracee]

Is it visible which commit nixery.dev is using? I had a quick scan through TVL but didn't spot anything

Does it need updating?

tazjin commented 2 years ago

Hey! The commit is in our Niv pin: //third_party/sources/sources.json

We actually updated the channel a few hours ago, but it is not yet deployed - gonna prod that now.

tazjin commented 2 years ago

Update done, and it seems like it introduced the package you need:

tazjin@whitby /depot (canon)> sudo docker pull nixery.dev/shell/tracee
Using default tag: latest
latest: Pulling from shell/tracee
<blabla>
Digest: sha256:a7bf7749f2469bd0b6e2bfbc4918abde6dc0226f77ea5172354f7e9582e78373
Status: Downloaded newer image for nixery.dev/shell/tracee:latest
nixery.dev/shell/tracee:latest
tazjin commented 2 years ago

This issue motivated me to write: https://cl.tvl.fyi/c/depot/+/5881/

Once we've submitted that, the current deployed commit will be displayed on nixery.dev

06kellyjac commented 2 years ago

Amazing, thanks!