update DockerHub info

create a script that automatically updates the DockerHub project pages
This commit is contained in:
zimbatm 2019-02-13 18:30:15 +01:00
parent 9baba96f89
commit e97a236529
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
6 changed files with 95 additions and 18 deletions

View file

@ -1,8 +1,8 @@
# docker-nixpkgs: docker images from nixpkgs
This project is a collection of docker images automatically produced with Nix
and the latest nixpkgs package set. It even refreshes every morning a 4:00 UTC
thanks to the [Gitlab CI schedules][gitlab-schedules].
and the latest nixpkgs package set. All the images are refreshed daily with
the latest versions of nixpkgs.
It's also a good demonstration on how to build and publish Docker images with
Nix.
@ -24,10 +24,8 @@ Here is an example of using one of the docker images. Usage will change from
image to image.
```
# the user must have an account at gitlab
$ docker login registry.gitlab.com
# run the curl image which has curl as an entry-point
$ docker run -ti --rm registry.gitlab.com/zimbatm/docker-nixpkgs/curl http://ifconfig.co
$ docker run -ti --rm nixpkgs/curl http://ifconfig.co
180.52.248.114
```
@ -49,6 +47,8 @@ $ docker run -ti --rm registry.gitlab.com/zimbatm/docker-nixpkgs/curl http://ifc
| nixos-unstable | the :latest version |
| nixos-18.09 | automatic security updates |
## License
[gitlab-schedules]: https://gitlab.com/zimbatm/docker-nixpkgs/pipeline_schedules
Copyright (c) 2019 zimbatm and contributors.
Licensed under the MIT.