├── .ci ├── check-markdownfmt.sh ├── check-metadata.sh ├── check-pr-no-readme.sh ├── check-required-files.sh ├── check-short.sh ├── check-ymlfmt.sh └── get-markdownfmt.sh ├── .common-templates ├── maintainer-community.md ├── maintainer-docker.md ├── maintainer-hashicorp.md └── maintainer-influxdata.md ├── .dockerignore ├── .github └── workflows │ └── ci.yml ├── .template-helpers ├── arches.sh ├── autogenerated-warning.md ├── compose.md ├── generate-dockerfile-links-partial.sh ├── generate-dockerfile-links-partial.tmpl ├── get-help.md ├── issues.md ├── license-common.md ├── template.md ├── variant-alpine.md ├── variant-default-buildpack-deps.md ├── variant-default-debian.md ├── variant-default-ubuntu.md ├── variant-onbuild.md ├── variant-slim.md ├── variant-windowsservercore.md ├── variant.md └── variant.sh ├── Dockerfile ├── LICENSE ├── README.md ├── adminer ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── aerospike ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── almalinux ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── alpine ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── alt ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── amazoncorretto ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── amazonlinux ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── api-firewall ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md └── metadata.json ├── arangodb ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── archlinux ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── backdrop ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── bash ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── bonita ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── buildpack-deps ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── busybox ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json ├── variant-glibc.md ├── variant-musl.md ├── variant-uclibc.md └── variant.md ├── caddy ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo-120.png ├── logo.png ├── maintainer.md └── metadata.json ├── cassandra ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── chronograf ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── cirros ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── clearlinux ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── clefos ├── README-short.txt ├── README.md ├── content.md ├── deprecated.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── clickhouse ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md └── metadata.json ├── clojure ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── composer ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── convertigo ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── couchbase ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── couchdb ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── crate ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md └── metadata.json ├── dart ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md └── metadata.json ├── debian ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json ├── variant-slim.md └── variant.md ├── docker ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json ├── variant-rootless.md └── variant-windowsservercore.md ├── drupal ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md ├── metadata.json └── variant-fpm.md ├── eclipse-mosquitto ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── eclipse-temurin ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── eggdrop ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── elasticsearch ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json └── variant-alpine.md ├── elixir ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── emqx ├── README-short.txt ├── README.md ├── content.md ├── deprecated.md ├── get-help.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md └── metadata.json ├── erlang ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── fedora ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── flink ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── fluentd ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── friendica ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md └── metadata.json ├── gazebo ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── gcc ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── generate-repo-stub-readme.sh ├── geonetwork ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json ├── variant-postgres.md └── variant.md ├── get-categories.sh ├── ghost ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── golang ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json ├── variant-alpine.md └── variant-tip.md ├── gradle ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── groovy ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── haproxy ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── haskell ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json └── variant-slim.md ├── haxe ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── hello-world ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json └── update.sh ├── hitch ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── maintainer.md └── metadata.json ├── httpd ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── hylang ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── ibm-semeru-runtimes ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.svg ├── maintainer.md └── metadata.json ├── ibmjava ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── maintainer.md └── metadata.json ├── influxdb ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json ├── variant-data.md └── variant-meta.md ├── irssi ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── jetty ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── joomla ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── jruby ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── julia ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── kapacitor ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── kibana ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── kong ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── krakend ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo-120.png ├── logo.png ├── maintainer.md └── metadata.json ├── lightstreamer ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── liquibase ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── logstash ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json └── variant-alpine.md ├── mageia ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── mariadb ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── markdownfmt.sh ├── matomo ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── maven ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── mediawiki ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.svg ├── maintainer.md └── metadata.json ├── memcached ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── maintainer.md └── metadata.json ├── metadata.json ├── metadata.sh ├── mongo-express ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── mongo ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── maintainer.md └── metadata.json ├── monica ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md └── metadata.json ├── mono ├── README-short.txt ├── README.md ├── content.md ├── deprecated.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── mysql ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── nats ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── neo4j ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── neurodebian ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── nextcloud ├── README-short.txt ├── README.md ├── content.md ├── deprecated.md ├── github-repo ├── license.md ├── maintainer.md └── metadata.json ├── nginx ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json └── variant-perl.md ├── node ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── notary ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── maintainer.md └── metadata.json ├── odoo ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── open-liberty ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── openjdk ├── README-short.txt ├── README.md ├── content.md ├── deprecated.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json ├── variant-alpine.md ├── variant-oracle.md └── variant-slim.md ├── oraclelinux ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json └── variant-slim.md ├── orientdb ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── parallel-update.sh ├── percona ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── perl ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── photon ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── php-zendserver ├── README-short.txt ├── README.md ├── content.md ├── deprecated.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── php ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json ├── variant-apache.md ├── variant-cli.md ├── variant-fpm.md └── variant.md ├── phpmyadmin ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── plone ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md └── metadata.json ├── postfixadmin ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json ├── variant-apache.md ├── variant-fpm-alpine.md └── variant-fpm.md ├── postgres ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── push.pl ├── push.sh ├── pypy ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── python ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json └── variant-slim.md ├── r-base ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── rabbitmq ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── rakudo-star ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── redis ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── redmine ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── registry ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── rethinkdb ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── rocket.chat ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md └── metadata.json ├── rockylinux ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── ros ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── ruby ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── rust ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── sapmachine ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── satosa ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md └── metadata.json ├── scratch ├── README-short.txt ├── README.md └── metadata.json ├── silverpeas ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── solr ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── sonarqube ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── spark ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── spiped ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── maintainer.md └── metadata.json ├── storm ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── swift ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── swipl ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── teamspeak ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── telegraf ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── tomcat ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── tomee ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── traefik ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json └── variant-alpine.md ├── ubuntu ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── unit ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md └── metadata.json ├── update.sh ├── varnish ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── websphere-liberty ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── wordpress ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json ├── variant-cli.md └── variant-fpm.md ├── xwiki ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── metadata.json ├── ymlfmt.sh ├── yourls ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md ├── metadata.json └── variant-fpm.md ├── znc ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── metadata.json └── variant-slim.md └── zookeeper ├── README-short.txt ├── README.md ├── compose.yaml ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── metadata.json /.common-templates/maintainer-community.md: -------------------------------------------------------------------------------- 1 | [the Docker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /.common-templates/maintainer-docker.md: -------------------------------------------------------------------------------- 1 | [Docker, Inc.](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /.common-templates/maintainer-hashicorp.md: -------------------------------------------------------------------------------- 1 | [HashiCorp](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /.common-templates/maintainer-influxdata.md: -------------------------------------------------------------------------------- 1 | [InfluxData](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- 1 | .git 2 | -------------------------------------------------------------------------------- /.template-helpers/compose.md: -------------------------------------------------------------------------------- 1 | ... via [`docker compose`](https://github.com/docker/compose) 2 | 3 | Example `compose.yaml` for `%%REPO%%`: 4 | 5 | %%COMPOSE-YAML%% 6 | -------------------------------------------------------------------------------- /.template-helpers/get-help.md: -------------------------------------------------------------------------------- 1 | [the Docker Community Slack](https://dockr.ly/comm-slack), [Server Fault](https://serverfault.com/help/on-topic), [Unix & Linux](https://unix.stackexchange.com/help/on-topic), or [Stack Overflow](https://stackoverflow.com/help/on-topic) 2 | -------------------------------------------------------------------------------- /.template-helpers/issues.md: -------------------------------------------------------------------------------- 1 | [%%GITHUB-REPO%%/issues](%%GITHUB-REPO%%/issues?q=) 2 | -------------------------------------------------------------------------------- /adminer/README-short.txt: -------------------------------------------------------------------------------- 1 | Database management in a single PHP file. 2 | -------------------------------------------------------------------------------- /adminer/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/TimWolla/docker-adminer 2 | -------------------------------------------------------------------------------- /adminer/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/vrana/adminer/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /adminer/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/adminer/logo.png -------------------------------------------------------------------------------- /adminer/maintainer.md: -------------------------------------------------------------------------------- 1 | [Tim Düsterhus (of the Docker Community)](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /adminer/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /aerospike/README-short.txt: -------------------------------------------------------------------------------- 1 | Aerospike – the reliable, high performance, distributed database optimized for flash and RAM. 2 | -------------------------------------------------------------------------------- /aerospike/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/aerospike/aerospike-server.docker 2 | -------------------------------------------------------------------------------- /aerospike/issues.md: -------------------------------------------------------------------------------- 1 | [the Aerospike Forums](https://discuss.aerospike.com) or [GitHub](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /aerospike/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/aerospike/logo.png -------------------------------------------------------------------------------- /aerospike/maintainer.md: -------------------------------------------------------------------------------- 1 | [Aerospike, Inc.](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /aerospike/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /almalinux/README-short.txt: -------------------------------------------------------------------------------- 1 | The official build of AlmaLinux OS. 2 | -------------------------------------------------------------------------------- /almalinux/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/AlmaLinux/docker-images 2 | -------------------------------------------------------------------------------- /almalinux/issues.md: -------------------------------------------------------------------------------- 1 | [https://bugs.almalinux.org](https://bugs.almalinux.org) or [GitHub](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /almalinux/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://almalinux.org/legal/licensing-policy/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /almalinux/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/almalinux/logo.png -------------------------------------------------------------------------------- /almalinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [The AlmaLinux OS Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /almalinux/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /alpine/README-short.txt: -------------------------------------------------------------------------------- 1 | A minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size! 2 | -------------------------------------------------------------------------------- /alpine/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/alpinelinux/docker-alpine 2 | -------------------------------------------------------------------------------- /alpine/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://pkgs.alpinelinux.org) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /alpine/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/alpine/logo.png -------------------------------------------------------------------------------- /alpine/maintainer.md: -------------------------------------------------------------------------------- 1 | [Natanael Copa](%%GITHUB-REPO%%) (an Alpine Linux maintainer) 2 | -------------------------------------------------------------------------------- /alpine/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /alt/README-short.txt: -------------------------------------------------------------------------------- 1 | The official build of ALT Linux. 2 | -------------------------------------------------------------------------------- /alt/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/alt-cloud/docker-brew-alt 2 | -------------------------------------------------------------------------------- /alt/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.basealt.ru/products/starterkits/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /alt/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/alt/logo.png -------------------------------------------------------------------------------- /alt/maintainer.md: -------------------------------------------------------------------------------- 1 | [The ALT Linux Team Cloud](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /alt/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /amazoncorretto/README-short.txt: -------------------------------------------------------------------------------- 1 | Corretto is a no-cost, production-ready distribution of the Open Java Development Kit (OpenJDK). 2 | -------------------------------------------------------------------------------- /amazoncorretto/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/corretto/corretto-docker 2 | -------------------------------------------------------------------------------- /amazoncorretto/license.md: -------------------------------------------------------------------------------- 1 | Amazon Corretto is released under the same open source license as OpenJDK, which is licensed under the GNU Public License version 2 with the Class Path Exception ([GPLv2 with CPE](https://openjdk.java.net/legal/gplv2+ce.html)). 2 | -------------------------------------------------------------------------------- /amazoncorretto/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/amazoncorretto/logo.png -------------------------------------------------------------------------------- /amazoncorretto/maintainer.md: -------------------------------------------------------------------------------- 1 | [the AWS JDK team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /amazoncorretto/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /amazonlinux/README-short.txt: -------------------------------------------------------------------------------- 1 | Amazon Linux provides a stable, secure, and high-performance execution environment for applications. 2 | -------------------------------------------------------------------------------- /amazonlinux/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/aws/amazon-linux-docker-images 2 | -------------------------------------------------------------------------------- /amazonlinux/issues.md: -------------------------------------------------------------------------------- 1 | - [amazonlinux/container-images/issues](https://github.com/amazonlinux/container-images/issues) 2 | - [the Amazon Linux forums](https://forums.aws.amazon.com/forum.jspa?forumID=228) 3 | -------------------------------------------------------------------------------- /amazonlinux/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/amazonlinux/logo.png -------------------------------------------------------------------------------- /amazonlinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Amazon Linux Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /amazonlinux/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /api-firewall/README-short.txt: -------------------------------------------------------------------------------- 1 | A light-weighted API Firewall to protect your API endpoints with API Schema validation. -------------------------------------------------------------------------------- /api-firewall/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/wallarm/api-firewall -------------------------------------------------------------------------------- /api-firewall/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.mozilla.org/en-US/MPL/2.0/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /api-firewall/maintainer.md: -------------------------------------------------------------------------------- 1 | The Wallarm Team 2 | -------------------------------------------------------------------------------- /api-firewall/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "api-management" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /arangodb/README-short.txt: -------------------------------------------------------------------------------- 1 | ArangoDB - a scalable graph database system to drive value from connected data, faster. 2 | -------------------------------------------------------------------------------- /arangodb/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/arangodb/arangodb-docker 2 | -------------------------------------------------------------------------------- /arangodb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/arangodb/logo.png -------------------------------------------------------------------------------- /arangodb/maintainer.md: -------------------------------------------------------------------------------- 1 | [ArangoDB](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /arangodb/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /archlinux/README-short.txt: -------------------------------------------------------------------------------- 1 | Arch Linux is a simple, lightweight Linux distribution aimed for flexibility. 2 | -------------------------------------------------------------------------------- /archlinux/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/archlinux/archlinux-docker 2 | -------------------------------------------------------------------------------- /archlinux/issues.md: -------------------------------------------------------------------------------- 1 | https://gitlab.archlinux.org/archlinux/archlinux-docker/issues 2 | -------------------------------------------------------------------------------- /archlinux/license.md: -------------------------------------------------------------------------------- 1 | The Docker image creation scripts contained under the repository %%REPO%% are licensed under GPLv3. All the licensing information for the packages contained in it can be found under `/usr/share/licenses/` inside of the image. 2 | -------------------------------------------------------------------------------- /archlinux/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/archlinux/logo.png -------------------------------------------------------------------------------- /archlinux/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /backdrop/README-short.txt: -------------------------------------------------------------------------------- 1 | The comprehensive CMS for small to medium sized businesses and non-profits. 2 | -------------------------------------------------------------------------------- /backdrop/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/backdrop-ops/backdrop-docker 2 | -------------------------------------------------------------------------------- /backdrop/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://backdropcms.org/license) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /backdrop/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/backdrop/logo.png -------------------------------------------------------------------------------- /backdrop/maintainer.md: -------------------------------------------------------------------------------- 1 | [Backdrop Ops](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /backdrop/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /bash/README-short.txt: -------------------------------------------------------------------------------- 1 | Bash is the GNU Project's Bourne Again SHell 2 | -------------------------------------------------------------------------------- /bash/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/tianon/docker-bash 2 | -------------------------------------------------------------------------------- /bash/license.md: -------------------------------------------------------------------------------- 1 | Bash is free software, distributed under the terms of the [GNU General Public License, version 3](http://www.gnu.org/licenses/gpl.html). 2 | -------------------------------------------------------------------------------- /bash/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/bash/logo.png -------------------------------------------------------------------------------- /bash/maintainer.md: -------------------------------------------------------------------------------- 1 | [Tianon (of the Docker Community)](%%GITHUB-REPO%%), [with Chet's support (from Bash upstream)](https://github.com/docker-library/official-images/pull/2217#issue-181031192) 2 | -------------------------------------------------------------------------------- /bash/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "developer-tools" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /bonita/README-short.txt: -------------------------------------------------------------------------------- 1 | Bonita is an open-source business process management and workflow suite 2 | -------------------------------------------------------------------------------- /bonita/get-help.md: -------------------------------------------------------------------------------- 1 | [Bonita official documentation](https://documentation.bonitasoft.com), [StackOverflow](https://stackoverflow.com/tags/bonita), [Bonitasoft Community forum](https://community.bonitasoft.com/questions-and-answers) 2 | -------------------------------------------------------------------------------- /bonita/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/bonitasoft/bonita-distrib 2 | -------------------------------------------------------------------------------- /bonita/issues.md: -------------------------------------------------------------------------------- 1 | [Jira](https://bonita.atlassian.net/jira/software/c/projects/BBPMC/issues) 2 | -------------------------------------------------------------------------------- /bonita/license.md: -------------------------------------------------------------------------------- 1 | Bonita image includes two parts : 2 | 3 | - Bonita Engine under [LGPL v2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) 4 | 5 | - Bonita Portal under [GPL v2.0](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) 6 | -------------------------------------------------------------------------------- /bonita/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/bonita/logo.png -------------------------------------------------------------------------------- /bonita/maintainer.md: -------------------------------------------------------------------------------- 1 | [Bonitasoft Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /bonita/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /buildpack-deps/README-short.txt: -------------------------------------------------------------------------------- 1 | A collection of common build dependencies used for installing various modules, e.g., gems. 2 | -------------------------------------------------------------------------------- /buildpack-deps/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/buildpack-deps 2 | -------------------------------------------------------------------------------- /buildpack-deps/license.md: -------------------------------------------------------------------------------- 1 | ../debian/license.md -------------------------------------------------------------------------------- /buildpack-deps/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/buildpack-deps/logo.png -------------------------------------------------------------------------------- /buildpack-deps/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /buildpack-deps/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "developer-tools" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /busybox/README-short.txt: -------------------------------------------------------------------------------- 1 | Busybox base image. 2 | -------------------------------------------------------------------------------- /busybox/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/busybox 2 | -------------------------------------------------------------------------------- /busybox/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://www.busybox.net/license.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /busybox/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/busybox/logo.png -------------------------------------------------------------------------------- /busybox/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /busybox/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /busybox/variant-glibc.md: -------------------------------------------------------------------------------- 1 | ## `%%IMAGE%%:glibc` 2 | 3 | - [glibc from Debian](https://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=libc6) (which is then included in the image) 4 | -------------------------------------------------------------------------------- /busybox/variant-musl.md: -------------------------------------------------------------------------------- 1 | ## `%%IMAGE%%:musl` 2 | 3 | - [musl from Alpine](https://pkgs.alpinelinux.org/packages?name=musl) (statically compiled) 4 | -------------------------------------------------------------------------------- /busybox/variant-uclibc.md: -------------------------------------------------------------------------------- 1 | ## `%%IMAGE%%:uclibc` 2 | 3 | - [uClibc](https://uclibc.org) via [Buildroot](https://buildroot.org) (statically compiled) 4 | -------------------------------------------------------------------------------- /caddy/README-short.txt: -------------------------------------------------------------------------------- 1 | Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go. 2 | -------------------------------------------------------------------------------- /caddy/get-help.md: -------------------------------------------------------------------------------- 1 | [the Caddy Community Forums](https://caddy.community) 2 | -------------------------------------------------------------------------------- /caddy/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/caddyserver/caddy-docker 2 | -------------------------------------------------------------------------------- /caddy/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/caddyserver/caddy/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /caddy/logo-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/caddy/logo-120.png -------------------------------------------------------------------------------- /caddy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/caddy/logo.png -------------------------------------------------------------------------------- /caddy/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Caddy Docker Maintainers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /caddy/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "web-servers" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /cassandra/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Cassandra is an open-source distributed storage system. 2 | -------------------------------------------------------------------------------- /cassandra/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/cassandra 2 | -------------------------------------------------------------------------------- /cassandra/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob;f=LICENSE.txt;hb=cassandra-3.11.1) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /cassandra/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/cassandra/logo.png -------------------------------------------------------------------------------- /cassandra/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /cassandra/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /chronograf/README-short.txt: -------------------------------------------------------------------------------- 1 | Chronograf is a visualization tool for time series data in InfluxDB. 2 | -------------------------------------------------------------------------------- /chronograf/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/influxdata-docker 2 | -------------------------------------------------------------------------------- /chronograf/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/influxdata/chronograf/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /chronograf/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/chronograf/logo.png -------------------------------------------------------------------------------- /chronograf/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-influxdata.md -------------------------------------------------------------------------------- /chronograf/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "monitoring-and-observability" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /cirros/README-short.txt: -------------------------------------------------------------------------------- 1 | CirrOS is a Tiny OS that specializes in running on a cloud. 2 | -------------------------------------------------------------------------------- /cirros/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/tianon/docker-brew-cirros 2 | -------------------------------------------------------------------------------- /cirros/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/cirros/logo.png -------------------------------------------------------------------------------- /cirros/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /cirros/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /clearlinux/README-short.txt: -------------------------------------------------------------------------------- 1 | Official docker build of Clear Linux OS for Intel Architecture 2 | -------------------------------------------------------------------------------- /clearlinux/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/clearlinux/docker-brew-clearlinux 2 | -------------------------------------------------------------------------------- /clearlinux/license.md: -------------------------------------------------------------------------------- 1 | View [Clear Linux OS for Intel Architecture](https://download.clearlinux.org/current/licenses) for the licenses of the software contained in this image. 2 | -------------------------------------------------------------------------------- /clearlinux/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/clearlinux/logo.png -------------------------------------------------------------------------------- /clearlinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [Intel Corporation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /clearlinux/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /clefos/README-short.txt: -------------------------------------------------------------------------------- 1 | DEPRECATED; The official build of ClefOS. 2 | -------------------------------------------------------------------------------- /clefos/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/nealef/clefos 2 | -------------------------------------------------------------------------------- /clefos/issues.md: -------------------------------------------------------------------------------- 1 | [GitHub](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /clefos/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/nealef/clefos/blob/master/LICENSE.md) for the scripts which created this image. 2 | -------------------------------------------------------------------------------- /clefos/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/clefos/logo.png -------------------------------------------------------------------------------- /clefos/maintainer.md: -------------------------------------------------------------------------------- 1 | [The ClefOS Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /clefos/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /clickhouse/README-short.txt: -------------------------------------------------------------------------------- 1 | ClickHouse is the fastest and most resource efficient OSS database for real-time apps and analytics. 2 | -------------------------------------------------------------------------------- /clickhouse/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/ClickHouse/ClickHouse 2 | -------------------------------------------------------------------------------- /clickhouse/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/ClickHouse/ClickHouse/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /clickhouse/maintainer.md: -------------------------------------------------------------------------------- 1 | [ClickHouse Inc.](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /clickhouse/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /clojure/README-short.txt: -------------------------------------------------------------------------------- 1 | Clojure is a dialect of Lisp that runs on the JVM. 2 | -------------------------------------------------------------------------------- /clojure/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/Quantisan/docker-clojure 2 | -------------------------------------------------------------------------------- /clojure/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://clojure.org/license) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /clojure/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/clojure/logo.png -------------------------------------------------------------------------------- /clojure/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /clojure/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /composer/README-short.txt: -------------------------------------------------------------------------------- 1 | Composer is a dependency manager written in and for PHP. 2 | -------------------------------------------------------------------------------- /composer/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/composer/docker 2 | -------------------------------------------------------------------------------- /composer/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/composer/composer/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /composer/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/composer/logo.png -------------------------------------------------------------------------------- /composer/maintainer.md: -------------------------------------------------------------------------------- 1 | [Rob Bast](https://github.com/alcohol), with [contributions](%%GITHUB-REPO%%/graphs/contributors) from the community. 2 | -------------------------------------------------------------------------------- /composer/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "developer-tools" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /convertigo/README-short.txt: -------------------------------------------------------------------------------- 1 | Enterprise grade full-stack Open source Low Code & No Code Platform for web & mobile application -------------------------------------------------------------------------------- /convertigo/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/convertigo/docker -------------------------------------------------------------------------------- /convertigo/license.md: -------------------------------------------------------------------------------- 1 | Convertigo Community Edition image is licenced under [AGPL 3.0](http://www.gnu.org/licenses/agpl-3.0.html) 2 | -------------------------------------------------------------------------------- /convertigo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/convertigo/logo.png -------------------------------------------------------------------------------- /convertigo/maintainer.md: -------------------------------------------------------------------------------- 1 | [Convertigo](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /convertigo/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /couchbase/README-short.txt: -------------------------------------------------------------------------------- 1 | Couchbase Server is a NoSQL document database with a distributed architecture. 2 | -------------------------------------------------------------------------------- /couchbase/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/couchbase/docker 2 | -------------------------------------------------------------------------------- /couchbase/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/couchbase/logo.png -------------------------------------------------------------------------------- /couchbase/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Couchbase Docker Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /couchbase/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /couchdb/README-short.txt: -------------------------------------------------------------------------------- 1 | CouchDB is a database that uses JSON for documents, an HTTP API, & JavaScript/declarative indexing. 2 | -------------------------------------------------------------------------------- /couchdb/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/apache/couchdb-docker 2 | -------------------------------------------------------------------------------- /couchdb/license.md: -------------------------------------------------------------------------------- 1 | Apache CouchDB is licensed under the [Apache License](https://github.com/apache/couchdb/blob/master/LICENSE). 2 | -------------------------------------------------------------------------------- /couchdb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/couchdb/logo.png -------------------------------------------------------------------------------- /couchdb/maintainer.md: -------------------------------------------------------------------------------- 1 | [Apache CouchDB](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /couchdb/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /crate/README-short.txt: -------------------------------------------------------------------------------- 1 | CrateDB is an open-source, distributed SQL database empowering you to turn data into business value. 2 | -------------------------------------------------------------------------------- /crate/get-help.md: -------------------------------------------------------------------------------- 1 | [project documentation](https://crate.io/docs/), [StackOverflow](https://stackoverflow.com/tags/cratedb), [support channels](https://crate.io/support/) 2 | -------------------------------------------------------------------------------- /crate/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/crate/docker-crate 2 | -------------------------------------------------------------------------------- /crate/license.md: -------------------------------------------------------------------------------- 1 | CrateDB is licensed under the Apache License 2.0. 2 | 3 | See [LICENSE](https://github.com/crate/crate/blob/master/LICENSE) for more information. 4 | -------------------------------------------------------------------------------- /crate/maintainer.md: -------------------------------------------------------------------------------- 1 | [Crate.io](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /crate/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /dart/README-short.txt: -------------------------------------------------------------------------------- 1 | Dart is a client-optimized language for fast apps on any platform. 2 | -------------------------------------------------------------------------------- /dart/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/dart-lang/dart-docker 2 | -------------------------------------------------------------------------------- /dart/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/dart-lang/sdk/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /dart/maintainer.md: -------------------------------------------------------------------------------- 1 | The Dart Docker Team 2 | -------------------------------------------------------------------------------- /dart/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /debian/README-short.txt: -------------------------------------------------------------------------------- 1 | Debian is a Linux distribution that's composed entirely of free and open-source software. 2 | -------------------------------------------------------------------------------- /debian/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/debuerreotype/docker-debian-artifacts 2 | -------------------------------------------------------------------------------- /debian/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.debian.org/social_contract#guidelines) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /debian/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/debian/logo.png -------------------------------------------------------------------------------- /debian/maintainer.md: -------------------------------------------------------------------------------- 1 | Debian Developers [tianon](https://qa.debian.org/developer.php?login=tianon) and [paultag](https://qa.debian.org/developer.php?login=paultag) 2 | -------------------------------------------------------------------------------- /debian/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /debian/variant.md: -------------------------------------------------------------------------------- 1 | # Image Variants 2 | -------------------------------------------------------------------------------- /docker/README-short.txt: -------------------------------------------------------------------------------- 1 | Docker in Docker! (commonly known as "dind") 2 | -------------------------------------------------------------------------------- /docker/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/docker 2 | -------------------------------------------------------------------------------- /docker/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/docker/docker/blob/eb7b2ed6bbe3fbef588116d362ce595d6e35fc43/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /docker/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/docker/logo.png -------------------------------------------------------------------------------- /docker/maintainer.md: -------------------------------------------------------------------------------- 1 | [Tianon (of the Docker Project)](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /docker/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "developer-tools" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /drupal/README-short.txt: -------------------------------------------------------------------------------- 1 | Drupal is an open source content management platform powering millions of websites and applications. 2 | -------------------------------------------------------------------------------- /drupal/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/drupal 2 | -------------------------------------------------------------------------------- /drupal/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.drupal.org/licensing/faq) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /drupal/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Docker Community](%%GITHUB-REPO%%) (*not* the Drupal Community or the Drupal Security Team) 2 | -------------------------------------------------------------------------------- /drupal/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /drupal/variant-fpm.md: -------------------------------------------------------------------------------- 1 | ../php/variant-fpm.md -------------------------------------------------------------------------------- /eclipse-mosquitto/README-short.txt: -------------------------------------------------------------------------------- 1 | Eclipse Mosquitto is an open source message broker which implements MQTT version 5, 3.1.1 and 3.1 2 | -------------------------------------------------------------------------------- /eclipse-mosquitto/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/eclipse/mosquitto 2 | -------------------------------------------------------------------------------- /eclipse-mosquitto/license.md: -------------------------------------------------------------------------------- 1 | Eclipse Mosquitto is released under the [EPL](https://www.eclipse.org/legal/epl-v20.html)/[EDL](https://eclipse.org/org/documents/edl-v10.php) 2 | -------------------------------------------------------------------------------- /eclipse-mosquitto/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/eclipse-mosquitto/logo.png -------------------------------------------------------------------------------- /eclipse-mosquitto/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Eclipse Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /eclipse-mosquitto/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "internet-of-things", 5 | "message-queues" 6 | ] 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /eclipse-temurin/README-short.txt: -------------------------------------------------------------------------------- 1 | Official Images for OpenJDK binaries built by Eclipse Temurin. 2 | -------------------------------------------------------------------------------- /eclipse-temurin/get-help.md: -------------------------------------------------------------------------------- 1 | [Adoptium Slack](https://adoptium.net/slack); [Adoptium Support](https://github.com/adoptium/adoptium-support/issues/new/choose) 2 | -------------------------------------------------------------------------------- /eclipse-temurin/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/adoptium/containers 2 | -------------------------------------------------------------------------------- /eclipse-temurin/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/eclipse-temurin/logo.png -------------------------------------------------------------------------------- /eclipse-temurin/maintainer.md: -------------------------------------------------------------------------------- 1 | [Adoptium](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /eclipse-temurin/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /eggdrop/README-short.txt: -------------------------------------------------------------------------------- 1 | The official Docker image of Eggdrop- IRC's oldest actively-developed bot! 2 | -------------------------------------------------------------------------------- /eggdrop/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/eggheads/eggdrop-docker 2 | -------------------------------------------------------------------------------- /eggdrop/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.gnu.org/licenses/gpl-3.0.en.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /eggdrop/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/eggdrop/logo.png -------------------------------------------------------------------------------- /eggdrop/maintainer.md: -------------------------------------------------------------------------------- 1 | [Eggheads (the Eggdrop community)](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /eggdrop/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [] 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /elasticsearch/README-short.txt: -------------------------------------------------------------------------------- 1 | Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore. 2 | -------------------------------------------------------------------------------- /elasticsearch/compose.yaml: -------------------------------------------------------------------------------- 1 | services: 2 | 3 | elasticsearch: 4 | image: elasticsearch 5 | 6 | kibana: 7 | image: kibana 8 | ports: 9 | - 5601:5601 10 | -------------------------------------------------------------------------------- /elasticsearch/get-help.md: -------------------------------------------------------------------------------- 1 | the [Elasticsearch Discuss Forums](https://discuss.elastic.co/c/elasticsearch), the [Elastic community](https://www.elastic.co/community) 2 | -------------------------------------------------------------------------------- /elasticsearch/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/elastic/elasticsearch 2 | -------------------------------------------------------------------------------- /elasticsearch/issues.md: -------------------------------------------------------------------------------- 1 | For issues with Elasticsearch Docker Image or Elasticsearch: %%GITHUB-REPO%%/issues 2 | -------------------------------------------------------------------------------- /elasticsearch/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/elastic/elasticsearch/blob/master/licenses/ELASTIC-LICENSE-2.0.txt) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /elasticsearch/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/elasticsearch/logo.png -------------------------------------------------------------------------------- /elasticsearch/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Elastic Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /elasticsearch/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /elasticsearch/variant-alpine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/elasticsearch/variant-alpine.md -------------------------------------------------------------------------------- /elixir/README-short.txt: -------------------------------------------------------------------------------- 1 | Elixir is a dynamic, functional language for building scalable and maintainable applications. -------------------------------------------------------------------------------- /elixir/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/erlef/docker-elixir 2 | -------------------------------------------------------------------------------- /elixir/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/elixir/logo.png -------------------------------------------------------------------------------- /elixir/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Erlang Ecosystem Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /elixir/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /emqx/README-short.txt: -------------------------------------------------------------------------------- 1 | DEPRECATED; The most scalable open-source MQTT broker for IoT, IIoT, connected vehicles, and more. 2 | -------------------------------------------------------------------------------- /emqx/get-help.md: -------------------------------------------------------------------------------- 1 | [Discussions](https://github.com/emqx/emqx/discussions) or [Discord](https://discord.gg/xYGf3fQnES) 2 | -------------------------------------------------------------------------------- /emqx/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/emqx/emqx-docker 2 | -------------------------------------------------------------------------------- /emqx/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/emqx/emqx/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /emqx/maintainer.md: -------------------------------------------------------------------------------- 1 | [EMQ Technologies](https://github.com/emqx) 2 | -------------------------------------------------------------------------------- /emqx/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "message-queues" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /erlang/README-short.txt: -------------------------------------------------------------------------------- 1 | Erlang is a programming language used to build massively scalable systems with high availability. 2 | -------------------------------------------------------------------------------- /erlang/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/erlang/docker-erlang-otp 2 | -------------------------------------------------------------------------------- /erlang/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/erlang/logo.png -------------------------------------------------------------------------------- /erlang/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /erlang/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /fedora/README-short.txt: -------------------------------------------------------------------------------- 1 | Official Docker builds of Fedora 2 | -------------------------------------------------------------------------------- /fedora/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/fedora-cloud/docker-brew-fedora 2 | -------------------------------------------------------------------------------- /fedora/issues.md: -------------------------------------------------------------------------------- 1 | [Fedora's bugzilla page](https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora%20Container%20Images) or [GitHub](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /fedora/license.md: -------------------------------------------------------------------------------- 1 | View [licensing information](https://fedoraproject.org/wiki/Licensing:Main) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /fedora/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/fedora/logo.png -------------------------------------------------------------------------------- /fedora/maintainer.md: -------------------------------------------------------------------------------- 1 | [Fedora Release Engineering](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /fedora/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /flink/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Flink® is a powerful open-source distributed stream and batch processing framework. 2 | -------------------------------------------------------------------------------- /flink/get-help.md: -------------------------------------------------------------------------------- 1 | [Official Apache Flink Mailing lists](https://flink.apache.org/community.html#mailing-lists) and [StackOverflow (tag `apache-flink`)](https://stackoverflow.com/questions/tagged/apache-flink) 2 | -------------------------------------------------------------------------------- /flink/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/apache/flink-docker 2 | -------------------------------------------------------------------------------- /flink/issues.md: -------------------------------------------------------------------------------- 1 | https://issues.apache.org/jira/browse/FLINK 2 | -------------------------------------------------------------------------------- /flink/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/flink/logo.png -------------------------------------------------------------------------------- /flink/maintainer.md: -------------------------------------------------------------------------------- 1 | [Apache Flink](https://flink.apache.org/community.html#people) 2 | -------------------------------------------------------------------------------- /flink/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "data-science" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /fluentd/README-short.txt: -------------------------------------------------------------------------------- 1 | Fluentd is an open source data collector for unified logging layer 2 | -------------------------------------------------------------------------------- /fluentd/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/fluent/fluentd-docker-image 2 | -------------------------------------------------------------------------------- /fluentd/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/fluent/fluentd/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /fluentd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/fluentd/logo.png -------------------------------------------------------------------------------- /fluentd/maintainer.md: -------------------------------------------------------------------------------- 1 | [Fluentd](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /fluentd/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "monitoring-and-observability" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /friendica/README-short.txt: -------------------------------------------------------------------------------- 1 | Welcome to the free social web. 2 | -------------------------------------------------------------------------------- /friendica/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/friendica/docker 2 | -------------------------------------------------------------------------------- /friendica/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/friendica/server/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /friendica/maintainer.md: -------------------------------------------------------------------------------- 1 | [nupplaPhil](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /friendica/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [] 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /gazebo/README-short.txt: -------------------------------------------------------------------------------- 1 | Gazebo is an open source project for simulating robots, offering robust physics and rendering. -------------------------------------------------------------------------------- /gazebo/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/osrf/docker_images 2 | -------------------------------------------------------------------------------- /gazebo/license.md: -------------------------------------------------------------------------------- 1 | Gazebo is open-source licensed under [Apache 2.0](http://opensource.org/licenses/Apache-2.0). 2 | -------------------------------------------------------------------------------- /gazebo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/gazebo/logo.png -------------------------------------------------------------------------------- /gazebo/maintainer.md: -------------------------------------------------------------------------------- 1 | ../ros/maintainer.md -------------------------------------------------------------------------------- /gazebo/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /gcc/README-short.txt: -------------------------------------------------------------------------------- 1 | The GNU Compiler Collection is a compiling system that supports several languages. 2 | -------------------------------------------------------------------------------- /gcc/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/gcc 2 | -------------------------------------------------------------------------------- /gcc/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://gcc.gnu.org/onlinedocs/gcc-11.2.0/gcc/Copying.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /gcc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/gcc/logo.png -------------------------------------------------------------------------------- /gcc/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /gcc/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /geonetwork/README-short.txt: -------------------------------------------------------------------------------- 1 | GeoNetwork is a FOSS catalog for spatially referenced resources. 2 | -------------------------------------------------------------------------------- /geonetwork/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/geonetwork/docker-geonetwork 2 | -------------------------------------------------------------------------------- /geonetwork/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://www.geonetwork-opensource.org/manuals/trunk/eng/users/overview/license.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /geonetwork/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/geonetwork/logo.png -------------------------------------------------------------------------------- /geonetwork/maintainer.md: -------------------------------------------------------------------------------- 1 | [GeoNetwork opensource](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /geonetwork/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "data-science" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ghost/README-short.txt: -------------------------------------------------------------------------------- 1 | Publish by web and email newsletter, with member signups and subscription payments. -------------------------------------------------------------------------------- /ghost/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/ghost 2 | -------------------------------------------------------------------------------- /ghost/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://ghost.org/license/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /ghost/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/ghost/logo.png -------------------------------------------------------------------------------- /ghost/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /ghost/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /golang/README-short.txt: -------------------------------------------------------------------------------- 1 | Go (golang) is a general purpose, higher-level, imperative programming language. 2 | -------------------------------------------------------------------------------- /golang/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/golang 2 | -------------------------------------------------------------------------------- /golang/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://golang.org/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /golang/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/golang/logo.png -------------------------------------------------------------------------------- /golang/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /golang/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /gradle/README-short.txt: -------------------------------------------------------------------------------- 1 | Gradle is a build tool with a focus on build automation and support for multi-language development. 2 | -------------------------------------------------------------------------------- /gradle/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/keeganwitt/docker-gradle 2 | -------------------------------------------------------------------------------- /gradle/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://gradle.org/license/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /gradle/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/gradle/logo.png -------------------------------------------------------------------------------- /gradle/maintainer.md: -------------------------------------------------------------------------------- 1 | [Keegan Witt (of the Groovy Project)](%%GITHUB-REPO%%), [with the Gradle Project's approval](https://discuss.gradle.org/t/official-docker-images/21159/8) 2 | -------------------------------------------------------------------------------- /gradle/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "developer-tools" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /groovy/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Groovy is a multi-faceted language for the Java platform. 2 | -------------------------------------------------------------------------------- /groovy/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/groovy/docker-groovy 2 | -------------------------------------------------------------------------------- /groovy/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://www.apache.org/licenses/LICENSE-2.0.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /groovy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/groovy/logo.png -------------------------------------------------------------------------------- /groovy/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Apache Groovy project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /groovy/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /haproxy/README-short.txt: -------------------------------------------------------------------------------- 1 | HAProxy - The Reliable, High Performance TCP/HTTP Load Balancer 2 | -------------------------------------------------------------------------------- /haproxy/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/haproxy 2 | -------------------------------------------------------------------------------- /haproxy/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://www.haproxy.org/download/1.5/doc/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /haproxy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/haproxy/logo.png -------------------------------------------------------------------------------- /haproxy/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /haproxy/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "web-servers" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /haskell/README-short.txt: -------------------------------------------------------------------------------- 1 | Haskell is an advanced purely-functional programming language. 2 | -------------------------------------------------------------------------------- /haskell/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/haskell/docker-haskell 2 | -------------------------------------------------------------------------------- /haskell/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/haskell/logo.png -------------------------------------------------------------------------------- /haskell/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /haskell/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /haxe/README-short.txt: -------------------------------------------------------------------------------- 1 | Haxe is a modern, high level, static typed programming language with multiple compilation targets. -------------------------------------------------------------------------------- /haxe/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/HaxeFoundation/docker-library-haxe 2 | -------------------------------------------------------------------------------- /haxe/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://haxe.org/foundation/open-source.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /haxe/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/haxe/logo.png -------------------------------------------------------------------------------- /haxe/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Haxe Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /haxe/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /hello-world/README-short.txt: -------------------------------------------------------------------------------- 1 | Hello World! (an example of minimal Dockerization) 2 | -------------------------------------------------------------------------------- /hello-world/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/hello-world 2 | -------------------------------------------------------------------------------- /hello-world/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/docker-library/hello-world/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /hello-world/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/hello-world/logo.png -------------------------------------------------------------------------------- /hello-world/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /hello-world/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [] 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /hitch/README-short.txt: -------------------------------------------------------------------------------- 1 | Hitch is a libev-based high performance SSL/TLS proxy by Varnish Software. 2 | -------------------------------------------------------------------------------- /hitch/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/varnish/docker-hitch 2 | -------------------------------------------------------------------------------- /hitch/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/varnish/hitch/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /hitch/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Hitch Docker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /hitch/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "web-servers" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /httpd/README-short.txt: -------------------------------------------------------------------------------- 1 | The Apache HTTP Server Project 2 | -------------------------------------------------------------------------------- /httpd/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/httpd 2 | -------------------------------------------------------------------------------- /httpd/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.apache.org/licenses/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /httpd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/httpd/logo.png -------------------------------------------------------------------------------- /httpd/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /httpd/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "web-servers" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /hylang/README-short.txt: -------------------------------------------------------------------------------- 1 | Hy is a Lisp dialect that translates expressions into Python's abstract syntax tree. 2 | -------------------------------------------------------------------------------- /hylang/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/hylang/hy 2 | -------------------------------------------------------------------------------- /hylang/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/hylang/hy/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /hylang/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/hylang/logo.png -------------------------------------------------------------------------------- /hylang/maintainer.md: -------------------------------------------------------------------------------- 1 | [Paul Tagliamonte, Hy BDFL](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /hylang/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ibm-semeru-runtimes/README-short.txt: -------------------------------------------------------------------------------- 1 | IBM Semeru Runtimes Official Images for OpenJDK and Eclipse OpenJ9 binaries. 2 | -------------------------------------------------------------------------------- /ibm-semeru-runtimes/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/ibmruntimes/semeru-containers 2 | -------------------------------------------------------------------------------- /ibm-semeru-runtimes/maintainer.md: -------------------------------------------------------------------------------- 1 | [IBM Semeru Runtimes](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /ibm-semeru-runtimes/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ibmjava/README-short.txt: -------------------------------------------------------------------------------- 1 | Official IBM® SDK, Java™ Technology Edition Docker Image. 2 | -------------------------------------------------------------------------------- /ibmjava/get-help.md: -------------------------------------------------------------------------------- 1 | [the developerWorks forum for IBM Java Runtimes and SDKs](https://www.ibm.com/developerworks/community/forums/html/forum?id=11111111-0000-0000-0000-000000000367) 2 | -------------------------------------------------------------------------------- /ibmjava/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/ibmruntimes/ci.docker 2 | -------------------------------------------------------------------------------- /ibmjava/issues.md: -------------------------------------------------------------------------------- 1 | [GitHub](%%GITHUB-REPO%%/issues); for troubleshooting, see our [How Do I ...?](http://www.ibm.com/developerworks/java/jdk/howdoi/) page 2 | -------------------------------------------------------------------------------- /ibmjava/maintainer.md: -------------------------------------------------------------------------------- 1 | [IBM Runtime Technologies](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /ibmjava/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /influxdb/README-short.txt: -------------------------------------------------------------------------------- 1 | InfluxDB is the open source time series database built for real-time analytic workloads. 2 | -------------------------------------------------------------------------------- /influxdb/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/influxdata-docker 2 | -------------------------------------------------------------------------------- /influxdb/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/influxdata/influxdb/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /influxdb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/influxdb/logo.png -------------------------------------------------------------------------------- /influxdb/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-influxdata.md -------------------------------------------------------------------------------- /influxdb/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /irssi/README-short.txt: -------------------------------------------------------------------------------- 1 | irssi - The IRC client of the future 2 | -------------------------------------------------------------------------------- /irssi/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/jessfraz/irssi 2 | -------------------------------------------------------------------------------- /irssi/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/irssi/irssi/blob/master/COPYING) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /irssi/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/irssi/logo.png -------------------------------------------------------------------------------- /irssi/maintainer.md: -------------------------------------------------------------------------------- 1 | [Jessie and Tianon (of the Docker Community)](%%GITHUB-REPO%%), [with the appreciation of the Irssi Project](https://twitter.com/GeertHauwaerts/status/559131523145035776) 2 | -------------------------------------------------------------------------------- /irssi/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [] 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /jetty/README-short.txt: -------------------------------------------------------------------------------- 1 | Jetty provides a Web server and javax.servlet container. 2 | -------------------------------------------------------------------------------- /jetty/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/eclipse/jetty.docker 2 | -------------------------------------------------------------------------------- /jetty/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://eclipse.org/jetty/licenses.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /jetty/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/jetty/logo.png -------------------------------------------------------------------------------- /jetty/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /jetty/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "web-servers" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /joomla/README-short.txt: -------------------------------------------------------------------------------- 1 | Joomla! is an open source content management system. 2 | -------------------------------------------------------------------------------- /joomla/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/joomla-docker/docker-joomla 2 | -------------------------------------------------------------------------------- /joomla/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://www.gnu.org/licenses/gpl-2.0.txt) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /joomla/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/joomla/logo.png -------------------------------------------------------------------------------- /joomla/maintainer.md: -------------------------------------------------------------------------------- 1 | [Joomla!](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /joomla/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /jruby/README-short.txt: -------------------------------------------------------------------------------- 1 | JRuby (http://www.jruby.org) is an implementation of Ruby (http://www.ruby-lang.org) on the JVM. 2 | -------------------------------------------------------------------------------- /jruby/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/jruby/docker-jruby 2 | -------------------------------------------------------------------------------- /jruby/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/jruby/jruby/blob/master/COPYING) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /jruby/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/jruby/logo.png -------------------------------------------------------------------------------- /jruby/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /jruby/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /julia/README-short.txt: -------------------------------------------------------------------------------- 1 | Julia is a high-level, high-performance dynamic programming language for technical computing. 2 | -------------------------------------------------------------------------------- /julia/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/julia 2 | -------------------------------------------------------------------------------- /julia/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://julialang.org/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /julia/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/julia/logo.png -------------------------------------------------------------------------------- /julia/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /julia/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /kapacitor/README-short.txt: -------------------------------------------------------------------------------- 1 | Kapacitor is an open source framework for processing, monitoring, and alerting on time series data. 2 | -------------------------------------------------------------------------------- /kapacitor/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/influxdata-docker 2 | -------------------------------------------------------------------------------- /kapacitor/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/influxdata/kapacitor/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /kapacitor/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/kapacitor/logo.png -------------------------------------------------------------------------------- /kapacitor/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-influxdata.md -------------------------------------------------------------------------------- /kapacitor/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "monitoring-and-observability" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /kibana/README-short.txt: -------------------------------------------------------------------------------- 1 | Kibana gives shape to any kind of data — structured and unstructured — indexed in Elasticsearch. 2 | -------------------------------------------------------------------------------- /kibana/compose.yaml: -------------------------------------------------------------------------------- 1 | services: 2 | 3 | kibana: 4 | image: kibana 5 | ports: 6 | - 5601:5601 7 | 8 | elasticsearch: 9 | image: elasticsearch 10 | -------------------------------------------------------------------------------- /kibana/get-help.md: -------------------------------------------------------------------------------- 1 | the [Kibana Discuss Forums](https://discuss.elastic.co/c/kibana), the [Elastic community](https://www.elastic.co/community) 2 | -------------------------------------------------------------------------------- /kibana/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/elastic/kibana 2 | -------------------------------------------------------------------------------- /kibana/issues.md: -------------------------------------------------------------------------------- 1 | For issues with the Kibana Docker image or Kibana: %%GITHUB-REPO%%/issues 2 | -------------------------------------------------------------------------------- /kibana/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/elastic/kibana/blob/master/licenses/ELASTIC-LICENSE-2.0.txt) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /kibana/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/kibana/logo.png -------------------------------------------------------------------------------- /kibana/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Elastic Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /kibana/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "monitoring-and-observability" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /kong/README-short.txt: -------------------------------------------------------------------------------- 1 | The Cloud-Native API Gateway for APIs and Microservices 2 | -------------------------------------------------------------------------------- /kong/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/kong/kong 2 | -------------------------------------------------------------------------------- /kong/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/Kong/kong/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /kong/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/kong/logo.png -------------------------------------------------------------------------------- /kong/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Kong Docker Maintainers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /kong/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "api-management" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /krakend/README-short.txt: -------------------------------------------------------------------------------- 1 | KrakenD is a stateless, high-performance, enterprise-ready, open source API gateway written in Go. -------------------------------------------------------------------------------- /krakend/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/krakend/krakend-ce 2 | -------------------------------------------------------------------------------- /krakend/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/krakend/krakend-ce/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /krakend/logo-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/krakend/logo-120.png -------------------------------------------------------------------------------- /krakend/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/krakend/logo.png -------------------------------------------------------------------------------- /krakend/maintainer.md: -------------------------------------------------------------------------------- 1 | [the KrakenD Maintainers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /krakend/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "api-management" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /lightstreamer/README-short.txt: -------------------------------------------------------------------------------- 1 | Lightstreamer is a real-time messaging server optimized for the Internet. 2 | -------------------------------------------------------------------------------- /lightstreamer/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/Lightstreamer/Docker 2 | -------------------------------------------------------------------------------- /lightstreamer/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.lightstreamer.com/lightstreamer-sla) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /lightstreamer/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/lightstreamer/logo.png -------------------------------------------------------------------------------- /lightstreamer/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Lightstreamer Server Development Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /lightstreamer/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "message-queues" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /liquibase/README-short.txt: -------------------------------------------------------------------------------- 1 | Liquibase is DevOps for your database. -------------------------------------------------------------------------------- /liquibase/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/liquibase/docker 2 | -------------------------------------------------------------------------------- /liquibase/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/liquibase/liquibase/blob/master/LICENSE.txt) for the Liquibase software contained in this image. 2 | -------------------------------------------------------------------------------- /liquibase/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/liquibase/logo.png -------------------------------------------------------------------------------- /liquibase/maintainer.md: -------------------------------------------------------------------------------- 1 | [Liquibase](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /liquibase/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "developer-tools" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /logstash/README-short.txt: -------------------------------------------------------------------------------- 1 | Logstash is a tool for managing events and logs. 2 | -------------------------------------------------------------------------------- /logstash/get-help.md: -------------------------------------------------------------------------------- 1 | the [Logstash Discuss Forums](https://discuss.elastic.co/c/logstash) and the [Elastic community](https://www.elastic.co/community). 2 | -------------------------------------------------------------------------------- /logstash/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/elastic/logstash 2 | -------------------------------------------------------------------------------- /logstash/issues.md: -------------------------------------------------------------------------------- 1 | For issues with Logstash Docker Image or Logstash: %%GITHUB-REPO%%/issues 2 | -------------------------------------------------------------------------------- /logstash/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/elastic/logstash/blob/6.4/licenses/ELASTIC-LICENSE.txt) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /logstash/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/logstash/logo.png -------------------------------------------------------------------------------- /logstash/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Elastic Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /logstash/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "monitoring-and-observability" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /logstash/variant-alpine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/logstash/variant-alpine.md -------------------------------------------------------------------------------- /mageia/README-short.txt: -------------------------------------------------------------------------------- 1 | Official Mageia base image 2 | -------------------------------------------------------------------------------- /mageia/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/juanluisbaptiste/docker-brew-mageia 2 | -------------------------------------------------------------------------------- /mageia/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.mageia.org/en/about/license/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /mageia/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/mageia/logo.png -------------------------------------------------------------------------------- /mageia/maintainer.md: -------------------------------------------------------------------------------- 1 | [Mageia Developers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /mageia/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /mariadb/README-short.txt: -------------------------------------------------------------------------------- 1 | MariaDB Server is a high performing open source relational database, forked from MySQL. 2 | -------------------------------------------------------------------------------- /mariadb/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/MariaDB/mariadb-docker 2 | -------------------------------------------------------------------------------- /mariadb/issues.md: -------------------------------------------------------------------------------- 1 | Issues can be filed on [https://jira.mariadb.org/](https://jira.mariadb.org/) under the "MDEV" Project and "Docker" Component, or on [GitHub](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /mariadb/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://mariadb.com/kb/en/library/licensing-faq/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /mariadb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/mariadb/logo.png -------------------------------------------------------------------------------- /mariadb/maintainer.md: -------------------------------------------------------------------------------- 1 | [MariaDB Foundation](https://mariadb.org), [MariaDB plc](https://mariadb.com), with contributions from our [community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /mariadb/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /markdownfmt.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | set -e 3 | 4 | exec docker run -i --rm -v "$PWD":/scratch -w /scratch -u "$(id -u):$(id -g)" tianon/markdownfmt markdownfmt "$@" 5 | -------------------------------------------------------------------------------- /matomo/README-short.txt: -------------------------------------------------------------------------------- 1 | Matomo is the leading open-source analytics platform that gives you more than powerful analytics. 2 | -------------------------------------------------------------------------------- /matomo/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/matomo-org/docker 2 | -------------------------------------------------------------------------------- /matomo/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/matomo-org/matomo/blob/master/LEGALNOTICE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /matomo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/matomo/logo.png -------------------------------------------------------------------------------- /matomo/maintainer.md: -------------------------------------------------------------------------------- 1 | [Matomo](%%GITHUB-REPO%%) (a Matomo community contributor) 2 | -------------------------------------------------------------------------------- /matomo/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "monitoring-and-observability" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /maven/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Maven is a software project management and comprehension tool. 2 | -------------------------------------------------------------------------------- /maven/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/carlossg/docker-maven 2 | -------------------------------------------------------------------------------- /maven/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.apache.org/licenses/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /maven/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/maven/logo.png -------------------------------------------------------------------------------- /maven/maintainer.md: -------------------------------------------------------------------------------- 1 | [Carlos Sanchez](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /maven/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /mediawiki/README-short.txt: -------------------------------------------------------------------------------- 1 | MediaWiki is a free software open source wiki package written in PHP. 2 | -------------------------------------------------------------------------------- /mediawiki/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/wikimedia/mediawiki-docker 2 | -------------------------------------------------------------------------------- /mediawiki/issues.md: -------------------------------------------------------------------------------- 1 | [https://phabricator.wikimedia.org/project/view/3094/](https://phabricator.wikimedia.org/project/view/3094/) 2 | -------------------------------------------------------------------------------- /mediawiki/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://phabricator.wikimedia.org/source/mediawiki/browse/master/COPYING) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /mediawiki/maintainer.md: -------------------------------------------------------------------------------- 1 | [MediaWiki community & Docker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /mediawiki/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /memcached/README-short.txt: -------------------------------------------------------------------------------- 1 | Free & open source, high-performance, distributed memory object caching system. 2 | -------------------------------------------------------------------------------- /memcached/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/memcached 2 | -------------------------------------------------------------------------------- /memcached/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/memcached/memcached/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /memcached/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /memcached/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /mongo-express/README-short.txt: -------------------------------------------------------------------------------- 1 | Web-based MongoDB admin interface, written with Node.js and express 2 | -------------------------------------------------------------------------------- /mongo-express/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/mongo-express/mongo-express-docker 2 | -------------------------------------------------------------------------------- /mongo-express/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/mongo-express/mongo-express#license) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /mongo-express/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/mongo-express/logo.png -------------------------------------------------------------------------------- /mongo-express/maintainer.md: -------------------------------------------------------------------------------- 1 | [mongo-express](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /mongo-express/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /mongo/README-short.txt: -------------------------------------------------------------------------------- 1 | MongoDB document databases provide high availability and easy scalability. 2 | -------------------------------------------------------------------------------- /mongo/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/mongo 2 | -------------------------------------------------------------------------------- /mongo/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /mongo/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /monica/README-short.txt: -------------------------------------------------------------------------------- 1 | Monica – the Personal Relationship Manager. 2 | -------------------------------------------------------------------------------- /monica/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/monicahq/docker 2 | -------------------------------------------------------------------------------- /monica/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/monicahq/monica/blob/main/LICENSE.md) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /monica/maintainer.md: -------------------------------------------------------------------------------- 1 | [Monica Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /monica/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /mono/README-short.txt: -------------------------------------------------------------------------------- 1 | DEPRECATED; Mono is an open source implementation of Microsoft's .NET Framework 2 | -------------------------------------------------------------------------------- /mono/deprecated.md: -------------------------------------------------------------------------------- 1 | This image is deprecated due to maintainer inactivity (last updated Jun 2022; [docker-library/official-images#12682](https://github.com/docker-library/official-images/pull/12682)). 2 | -------------------------------------------------------------------------------- /mono/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/mono/docker 2 | -------------------------------------------------------------------------------- /mono/license.md: -------------------------------------------------------------------------------- 1 | This Docker Image is licensed with the Expat License. See the [Mono Project licensing FAQ](http://www.mono-project.com/docs/faq/licensing/) for details on how Mono and associated libraries are licensed. 2 | -------------------------------------------------------------------------------- /mono/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/mono/logo.png -------------------------------------------------------------------------------- /mono/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Mono Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /mono/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /mysql/README-short.txt: -------------------------------------------------------------------------------- 1 | MySQL is a widely used, open-source relational database management system (RDBMS). 2 | -------------------------------------------------------------------------------- /mysql/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/mysql 2 | -------------------------------------------------------------------------------- /mysql/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.mysql.com/about/legal/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /mysql/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/mysql/logo.png -------------------------------------------------------------------------------- /mysql/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Docker Community and the MySQL Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /mysql/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /nats/README-short.txt: -------------------------------------------------------------------------------- 1 | NATS is an open-source, high-performance, cloud native messaging system. 2 | -------------------------------------------------------------------------------- /nats/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/nats-io/nats-docker 2 | -------------------------------------------------------------------------------- /nats/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/nats-io/gnatsd/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /nats/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/nats/logo.png -------------------------------------------------------------------------------- /nats/maintainer.md: -------------------------------------------------------------------------------- 1 | [the NATS Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /nats/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "message-queues" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /neo4j/README-short.txt: -------------------------------------------------------------------------------- 1 | Neo4j is a highly scalable, robust native graph database. 2 | -------------------------------------------------------------------------------- /neo4j/get-help.md: -------------------------------------------------------------------------------- 1 | [Neo4j Community Forums](https://community.neo4j.com) 2 | -------------------------------------------------------------------------------- /neo4j/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/neo4j/docker-neo4j 2 | -------------------------------------------------------------------------------- /neo4j/license.md: -------------------------------------------------------------------------------- 1 | View [licensing information](https://neo4j.com/licensing) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /neo4j/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/neo4j/logo.png -------------------------------------------------------------------------------- /neo4j/maintainer.md: -------------------------------------------------------------------------------- 1 | [Neo4j](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /neo4j/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /neurodebian/README-short.txt: -------------------------------------------------------------------------------- 1 | NeuroDebian provides neuroscience research software for Debian, Ubuntu, and other derivatives. 2 | -------------------------------------------------------------------------------- /neurodebian/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/neurodebian/dockerfiles 2 | -------------------------------------------------------------------------------- /neurodebian/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/neurodebian/logo.png -------------------------------------------------------------------------------- /neurodebian/maintainer.md: -------------------------------------------------------------------------------- 1 | [NeuroDebian](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /neurodebian/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "data-science" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /nextcloud/README-short.txt: -------------------------------------------------------------------------------- 1 | Nextcloud manual docker image 2 | -------------------------------------------------------------------------------- /nextcloud/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/nextcloud/docker 2 | -------------------------------------------------------------------------------- /nextcloud/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/nextcloud/server/blob/master/COPYING-README) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /nextcloud/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Nextcloud community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /nextcloud/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /nginx/README-short.txt: -------------------------------------------------------------------------------- 1 | Official build of Nginx. 2 | -------------------------------------------------------------------------------- /nginx/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/nginxinc/docker-nginx 2 | -------------------------------------------------------------------------------- /nginx/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://nginx.org/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /nginx/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/nginx/logo.png -------------------------------------------------------------------------------- /nginx/maintainer.md: -------------------------------------------------------------------------------- 1 | [the NGINX Docker Maintainers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /nginx/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "web-servers" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /node/README-short.txt: -------------------------------------------------------------------------------- 1 | Node.js is a JavaScript-based platform for server-side and networking applications. 2 | -------------------------------------------------------------------------------- /node/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/nodejs/docker-node 2 | -------------------------------------------------------------------------------- /node/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/nodejs/node/blob/master/LICENSE) for Node.js or [license information](https://github.com/nodejs/docker-node/blob/master/LICENSE) for the Node.js Docker project. 2 | -------------------------------------------------------------------------------- /node/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/node/logo.png -------------------------------------------------------------------------------- /node/maintainer.md: -------------------------------------------------------------------------------- 1 | [The Node.js Docker Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /node/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /notary/README-short.txt: -------------------------------------------------------------------------------- 1 | Notary server and signer cooperatively handle signing and distribution of notary repositories. 2 | -------------------------------------------------------------------------------- /notary/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker/notary-official-images 2 | -------------------------------------------------------------------------------- /notary/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/theupdateframework/notary/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /notary/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-docker.md -------------------------------------------------------------------------------- /notary/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "security" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /odoo/README-short.txt: -------------------------------------------------------------------------------- 1 | Odoo (formerly known as OpenERP) is a suite of open-source business apps. 2 | -------------------------------------------------------------------------------- /odoo/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/odoo/docker 2 | -------------------------------------------------------------------------------- /odoo/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/odoo/odoo/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /odoo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/odoo/logo.png -------------------------------------------------------------------------------- /odoo/maintainer.md: -------------------------------------------------------------------------------- 1 | [Odoo](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /odoo/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /open-liberty/README-short.txt: -------------------------------------------------------------------------------- 1 | Open Liberty multi-architecture images based on Ubuntu 2 | -------------------------------------------------------------------------------- /open-liberty/get-help.md: -------------------------------------------------------------------------------- 1 | [the Open Liberty community](https://www.openliberty.io/community/) 2 | -------------------------------------------------------------------------------- /open-liberty/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/OpenLiberty/ci.docker 2 | -------------------------------------------------------------------------------- /open-liberty/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/OpenLiberty/open-liberty/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /open-liberty/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/open-liberty/logo.png -------------------------------------------------------------------------------- /open-liberty/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Open Liberty Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /open-liberty/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "web-servers" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /openjdk/README-short.txt: -------------------------------------------------------------------------------- 1 | Pre-release / non-production builds of OpenJDK 2 | -------------------------------------------------------------------------------- /openjdk/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/openjdk 2 | -------------------------------------------------------------------------------- /openjdk/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://openjdk.java.net/legal/gplv2+ce.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /openjdk/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/openjdk/logo.png -------------------------------------------------------------------------------- /openjdk/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /openjdk/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [] 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /openjdk/variant-slim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/openjdk/variant-slim.md -------------------------------------------------------------------------------- /oraclelinux/README-short.txt: -------------------------------------------------------------------------------- 1 | Official Docker builds of Oracle Linux. 2 | -------------------------------------------------------------------------------- /oraclelinux/get-help.md: -------------------------------------------------------------------------------- 1 | see the "Customer Support" and "Community Support" sections below 2 | -------------------------------------------------------------------------------- /oraclelinux/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/oracle/container-images 2 | -------------------------------------------------------------------------------- /oraclelinux/license.md: -------------------------------------------------------------------------------- 1 | View the [Oracle Linux End-User License Agreement](https://oss.oracle.com/ol/EULA) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /oraclelinux/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/oraclelinux/logo.png -------------------------------------------------------------------------------- /oraclelinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Oracle Linux Container Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /oraclelinux/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /oraclelinux/variant-slim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/oraclelinux/variant-slim.md -------------------------------------------------------------------------------- /orientdb/README-short.txt: -------------------------------------------------------------------------------- 1 | OrientDB a Multi-Model Open Source NoSQL DBMS that combines graphs and documents. -------------------------------------------------------------------------------- /orientdb/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/orientechnologies/orientdb-docker 2 | -------------------------------------------------------------------------------- /orientdb/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/orientechnologies/orientdb/blob/master/license.txt) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /orientdb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/orientdb/logo.png -------------------------------------------------------------------------------- /orientdb/maintainer.md: -------------------------------------------------------------------------------- 1 | [OrientDB](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /orientdb/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /percona/README-short.txt: -------------------------------------------------------------------------------- 1 | Percona Server is a fork of the MySQL relational database management system created by Percona. 2 | -------------------------------------------------------------------------------- /percona/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/percona/percona-docker 2 | -------------------------------------------------------------------------------- /percona/issues.md: -------------------------------------------------------------------------------- 1 | For issues with Percona Server: [Percona Server JIRA](https://jira.percona.com/issues/?jql=project+%3D+PS) 2 | 3 | You will need to create an account if you do not have one. 4 | -------------------------------------------------------------------------------- /percona/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.percona.com/doc/percona-server/LATEST/copyright.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /percona/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/percona/logo.png -------------------------------------------------------------------------------- /percona/maintainer.md: -------------------------------------------------------------------------------- 1 | [Percona](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /percona/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /perl/README-short.txt: -------------------------------------------------------------------------------- 1 | Perl is a high-level, general-purpose, interpreted, dynamic programming language. 2 | -------------------------------------------------------------------------------- /perl/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/Perl/docker-perl 2 | -------------------------------------------------------------------------------- /perl/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://dev.perl.org/licenses/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /perl/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/perl/logo.png -------------------------------------------------------------------------------- /perl/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Perl Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /perl/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /photon/README-short.txt: -------------------------------------------------------------------------------- 1 | Photon OS is an open source minimal Linux container host. 2 | -------------------------------------------------------------------------------- /photon/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/vmware/photon-docker-image 2 | -------------------------------------------------------------------------------- /photon/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/vmware/photon/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /photon/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/photon/logo.png -------------------------------------------------------------------------------- /photon/maintainer.md: -------------------------------------------------------------------------------- 1 | [VMware](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /photon/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /php-zendserver/README-short.txt: -------------------------------------------------------------------------------- 1 | DEPRECATED; Zend Server - the integrated PHP application platform for mobile and web apps. 2 | -------------------------------------------------------------------------------- /php-zendserver/deprecated.md: -------------------------------------------------------------------------------- 1 | This image is not actively maintained (and [has not been for years](https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Fphp-zendserver)). It is highly recommended for users to seek out alternatives. 2 | -------------------------------------------------------------------------------- /php-zendserver/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/zendtech/php-zendserver-docker 2 | -------------------------------------------------------------------------------- /php-zendserver/issues.md: -------------------------------------------------------------------------------- 1 | [Zend Support Center](https://www.zend.com/en/support-center) 2 | -------------------------------------------------------------------------------- /php-zendserver/license.md: -------------------------------------------------------------------------------- 1 | [Perforce Software, Inc.](https://www.zend.com/end-user-license-agreement) 2 | -------------------------------------------------------------------------------- /php-zendserver/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/php-zendserver/logo.png -------------------------------------------------------------------------------- /php-zendserver/maintainer.md: -------------------------------------------------------------------------------- 1 | [Perforce Software, Inc.](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /php-zendserver/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /php/README-short.txt: -------------------------------------------------------------------------------- 1 | While designed for web development, the PHP scripting language also provides general-purpose use. 2 | -------------------------------------------------------------------------------- /php/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/php 2 | -------------------------------------------------------------------------------- /php/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://php.net/license/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /php/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/php/logo.png -------------------------------------------------------------------------------- /php/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /php/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /php/variant.md: -------------------------------------------------------------------------------- 1 | # Image Variants 2 | 3 | The `%%IMAGE%%` images come in many flavors, each designed for a specific use case. 4 | -------------------------------------------------------------------------------- /phpmyadmin/README-short.txt: -------------------------------------------------------------------------------- 1 | phpMyAdmin - A web interface for MySQL and MariaDB. 2 | -------------------------------------------------------------------------------- /phpmyadmin/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/phpmyadmin/docker 2 | -------------------------------------------------------------------------------- /phpmyadmin/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/phpmyadmin/docker/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /phpmyadmin/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/phpmyadmin/logo.png -------------------------------------------------------------------------------- /phpmyadmin/maintainer.md: -------------------------------------------------------------------------------- 1 | [phpMyAdmin](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /phpmyadmin/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage", 5 | "developer-tools" 6 | ] 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /plone/README-short.txt: -------------------------------------------------------------------------------- 1 | Plone is a free and open source content management system built on top of Zope. 2 | -------------------------------------------------------------------------------- /plone/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/plone/plone.docker 2 | -------------------------------------------------------------------------------- /plone/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://plone.org/foundation/copyright-licensing-logo/license-faq) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /plone/maintainer.md: -------------------------------------------------------------------------------- 1 | [Plone Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /plone/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /postfixadmin/README-short.txt: -------------------------------------------------------------------------------- 1 | Postfix Admin - web based administration interface for Postfix mail servers. 2 | -------------------------------------------------------------------------------- /postfixadmin/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/postfixadmin/docker 2 | -------------------------------------------------------------------------------- /postfixadmin/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/postfixadmin/postfixadmin/blob/master/LICENSE.TXT) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /postfixadmin/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/postfixadmin/logo.png -------------------------------------------------------------------------------- /postfixadmin/maintainer.md: -------------------------------------------------------------------------------- 1 | [Postfix Admin](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /postfixadmin/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "developer-tools" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /postfixadmin/variant-apache.md: -------------------------------------------------------------------------------- 1 | ### apache 2 | 3 | This starts an Apache webserver with PHP, so you can use `postfixadmin` out of the box. 4 | -------------------------------------------------------------------------------- /postfixadmin/variant-fpm.md: -------------------------------------------------------------------------------- 1 | ### fpm 2 | 3 | This image starts only a PHP FPM container. Use this variant if you already have a seperate webserver. 4 | -------------------------------------------------------------------------------- /postgres/README-short.txt: -------------------------------------------------------------------------------- 1 | The PostgreSQL object-relational database system provides reliability and data integrity. 2 | -------------------------------------------------------------------------------- /postgres/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/postgres 2 | -------------------------------------------------------------------------------- /postgres/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.postgresql.org/about/licence/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /postgres/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/postgres/logo.png -------------------------------------------------------------------------------- /postgres/maintainer.md: -------------------------------------------------------------------------------- 1 | [the PostgreSQL Docker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /postgres/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /pypy/README-short.txt: -------------------------------------------------------------------------------- 1 | PyPy is a fast, compliant alternative implementation of the Python language. 2 | -------------------------------------------------------------------------------- /pypy/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/pypy 2 | -------------------------------------------------------------------------------- /pypy/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://bitbucket.org/pypy/pypy/src/c3ff0dd6252b6ba0d230f3624dbb4aab8973a1d0/LICENSE?at=default) for software contained in this image. 2 | -------------------------------------------------------------------------------- /pypy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/pypy/logo.png -------------------------------------------------------------------------------- /pypy/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /pypy/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /python/README-short.txt: -------------------------------------------------------------------------------- 1 | Python is an interpreted, interactive, object-oriented, open-source programming language. 2 | -------------------------------------------------------------------------------- /python/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/python 2 | -------------------------------------------------------------------------------- /python/license.md: -------------------------------------------------------------------------------- 1 | View license information for [Python 2](https://docs.python.org/2/license.html) and [Python 3](https://docs.python.org/3/license.html). 2 | -------------------------------------------------------------------------------- /python/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/python/logo.png -------------------------------------------------------------------------------- /python/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /python/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /r-base/README-short.txt: -------------------------------------------------------------------------------- 1 | R is a system for statistical computation and graphics. 2 | -------------------------------------------------------------------------------- /r-base/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/rocker-org/rocker 2 | -------------------------------------------------------------------------------- /r-base/issues.md: -------------------------------------------------------------------------------- 1 | [GitHub](%%GITHUB-REPO%%/issues) or [Email](mailto:rocker-maintainers@eddelbuettel.com) 2 | -------------------------------------------------------------------------------- /r-base/license.md: -------------------------------------------------------------------------------- 1 | View [R-project license information](http://www.r-project.org/Licenses/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /r-base/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/r-base/logo.png -------------------------------------------------------------------------------- /r-base/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Rocker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /r-base/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /rabbitmq/README-short.txt: -------------------------------------------------------------------------------- 1 | RabbitMQ is an open source multi-protocol messaging broker. 2 | -------------------------------------------------------------------------------- /rabbitmq/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/rabbitmq 2 | -------------------------------------------------------------------------------- /rabbitmq/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.rabbitmq.com/mpl.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /rabbitmq/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/rabbitmq/logo.png -------------------------------------------------------------------------------- /rabbitmq/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /rabbitmq/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "message-queues" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /rakudo-star/README-short.txt: -------------------------------------------------------------------------------- 1 | Rakudo is a compiler for the Raku programming language. 2 | -------------------------------------------------------------------------------- /rakudo-star/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/Raku/docker 2 | -------------------------------------------------------------------------------- /rakudo-star/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/rakudo/star/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /rakudo-star/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/rakudo-star/logo.png -------------------------------------------------------------------------------- /rakudo-star/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Raku Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /rakudo-star/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /redis/README-short.txt: -------------------------------------------------------------------------------- 1 | Redis is the world’s fastest data platform for caching, vector search, and NoSQL databases. 2 | -------------------------------------------------------------------------------- /redis/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/redis/docker-library-redis 2 | -------------------------------------------------------------------------------- /redis/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/redis/logo.png -------------------------------------------------------------------------------- /redis/maintainer.md: -------------------------------------------------------------------------------- 1 | [Redis LTD](https://redis.io/) 2 | -------------------------------------------------------------------------------- /redis/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /redmine/README-short.txt: -------------------------------------------------------------------------------- 1 | Redmine is a flexible project management web application written using Ruby on Rails framework 2 | -------------------------------------------------------------------------------- /redmine/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/redmine 2 | -------------------------------------------------------------------------------- /redmine/license.md: -------------------------------------------------------------------------------- 1 | [Redmine](https://www.redmine.org/projects/redmine/wiki) is open source and released under the terms of the [GNU General Public License v2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) (GPL). 2 | -------------------------------------------------------------------------------- /redmine/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/redmine/logo.png -------------------------------------------------------------------------------- /redmine/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /redmine/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /registry/README-short.txt: -------------------------------------------------------------------------------- 1 | Distribution implementation for storing and distributing of container images and artifacts 2 | -------------------------------------------------------------------------------- /registry/get-help.md: -------------------------------------------------------------------------------- 1 | [CNCF community slack](https://slack.cncf.io/), or [Stack Overflow](https://stackoverflow.com/questions/tagged/docker+registry) 2 | -------------------------------------------------------------------------------- /registry/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/distribution/distribution-library-image 2 | -------------------------------------------------------------------------------- /registry/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/distribution/distribution/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /registry/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/registry/logo.png -------------------------------------------------------------------------------- /registry/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /registry/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /rethinkdb/README-short.txt: -------------------------------------------------------------------------------- 1 | RethinkDB is an open-source, document database that makes it easy to build and scale realtime apps. 2 | -------------------------------------------------------------------------------- /rethinkdb/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/rethinkdb/rethinkdb-dockerfiles 2 | -------------------------------------------------------------------------------- /rethinkdb/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://raw.githubusercontent.com/rethinkdb/rethinkdb/next/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /rethinkdb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/rethinkdb/logo.png -------------------------------------------------------------------------------- /rethinkdb/maintainer.md: -------------------------------------------------------------------------------- 1 | [RethinkDB](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /rethinkdb/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /rocket.chat/README-short.txt: -------------------------------------------------------------------------------- 1 | The Complete Open Source Chat Solution 2 | -------------------------------------------------------------------------------- /rocket.chat/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/RocketChat/Docker.Official.Image 2 | -------------------------------------------------------------------------------- /rocket.chat/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/RocketChat/Rocket.Chat/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /rocket.chat/maintainer.md: -------------------------------------------------------------------------------- 1 | [Rocket.Chat](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /rocket.chat/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [] 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /rockylinux/README-short.txt: -------------------------------------------------------------------------------- 1 | The official build of Rocky Linux. 2 | -------------------------------------------------------------------------------- /rockylinux/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/rocky-linux/sig-cloud-instance-images 2 | -------------------------------------------------------------------------------- /rockylinux/issues.md: -------------------------------------------------------------------------------- 1 | [https://bugs.rockylinux.org](https://bugs.rockylinux.org) or [GitHub](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /rockylinux/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.rockylinux.org/legal/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /rockylinux/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/rockylinux/logo.png -------------------------------------------------------------------------------- /rockylinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [The Rocky Enterprise Software Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /rockylinux/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ros/README-short.txt: -------------------------------------------------------------------------------- 1 | The Robot Operating System (ROS) is an open source project for building robot applications. 2 | -------------------------------------------------------------------------------- /ros/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/osrf/docker_images 2 | -------------------------------------------------------------------------------- /ros/license.md: -------------------------------------------------------------------------------- 1 | View [package index](https://index.ros.org/packages/) for license information on software contained in this image. 2 | -------------------------------------------------------------------------------- /ros/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/ros/logo.png -------------------------------------------------------------------------------- /ros/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Open Source Robotics Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /ros/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ruby/README-short.txt: -------------------------------------------------------------------------------- 1 | Ruby is a dynamic, reflective, object-oriented, general-purpose, open-source programming language. 2 | -------------------------------------------------------------------------------- /ruby/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/ruby 2 | -------------------------------------------------------------------------------- /ruby/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.ruby-lang.org/en/about/license.txt) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /ruby/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/ruby/logo.png -------------------------------------------------------------------------------- /ruby/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /ruby/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /rust/README-short.txt: -------------------------------------------------------------------------------- 1 | Rust is a systems programming language focused on safety, speed, and concurrency. 2 | -------------------------------------------------------------------------------- /rust/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/rust-lang/docker-rust 2 | -------------------------------------------------------------------------------- /rust/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.rust-lang.org/en-US/legal.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /rust/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/rust/logo.png -------------------------------------------------------------------------------- /rust/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Rust Project developers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /rust/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /sapmachine/README-short.txt: -------------------------------------------------------------------------------- 1 | Official SapMachine Docker Image, SAP's build of OpenJDK. 2 | -------------------------------------------------------------------------------- /sapmachine/get-help.md: -------------------------------------------------------------------------------- 1 | send an email to sapmachine@sap.com 2 | -------------------------------------------------------------------------------- /sapmachine/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/SAP/SapMachine 2 | -------------------------------------------------------------------------------- /sapmachine/issues.md: -------------------------------------------------------------------------------- 1 | [GitHub](%%GITHUB-REPO%%/issues) For more information see the [SapMachine Wiki](%%GITHUB-REPO%%/wiki). 2 | -------------------------------------------------------------------------------- /sapmachine/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/sapmachine/logo.png -------------------------------------------------------------------------------- /sapmachine/maintainer.md: -------------------------------------------------------------------------------- 1 | [The SapMachine Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /sapmachine/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /satosa/README-short.txt: -------------------------------------------------------------------------------- 1 | SATOSA translates between authentication protocols such as SAML2, OpenID Connect, and OAuth2. 2 | -------------------------------------------------------------------------------- /satosa/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/IdentityPython/satosa-docker 2 | -------------------------------------------------------------------------------- /satosa/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/IdentityPython/SATOSA/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /satosa/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Identity Python project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /satosa/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "api-management" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /scratch/README-short.txt: -------------------------------------------------------------------------------- 1 | an explicitly empty image, especially for building images "FROM scratch" 2 | -------------------------------------------------------------------------------- /scratch/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [] 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /silverpeas/README-short.txt: -------------------------------------------------------------------------------- 1 | Silverpeas is a turnkey and open-source Collaborative and Social-Networking Portal. 2 | -------------------------------------------------------------------------------- /silverpeas/get-help.md: -------------------------------------------------------------------------------- 1 | [the Silverpeas user mailing list](https://groups.google.com/forum/#!forum/silverpeas-users) 2 | -------------------------------------------------------------------------------- /silverpeas/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/Silverpeas/docker-silverpeas-prod 2 | -------------------------------------------------------------------------------- /silverpeas/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/silverpeas/logo.png -------------------------------------------------------------------------------- /silverpeas/maintainer.md: -------------------------------------------------------------------------------- 1 | [Silverpeas](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /silverpeas/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /solr/README-short.txt: -------------------------------------------------------------------------------- 1 | Solr is the blazing-fast, open source, multi-modal search platform built on Apache Lucene. 2 | -------------------------------------------------------------------------------- /solr/get-help.md: -------------------------------------------------------------------------------- 1 | [the Solr Community](https://solr.apache.org/community.html) 2 | -------------------------------------------------------------------------------- /solr/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/apache/solr 2 | -------------------------------------------------------------------------------- /solr/issues.md: -------------------------------------------------------------------------------- 1 | [The Solr Users mailing list](https://solr.apache.org/community.html#mailing-lists-chat) 2 | -------------------------------------------------------------------------------- /solr/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/solr/logo.png -------------------------------------------------------------------------------- /solr/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Apache Solr project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /solr/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /sonarqube/README-short.txt: -------------------------------------------------------------------------------- 1 | Official images for SonarQube, code analysis tool for code quality and security 2 | -------------------------------------------------------------------------------- /sonarqube/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/SonarSource/docker-sonarqube 2 | -------------------------------------------------------------------------------- /sonarqube/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/sonarqube/logo.png -------------------------------------------------------------------------------- /sonarqube/maintainer.md: -------------------------------------------------------------------------------- 1 | [SonarSource](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /sonarqube/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "integration-and-delivery" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /spark/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Spark - A unified analytics engine for large-scale data processing 2 | -------------------------------------------------------------------------------- /spark/get-help.md: -------------------------------------------------------------------------------- 1 | [Apache Spark™ community](https://spark.apache.org/community.html) 2 | -------------------------------------------------------------------------------- /spark/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/apache/spark-docker 2 | -------------------------------------------------------------------------------- /spark/issues.md: -------------------------------------------------------------------------------- 1 | https://issues.apache.org/jira/browse/SPARK 2 | -------------------------------------------------------------------------------- /spark/license.md: -------------------------------------------------------------------------------- 1 | Apache Spark, Spark, Apache, the Apache feather logo, and the Apache Spark project logo are trademarks of The Apache Software Foundation. 2 | 3 | Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). 4 | -------------------------------------------------------------------------------- /spark/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/spark/logo.png -------------------------------------------------------------------------------- /spark/maintainer.md: -------------------------------------------------------------------------------- 1 | [Apache Spark](https://spark.apache.org/committers.html) 2 | -------------------------------------------------------------------------------- /spark/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "data-science" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /spiped/README-short.txt: -------------------------------------------------------------------------------- 1 | Spiped is a utility for creating symmetrically encrypted and authenticated pipes between sockets. 2 | -------------------------------------------------------------------------------- /spiped/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/TimWolla/docker-spiped 2 | -------------------------------------------------------------------------------- /spiped/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/Tarsnap/spiped/blob/master/COPYRIGHT) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /spiped/maintainer.md: -------------------------------------------------------------------------------- 1 | [Tim Düsterhus (of the Docker Community)](%%GITHUB-REPO%%), [with Colin's support (from spiped upstream)](https://github.com/docker-library/official-images/pull/1714#issuecomment-219556607) 2 | -------------------------------------------------------------------------------- /spiped/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "security" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /storm/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Storm is a free and open source distributed realtime computation system. 2 | -------------------------------------------------------------------------------- /storm/get-help.md: -------------------------------------------------------------------------------- 1 | [Apache Storm™ community](https://storm.apache.org/getting-help.html) 2 | -------------------------------------------------------------------------------- /storm/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/apache/storm-docker 2 | -------------------------------------------------------------------------------- /storm/issues.md: -------------------------------------------------------------------------------- 1 | https://issues.apache.org/jira/browse/STORM 2 | -------------------------------------------------------------------------------- /storm/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/storm/logo.png -------------------------------------------------------------------------------- /storm/maintainer.md: -------------------------------------------------------------------------------- 1 | [Apache Storm](https://storm.apache.org/contribute/People.html) 2 | -------------------------------------------------------------------------------- /storm/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "data-science" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /swift/README-short.txt: -------------------------------------------------------------------------------- 1 | Swift is a high-performance system programming language, to learn more about Swift visit swift.org. -------------------------------------------------------------------------------- /swift/get-help.md: -------------------------------------------------------------------------------- 1 | [Swift Docker Community Forums](https://forums.swift.org/c/server/docker) 2 | -------------------------------------------------------------------------------- /swift/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/apple/swift-docker 2 | -------------------------------------------------------------------------------- /swift/issues.md: -------------------------------------------------------------------------------- 1 | [https://bugs.swift.org](https://bugs.swift.org) Component: Docker 2 | -------------------------------------------------------------------------------- /swift/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://swift.org/LICENSE.txt) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /swift/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/swift/logo.png -------------------------------------------------------------------------------- /swift/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Swift Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /swift/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /swipl/README-short.txt: -------------------------------------------------------------------------------- 1 | SWI-Prolog offers a comprehensive free Prolog environment. -------------------------------------------------------------------------------- /swipl/get-help.md: -------------------------------------------------------------------------------- 1 | [the Docker Community Slack](https://dockr.ly/comm-slack), [SWI-Prolog home](https://www.swi-prolog.org), [SWI-Prolog forum](https://swi-prolog.discourse.group/), [Stack Overflow](https://stackoverflow.com/help/on-topic) 2 | -------------------------------------------------------------------------------- /swipl/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/SWI-Prolog/docker-swipl 2 | -------------------------------------------------------------------------------- /swipl/license.md: -------------------------------------------------------------------------------- 1 | View the [Simplified BSD license](http://www.swi-prolog.org/license.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /swipl/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/swipl/logo.png -------------------------------------------------------------------------------- /swipl/maintainer.md: -------------------------------------------------------------------------------- 1 | [the SWI-Prolog community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /swipl/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "languages-and-frameworks" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /teamspeak/README-short.txt: -------------------------------------------------------------------------------- 1 | TeamSpeak is software for quality voice communication via the Internet. 2 | -------------------------------------------------------------------------------- /teamspeak/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/TeamSpeak-Systems/teamspeak-linux-docker-images 2 | -------------------------------------------------------------------------------- /teamspeak/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/TeamSpeak-Systems/teamspeak-linux-docker-images/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /teamspeak/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/teamspeak/logo.png -------------------------------------------------------------------------------- /teamspeak/maintainer.md: -------------------------------------------------------------------------------- 1 | TeamSpeak Developers [nwerensteijn](https://github.com/nwerensteijn) and [muenchow](https://github.com/muenchow) 2 | -------------------------------------------------------------------------------- /teamspeak/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [] 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /telegraf/README-short.txt: -------------------------------------------------------------------------------- 1 | Telegraf is an agent for collecting metrics and writing them to InfluxDB or other outputs. 2 | -------------------------------------------------------------------------------- /telegraf/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/influxdata-docker 2 | -------------------------------------------------------------------------------- /telegraf/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/influxdata/telegraf/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /telegraf/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/telegraf/logo.png -------------------------------------------------------------------------------- /telegraf/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-influxdata.md -------------------------------------------------------------------------------- /telegraf/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "monitoring-and-observability" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /tomcat/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies 2 | -------------------------------------------------------------------------------- /tomcat/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/tomcat 2 | -------------------------------------------------------------------------------- /tomcat/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.apache.org/licenses/LICENSE-2.0) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /tomcat/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/tomcat/logo.png -------------------------------------------------------------------------------- /tomcat/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /tomcat/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "web-servers" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /tomee/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache TomEE is an all-Apache Java EE certified stack where Apache Tomcat is top dog. 2 | -------------------------------------------------------------------------------- /tomee/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/tomitribe/docker-tomee 2 | -------------------------------------------------------------------------------- /tomee/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://www.apache.org/licenses/LICENSE-2.0) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /tomee/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/tomee/logo.png -------------------------------------------------------------------------------- /tomee/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /tomee/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "web-servers" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /traefik/README-short.txt: -------------------------------------------------------------------------------- 1 | Traefik, The Cloud Native Edge Router 2 | -------------------------------------------------------------------------------- /traefik/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/traefik/traefik-library-image 2 | -------------------------------------------------------------------------------- /traefik/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/traefik/traefik/blob/master/LICENSE.md) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /traefik/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/traefik/logo.png -------------------------------------------------------------------------------- /traefik/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Traefik Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /traefik/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "networking" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /traefik/variant-alpine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/traefik/variant-alpine.md -------------------------------------------------------------------------------- /ubuntu/README-short.txt: -------------------------------------------------------------------------------- 1 | Ubuntu is a Debian-based Linux operating system based on free software. 2 | -------------------------------------------------------------------------------- /ubuntu/github-repo: -------------------------------------------------------------------------------- 1 | https://git.launchpad.net/cloud-images/+oci/ubuntu-base 2 | -------------------------------------------------------------------------------- /ubuntu/issues.md: -------------------------------------------------------------------------------- 1 | [the cloud-images bug tracker](https://bugs.launchpad.net/cloud-images) (include the `docker` tag) 2 | -------------------------------------------------------------------------------- /ubuntu/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.ubuntu.com/about/about-ubuntu/licensing) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /ubuntu/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/ubuntu/logo.png -------------------------------------------------------------------------------- /ubuntu/maintainer.md: -------------------------------------------------------------------------------- 1 | [Canonical](https://launchpad.net/cloud-images) 2 | -------------------------------------------------------------------------------- /ubuntu/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "operating-systems" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /unit/README-short.txt: -------------------------------------------------------------------------------- 1 | Official build of NGINX Unit: Universal Web App Server 2 | -------------------------------------------------------------------------------- /unit/get-help.md: -------------------------------------------------------------------------------- 1 | the [GitHub issues page](https://github.com/nginx/unit/issues), the [NGINX Community Slack](https://community.nginx.org/joinslack) 2 | -------------------------------------------------------------------------------- /unit/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/nginx/unit 2 | -------------------------------------------------------------------------------- /unit/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://raw.githubusercontent.com/nginx/unit/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /unit/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Unit Docker Maintainers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /unit/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "web-servers" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /varnish/README-short.txt: -------------------------------------------------------------------------------- 1 | Varnish is an HTTP accelerator designed for content-heavy dynamic web sites as well as APIs. 2 | -------------------------------------------------------------------------------- /varnish/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/varnish/docker-varnish 2 | -------------------------------------------------------------------------------- /varnish/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/varnishcache/varnish-cache/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /varnish/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/varnish/logo.png -------------------------------------------------------------------------------- /varnish/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Varnish Docker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /varnish/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "web-servers" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /websphere-liberty/README-short.txt: -------------------------------------------------------------------------------- 1 | WebSphere Liberty multi-architecture images based on Ubuntu 2 | -------------------------------------------------------------------------------- /websphere-liberty/get-help.md: -------------------------------------------------------------------------------- 1 | [the WASdev community](https://developer.ibm.com/wasdev/help/) 2 | -------------------------------------------------------------------------------- /websphere-liberty/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/WASdev/ci.docker 2 | -------------------------------------------------------------------------------- /websphere-liberty/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/websphere-liberty/logo.png -------------------------------------------------------------------------------- /websphere-liberty/maintainer.md: -------------------------------------------------------------------------------- 1 | [the IBM WASdev Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /websphere-liberty/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "web-servers" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /wordpress/README-short.txt: -------------------------------------------------------------------------------- 1 | The WordPress rich content management system can utilize plugins, widgets, and themes. 2 | -------------------------------------------------------------------------------- /wordpress/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/wordpress 2 | -------------------------------------------------------------------------------- /wordpress/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://wordpress.org/about/license/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /wordpress/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/wordpress/logo.png -------------------------------------------------------------------------------- /wordpress/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /wordpress/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /wordpress/variant-fpm.md: -------------------------------------------------------------------------------- 1 | ../php/variant-fpm.md -------------------------------------------------------------------------------- /xwiki/README-short.txt: -------------------------------------------------------------------------------- 1 | XWiki: The Advanced Open Source Enterprise Wiki. -------------------------------------------------------------------------------- /xwiki/get-help.md: -------------------------------------------------------------------------------- 1 | [the XWiki Users Mailing List/Forum](http://dev.xwiki.org/xwiki/bin/view/Community/MailingLists) or [the XWiki IRC channel](http://dev.xwiki.org/xwiki/bin/view/Community/IRC) 2 | -------------------------------------------------------------------------------- /xwiki/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/xwiki-contrib/docker-xwiki -------------------------------------------------------------------------------- /xwiki/issues.md: -------------------------------------------------------------------------------- 1 | [the XWiki Docker JIRA project](http://jira.xwiki.org/browse/XDOCKER) 2 | -------------------------------------------------------------------------------- /xwiki/license.md: -------------------------------------------------------------------------------- 1 | XWiki is licensed under the [LGPL 2.1](https://github.com/xwiki-contrib/docker-xwiki/blob/master/LICENSE). 2 | 3 | The Dockerfile repository is also licensed under the [LGPL 2.1](https://github.com/xwiki-contrib/docker-xwiki/blob/master/LICENSE). 4 | -------------------------------------------------------------------------------- /xwiki/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/xwiki/logo.png -------------------------------------------------------------------------------- /xwiki/maintainer.md: -------------------------------------------------------------------------------- 1 | [the XWiki Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /xwiki/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ymlfmt.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | set -e 3 | 4 | exec docker run -i --rm -v "$PWD":/scratch -w /scratch -u "$(id -u):$(id -g)" tianon/ymlfmt ymlfmt "$@" 5 | -------------------------------------------------------------------------------- /yourls/README-short.txt: -------------------------------------------------------------------------------- 1 | YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. 2 | -------------------------------------------------------------------------------- /yourls/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/YOURLS/docker 2 | -------------------------------------------------------------------------------- /yourls/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/YOURLS/YOURLS/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /yourls/maintainer.md: -------------------------------------------------------------------------------- 1 | [YOURLS](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /yourls/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "content-management-system" 5 | ] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /yourls/variant-fpm.md: -------------------------------------------------------------------------------- 1 | ../php/variant-fpm.md -------------------------------------------------------------------------------- /znc/README-short.txt: -------------------------------------------------------------------------------- 1 | ZNC - An advanced IRC bouncer 2 | -------------------------------------------------------------------------------- /znc/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/znc/znc-docker 2 | -------------------------------------------------------------------------------- /znc/license.md: -------------------------------------------------------------------------------- 1 | View [license](https://github.com/znc/znc/blob/master/LICENSE) [information](https://github.com/znc/znc/blob/master/NOTICE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /znc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/znc/logo.png -------------------------------------------------------------------------------- /znc/maintainer.md: -------------------------------------------------------------------------------- 1 | [the ZNC Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /znc/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [] 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /znc/variant-slim.md: -------------------------------------------------------------------------------- 1 | ## `%%REPO%%:-slim` 2 | 3 | This image is smaller, but it doesn't support external modules. If you need any external C++, Perl or Python module, use `latest` instead of `slim`. 4 | -------------------------------------------------------------------------------- /zookeeper/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache ZooKeeper is an open-source server which enables highly reliable distributed coordination. 2 | -------------------------------------------------------------------------------- /zookeeper/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/31z4/zookeeper-docker 2 | -------------------------------------------------------------------------------- /zookeeper/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/apache/zookeeper/blob/master/LICENSE.txt) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /zookeeper/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docker-library/docs/080f0551da580fc3b75e701bcf9db948284e1481/zookeeper/logo.png -------------------------------------------------------------------------------- /zookeeper/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /zookeeper/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "hub": { 3 | "categories": [ 4 | "databases-and-storage" 5 | ] 6 | } 7 | } 8 | --------------------------------------------------------------------------------