Container registry which transparently builds images using the Nix package manager. Canonical repository is https://cs.tvl.fyi/depot/-/tree/tools/nixery
I am not sure where is my mistake. I used the manual to make a container and i created a nixery container successfully with ENV VARS from the manual. Nixery stared successfully
I tried with GCP bucket and filesystem for backend
I tried with NIXERY_CHANNEL 23.11
NIXERY_CHANNEL nixos-unstable
and with NIXERY_PKGS_REPO https://github.com/NixOS/nixpkgs.git
as a packages source variables
I tried with NIX_TIMEOUT 500 and 90000
i can see webpage of nixery when open the ip
if i try to docker pull something
every time for a short than a minute it gives :
docker pull IP/shell/git/htop
Using default tag: latest
Error response from daemon: Get "https://IP/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Can you help me please ?
I am not sure where is my mistake. I used the manual to make a container and i created a nixery container successfully with ENV VARS from the manual. Nixery stared successfully I tried with GCP bucket and filesystem for backend I tried with NIXERY_CHANNEL 23.11 NIXERY_CHANNEL nixos-unstable and with NIXERY_PKGS_REPO https://github.com/NixOS/nixpkgs.git as a packages source variables I tried with NIX_TIMEOUT 500 and 90000 i can see webpage of nixery when open the ip if i try to docker pull something every time for a short than a minute it gives : docker pull IP/shell/git/htop Using default tag: latest Error response from daemon: Get "https://IP/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) Can you help me please ?