Revert "images are on docker hub (#82)" (#84)

This reverts commit 783f5a2444.
This commit is contained in:
Jonas Chevalier 2024-08-06 21:42:30 +02:00 committed by GitHub
parent 8e9c7e7c00
commit bccad7f19e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 18 deletions

View file

@ -15,6 +15,6 @@ echo "| --- | --- |"
for attr in $(echo "$releases_json" | jq -r "keys[]") ; do
name=nixpkgs/$attr
echo -n "| [$name](https://hub.docker.com/r/$name)"
echo -n "| \`docker pull $name\` "
echo -n "| \`docker pull docker.nix-community.org/$name\` "
echo "|"
done