Build Docker image from Nix (#1522)
* Static docker image * added tags for latest and with version * add postgrest repository to docker image name * set creation date on nix docker images
This commit is contained in:
@@ -81,6 +81,10 @@ rec {
|
||||
postgrestStatic =
|
||||
lib.justStaticExecutables (lib.dontCheck drvStatic);
|
||||
|
||||
# Docker image and loading script.
|
||||
docker =
|
||||
pkgs.callPackage nix/docker { postgrest = postgrestStatic; };
|
||||
|
||||
# Environment in which PostgREST can be built with cabal, useful e.g. for
|
||||
# defining a shell for nix-shell.
|
||||
env =
|
||||
|
||||
Reference in New Issue
Block a user