chore(docker): remove semver metadata
This commit is contained in:
parent
bbe49cb2ff
commit
1c9fe6e0cb
@ -1,12 +1,7 @@
|
||||
{ self }: final: prev: {
|
||||
uniworxDemoDocker = prev.dockerTools.buildImage {
|
||||
name = "uniworx-demo";
|
||||
tag =
|
||||
let
|
||||
versionJSON = builtins.fromJSON (prev.lib.readFile ./version.json);
|
||||
semver = versionJSON.version;
|
||||
hash = prev.lib.substring 0 8 (self.rev or (prev.lib.removePrefix "sha256-" self.narHash));
|
||||
in "${semver}+${hash}";
|
||||
tag = (builtins.fromJSON (prev.lib.readFile ./version.json)).version;
|
||||
created =
|
||||
let
|
||||
fromDate = builtins.readFile (prev.runCommand "date" { nativeBuildInputs = with final; [ coreutils ]; } ''
|
||||
|
||||
@ -260,5 +260,5 @@ let
|
||||
'';
|
||||
in pkgs.mkShell {
|
||||
name = "uni2work";
|
||||
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning] ++ (with pkgs; [ nodejs-14_x postgresql_12 openldap google-chrome exiftool memcached minio minio-client gup ]) ++ (with pkgs.haskellPackages; [ stack yesod-bin hlint cabal-install weeder profiteur ]);
|
||||
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning] ++ (with pkgs; [ nodejs-14_x postgresql_12 openldap google-chrome exiftool memcached minio minio-client gup skopeo ]) ++ (with pkgs.haskellPackages; [ stack yesod-bin hlint cabal-install weeder profiteur ]);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user