about summary refs log tree commit diff
path: root/misc/docker/README.md
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-06-21T17·13+0200
committerPeter Simons <simons@cryp.to>2018-06-21T17·13+0200
commit81261ca5381eb503b27a529bb9d35383e79f98b8 (patch)
tree3e2dc68488201dbbdfee534f5a6d6710b96a5aef /misc/docker/README.md
parent629398d05cc7ed42d0b676b2f02ee8985d2668be (diff)
docker: move the docker file to https://github.com/NixOS/docker
We have automated builds at https://hub.docker.com/r/nixos/nix/ now. The master
branch of the "docker" repository is available as "latest". Branches that match
the regular expression "^[0-9.]+$" are pushed to the tag that corresponds to
their branch name. Other branches are ignored.
Diffstat (limited to 'misc/docker/README.md')
-rw-r--r--misc/docker/README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/misc/docker/README.md b/misc/docker/README.md
deleted file mode 100644
index 491be7408964..000000000000
--- a/misc/docker/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-To update https://hub.docker.com/r/nixos/nix/
-
-    $ docker build . -t nixos/nix:2.0
-    $ docker tag nixos/nix:2.0 nixos/nix:latest
-    $ docker push nixos/nix:latest
-    $ docker push nixos/nix:2.0
-
-Write access: @domenkozar