tag website image differently
This commit is contained in:
parent
0af70f3016
commit
ec31156864
2 changed files with 2 additions and 3 deletions
|
@ -52,8 +52,8 @@
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
pkgs.dockerTools.buildLayeredImage {
|
pkgs.dockerTools.buildLayeredImage {
|
||||||
name = "nginx-container";
|
name = "static";
|
||||||
tag = "latest";
|
tag = "test";
|
||||||
contents = [
|
contents = [
|
||||||
pkgs.fakeNss
|
pkgs.fakeNss
|
||||||
pkgs.nginx
|
pkgs.nginx
|
||||||
|
|
1
result
1
result
|
@ -1 +0,0 @@
|
||||||
/nix/store/24wf9rjlljlhpz1r8klv376zmyvw2cpd-nginx-container.tar.gz
|
|
Reference in a new issue