add nginx for fun
This commit is contained in:
parent
aa62d8a2a6
commit
00e19c8779
2 changed files with 7 additions and 0 deletions
|
@ -74,6 +74,7 @@ All images are automatically built and pushed to Docker Hub.
|
|||
| [nixpkgs/docker-compose](https://hub.docker.com/r/nixpkgs/docker-compose) |  |  |  |
|
||||
| [nixpkgs/kubectl](https://hub.docker.com/r/nixpkgs/kubectl) |  |  |  |
|
||||
| [nixpkgs/kubernetes-helm](https://hub.docker.com/r/nixpkgs/kubernetes-helm) |  |  |  |
|
||||
| [nixpkgs/nginx](https://hub.docker.com/r/nixpkgs/nginx) |  |  |  |
|
||||
| [nixpkgs/nix](https://hub.docker.com/r/nixpkgs/nix) |  |  |  |
|
||||
| [nixpkgs/nix-unstable](https://hub.docker.com/r/nixpkgs/nix-unstable) |  |  |  |
|
||||
<!-- END mdsh -->
|
||||
|
|
6
images/nginx/default.nix
Normal file
6
images/nginx/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ buildCLIImage
|
||||
, nginx
|
||||
}:
|
||||
buildCLIImage {
|
||||
drv = nginx;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue