Use pkgs.dockerTools.pullImage at build time instead of relying on docker pull at run time #5

Closed
opened 2020-07-27 17:24:04 +01:00 by tlater · 1 comment

Currently we're relying on docker pull to download suitable images when a container is started (see here for example).

This is poor practice since pkgs.dockerTools.pullImage exists.

Currently we're relying on `docker pull` to download suitable images when a container is started (see [here](https://gitea.tlater.net/tlaternet/tlaternet-server/src/branch/master/etc/nixos/services/nextcloud.nix#L6) for example). This is poor practice since [`pkgs.dockerTools.pullImage`](https://nixos.org/nixpkgs/manual/#ssec-pkgs-dockerTools-fetchFromRegistry) exists.
tlater added the
important
label 2021-05-17 00:37:47 +01:00
tlater added a new dependency 2021-05-17 00:45:01 +01:00
tlater added the
blocked
label 2021-05-17 00:46:44 +01:00
Poster
Owner

Resolved in #58

Resolved in #58
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
Reference: tlaternet/tlaternet-server#5
There is no content yet.