talk about security updateS
This commit is contained in:
parent
4bc1a4e847
commit
7a8122c5f4
1 changed files with 5 additions and 4 deletions
|
@ -16,6 +16,7 @@ Nix has a number of advantages over Dockerfile when producing docker images:
|
||||||
* builds are actually reproducible
|
* builds are actually reproducible
|
||||||
* Nix will only rebuild the minimum set of changes
|
* Nix will only rebuild the minimum set of changes
|
||||||
* Nix can produce automatic optimised layers for you
|
* Nix can produce automatic optimised layers for you
|
||||||
|
* nixpkgs provides automatic security updates
|
||||||
|
|
||||||
## Example usage
|
## Example usage
|
||||||
|
|
||||||
|
@ -42,10 +43,10 @@ $ docker run -ti --rm registry.gitlab.com/zimbatm/docker-nixpkgs/curl http://ifc
|
||||||
|
|
||||||
## Channels
|
## Channels
|
||||||
|
|
||||||
| Name |
|
| Name | Description |
|
||||||
| --- |
|
| --- | --- |
|
||||||
| nixos-unstable |
|
| nixos-unstable | the :latest version |
|
||||||
| nixos-18.09 |
|
| nixos-18.09 | automatic security updates |
|
||||||
|
|
||||||
|
|
||||||
[gitlab-schedules]: https://gitlab.com/zimbatm/docker-nixpkgs/pipeline_schedules
|
[gitlab-schedules]: https://gitlab.com/zimbatm/docker-nixpkgs/pipeline_schedules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue