Updates repository description on Docker Hub / Docker Cloud.
412
Updates repository description on Docker Hub / Docker Cloud.
GitHub: https://github.com/glorpen/docker-hub-metadata
BitBucket: https://bitbucket.org/glorpen/docker-hub-metadata
Docker Hub: https://hub.docker.com/r/glorpen/hub-metadata
This container is not meant to implement full available Docker Cloud API but just enough to don't think about it when using CI deployment.
Also, if needed, pandoc is used to convert your favourite readme
markup to Markdown.
docker run --rm glorpen/hub-metadata --help:
usage: docker-hub-metadata [-h] [--repository NAME] [--username USER]
[--password PASS] [--description DESC]
[--long-description-file LONG_DESC]
[--print-only]
Converts and sets repository description on Docker Hub.
optional arguments:
-h, --help show this help message and exit
--repository NAME, -r NAME
repository name, eg. glorpen/hub-metadata
--username USER, -u USER
--password PASS, -p PASS
--description DESC, -d DESC
--long-description-file LONG_DESC, -l LONG_DESC
file with text to convert and send
--print-only generate and print text, do not send it to Docker Hub
Use "--" to add arguments to pandoc process, eg. changing output to 10 columns
wide: docker-hub-metadata -l README.rst -- --columns 10
Env vars correspond to app commandline arguments:
This repo - see .travis.yml.
Content type
Image
Digest
Size
44.5 MB
Last updated
over 7 years ago
docker pull glorpen/hub-metadata