nix: mv container-images from archive

This commit is contained in:
steveej 2018-11-12 11:16:50 +01:00
parent f3ad1c5a40
commit cfeabb8e5d
2 changed files with 0 additions and 0 deletions

7
nix/container-images/build.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -xe
[ ! -z "$NAME" ]
nix-build . --show-trace -A "$NAME"
docker image rm "$NAME":latest --force
docker load -i result