├── .ci ├── check-markdownfmt.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 ├── stack.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 ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── stack.yml ├── aerospike ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── almalinux ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── alpine ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── alt ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── amazoncorretto ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── amazonlinux ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── api-firewall ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg └── maintainer.md ├── arangodb ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── archlinux ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── backdrop ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── bash ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── bonita ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── stack.yml ├── buildpack-deps ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── busybox ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── 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 ├── cassandra ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── centos ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── chronograf ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── cirros ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── clearlinux ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── clefos ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── clojure ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── composer ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── consul ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg └── maintainer.md ├── convertigo ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── couchbase ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── couchdb ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── crate ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── dart ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg └── maintainer.md ├── debian ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── variant-slim.md └── variant.md ├── docker ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── drupal ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md ├── stack.yml └── variant-fpm.md ├── eclipse-mosquitto ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── eclipse-temurin ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── eggdrop ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── elasticsearch ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md ├── stack.yml └── variant-alpine.md ├── elixir ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── erlang ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── express-gateway ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── fedora ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── flink ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── fluentd ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── friendica ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg ├── maintainer.md └── stack.yml ├── gazebo ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── gcc ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── generate-repo-stub-readme.sh ├── geonetwork ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── stack.yml ├── variant-postgres.md └── variant.md ├── ghost ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── stack.yml ├── golang ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── variant-alpine.md ├── gradle ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── groovy ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── haproxy ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── haskell ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── haxe ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── hello-world ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── update.sh ├── hitch ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md └── maintainer.md ├── httpd ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── hylang ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── ibm-semeru-runtimes ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md └── maintainer.md ├── ibmjava ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md └── maintainer.md ├── influxdb ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── variant-data.md └── variant-meta.md ├── irssi ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── jetty ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── jobber ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md └── maintainer.md ├── joomla ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── stack.yml ├── jruby ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── julia ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── kapacitor ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── kibana ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── stack.yml ├── kong ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── lightstreamer ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── logstash ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── variant-alpine.md ├── mageia ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── mariadb ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── stack.yml ├── markdownfmt.sh ├── matomo ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── maven ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── mediawiki ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.svg ├── maintainer.md └── stack.yml ├── memcached ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md └── maintainer.md ├── mongo-express ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── mongo ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── maintainer.md └── stack.yml ├── monica ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg └── maintainer.md ├── mono ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── mysql ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── stack.yml ├── nats-streaming ├── README-short.txt ├── README.md ├── content.md ├── deprecated.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── nats ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── neo4j ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── neurodebian ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── nextcloud ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg └── maintainer.md ├── nginx ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── variant-perl.md ├── node ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── notary ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md └── maintainer.md ├── odoo ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── open-liberty ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── openjdk ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── 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 └── variant-slim.md ├── orientdb ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── parallel-update.sh ├── percona ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png ├── maintainer.md └── stack.yml ├── perl ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── photon ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── php-zendserver ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── php ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── variant-apache.md ├── variant-cli.md ├── variant-fpm.md └── variant.md ├── phpmyadmin ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── stack.yml ├── plone ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg └── maintainer.md ├── postfixadmin ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── stack.yml ├── variant-apache.md ├── variant-fpm-alpine.md └── variant-fpm.md ├── postgres ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── stack.yml ├── push.pl ├── push.sh ├── pypy ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── python ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── r-base ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── rabbitmq ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── rakudo-star ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── redis ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── redmine ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── stack.yml ├── registry ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── rethinkdb ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── rocket.chat ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg └── maintainer.md ├── rockylinux ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── ros ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── ruby ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── rust ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── sapmachine ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── scratch ├── README-short.txt └── README.md ├── silverpeas ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── sl ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── solr ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── sonarqube ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── spiped ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md └── maintainer.md ├── storm ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── stack.yml ├── swift ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── swipl ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── teamspeak ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── stack.yml ├── telegraf ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── tomcat ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── tomee ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── traefik ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── variant-alpine.md ├── ubuntu ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── issues.md ├── license.md ├── logo.png └── maintainer.md ├── update.sh ├── varnish ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── vault ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.svg └── maintainer.md ├── websphere-liberty ├── README-short.txt ├── README.md ├── content.md ├── get-help.md ├── github-repo ├── license.md ├── logo.png └── maintainer.md ├── wordpress ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── stack.yml ├── 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 ├── ymlfmt.sh ├── yourls ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md ├── stack.yml └── variant-fpm.md ├── znc ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── variant-slim.md └── zookeeper ├── README-short.txt ├── README.md ├── content.md ├── github-repo ├── license.md ├── logo.png ├── maintainer.md └── stack.yml /.ci/check-markdownfmt.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | set -Eeuo pipefail 3 | 4 | cd "$(dirname "$(readlink -f "$BASH_SOURCE")")/.." 5 | 6 | files="$( 7 | find \( \ 8 | -name '*.md' \ 9 | -not -name 'README.md' \ 10 | \) -exec test -s '{}' ';' -print0 \ 11 | | xargs -0 ./markdownfmt.sh -l)" 12 | if [ "$files" ]; then 13 | echo >&2 'Need markdownfmt:' 14 | echo >&2 "$files" 15 | echo >&2 16 | echo "$files" | xargs ./markdownfmt.sh -d >&2 17 | exit 1 18 | fi 19 | -------------------------------------------------------------------------------- /.ci/check-pr-no-readme.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | set -Eeuo pipefail 3 | 4 | cd "$(dirname "$(readlink -f "$BASH_SOURCE")")/.." 5 | 6 | git fetch -q https://github.com/docker-library/docs.git master 7 | numstat="$(git diff --numstat FETCH_HEAD...HEAD -- '*/README.md')" 8 | if [ -n "$numstat" ]; then 9 | echo >&2 'Error: at least one repo README.md has changed' 10 | echo >&2 'These files are autogenerated, so it is unnecessary to modify them' 11 | echo >&2 'Please update content.md and docker-library-bot will take care of README.md' 12 | echo >&2 'See: https://github.com/docker-library/docs/#readmemd' 13 | echo >&2 14 | exit 1 15 | fi 16 | -------------------------------------------------------------------------------- /.ci/check-required-files.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | set -Eeuo pipefail 3 | 4 | cd "$(dirname "$(readlink -f "$BASH_SOURCE")")/.." 5 | 6 | exitCode=0 7 | for requiredFile in \ 8 | content.md \ 9 | github-repo \ 10 | license.md \ 11 | maintainer.md \ 12 | ; do 13 | failed='' 14 | for repo in */; do 15 | case "${repo%/}" in 16 | scratch) continue ;; 17 | esac 18 | if [ ! -s "$repo/$requiredFile" ]; then 19 | failed+=" $repo" 20 | fi 21 | done 22 | if [ "$failed" ]; then 23 | echo >&2 "Missing $requiredFile for:$failed" 24 | exitCode=1 25 | fi 26 | done 27 | exit "$exitCode" 28 | -------------------------------------------------------------------------------- /.ci/check-short.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | set -Eeuo pipefail 3 | 4 | cd "$(dirname "$(readlink -f "$BASH_SOURCE")")/.." 5 | 6 | failed='' 7 | for short in */README-short.txt; do 8 | chars="$(echo -n "$(cat "$short")" | wc -m)" 9 | lines="$(cat "$short" | wc -l)" 10 | if [ "$chars" -gt 100 -o "$lines" -gt 1 ]; then 11 | failed+=" $short" 12 | fi 13 | done 14 | 15 | if [ "$failed" ]; then 16 | echo >&2 "Too long (or too many lines):$failed" 17 | exit 1 18 | fi 19 | -------------------------------------------------------------------------------- /.ci/check-ymlfmt.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | set -Eeuo pipefail 3 | 4 | cd "$(dirname "$(readlink -f "$BASH_SOURCE")")/.." 5 | 6 | files="$(find -name '*.yml' -not -path './.github/*')" 7 | need=() 8 | needdiff= 9 | for f in $files; do 10 | fdiff="$(./ymlfmt.sh -d "$f")" 11 | if [ -n "$fdiff" ]; then 12 | need+=( "$f" ) 13 | needdiff+="$fdiff"$'\n' 14 | fi 15 | done 16 | if [ -n "$needdiff" ]; then 17 | echo >&2 'Need ymlfmt:' 18 | echo >&2 "${need[@]}" 19 | echo >&2 20 | echo >&2 -n "$needdiff" 21 | exit 1 22 | fi 23 | -------------------------------------------------------------------------------- /.ci/get-markdownfmt.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | set -Eeuo pipefail 3 | 4 | set -x 5 | [ -n "$GOPATH" ] 6 | export GOPATH_FIRST="${GOPATH%%:*}" 7 | git clone \ 8 | --depth 1 \ 9 | https://github.com/tianon/markdownfmt.git \ 10 | "$GOPATH_FIRST/src/github.com/shurcooL/markdownfmt" 11 | export BLACKFRIDAY_VERSION="$(awk '$1 == "ENV" && $2 == "BLACKFRIDAY_VERSION" { print $3; exit }' "$GOPATH_FIRST/src/github.com/shurcooL/markdownfmt/Dockerfile")" 12 | git clone \ 13 | --depth 1 \ 14 | -b "$BLACKFRIDAY_VERSION" \ 15 | https://github.com/russross/blackfriday.git \ 16 | "$GOPATH_FIRST/src/github.com/russross/blackfriday" 17 | go get -v github.com/shurcooL/markdownfmt 18 | -------------------------------------------------------------------------------- /.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/autogenerated-warning.md: -------------------------------------------------------------------------------- 1 | 16 | -------------------------------------------------------------------------------- /.template-helpers/compose.md: -------------------------------------------------------------------------------- 1 | ... via [`docker-compose`](https://github.com/docker/compose) 2 | 3 | Example `docker-compose.yml` for `%%REPO%%`: 4 | 5 | %%COMPOSE-YML%% 6 | -------------------------------------------------------------------------------- /.template-helpers/get-help.md: -------------------------------------------------------------------------------- 1 | [the Docker Community Forums](https://forums.docker.com/), [the Docker Community Slack](https://dockr.ly/slack), or [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=docker) 2 | -------------------------------------------------------------------------------- /.template-helpers/issues.md: -------------------------------------------------------------------------------- 1 | [%%GITHUB-REPO%%/issues](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /.template-helpers/license-common.md: -------------------------------------------------------------------------------- 1 | As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). 2 | 3 | Some additional license information which was able to be auto-detected might be found in [the `repo-info` repository's `%%REPO%%/` directory](https://github.com/docker-library/repo-info/tree/master/repos/%%REPO%%). 4 | 5 | As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within. 6 | -------------------------------------------------------------------------------- /.template-helpers/stack.md: -------------------------------------------------------------------------------- 1 | ... via [`docker stack deploy`](https://docs.docker.com/engine/reference/commandline/stack_deploy/) or [`docker-compose`](https://github.com/docker/compose) 2 | 3 | Example `stack.yml` for `%%REPO%%`: 4 | 5 | %%STACK-YML%% 6 | 7 | [![Try in PWD](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com?stack=%%STACK-URL%%) 8 | -------------------------------------------------------------------------------- /.template-helpers/variant-default-buildpack-deps.md: -------------------------------------------------------------------------------- 1 | This tag is based off of [`buildpack-deps`](https://hub.docker.com/_/buildpack-deps/). `buildpack-deps` is designed for the average user of Docker who has many images on their system. It, by design, has a large number of extremely common Debian packages. This reduces the number of packages that images that derive from it need to install, thus reducing the overall size of all images on your system. 2 | -------------------------------------------------------------------------------- /.template-helpers/variant-default-debian.md: -------------------------------------------------------------------------------- 1 | Some of these tags may have names like %%DEB-SUITES%% in them. These are the suite code names for releases of [Debian](https://wiki.debian.org/DebianReleases) and indicate which release the image is based on. If your image needs to install any additional packages beyond what comes with the image, you'll likely want to specify one of these explicitly to minimize breakage when there are new releases of Debian. 2 | -------------------------------------------------------------------------------- /.template-helpers/variant-default-ubuntu.md: -------------------------------------------------------------------------------- 1 | Some of these tags may have names like %%DEB-SUITES%% in them. These are the suite code names for releases of [Ubuntu](https://wiki.ubuntu.com/Releases) and indicate which release the image is based on. If your image needs to install any additional packages beyond what comes with the image, you'll likely want to specify one of these explicitly to minimize breakage when there are new releases of Ubuntu. 2 | -------------------------------------------------------------------------------- /.template-helpers/variant-slim.md: -------------------------------------------------------------------------------- 1 | ## `%%IMAGE%%:-slim` 2 | 3 | This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `%%IMAGE%%`. Unless you are working in an environment where *only* the `%%IMAGE%%` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. 4 | -------------------------------------------------------------------------------- /.template-helpers/variant-windowsservercore.md: -------------------------------------------------------------------------------- 1 | ## `%%IMAGE%%:-windowsservercore` 2 | 3 | This image is based on [Windows Server Core (`microsoft/windowsservercore`)](https://hub.docker.com/r/microsoft/windowsservercore/). As such, it only works in places which that image does, such as Windows 10 Professional/Enterprise (Anniversary Edition) or Windows Server 2016. 4 | 5 | For information about how to get Docker running on Windows, please see the relevant "Quick Start" guide provided by Microsoft: 6 | 7 | - [Windows Server Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_server) 8 | - [Windows 10 Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_10) 9 | -------------------------------------------------------------------------------- /.template-helpers/variant.md: -------------------------------------------------------------------------------- 1 | # Image Variants 2 | 3 | The `%%IMAGE%%` images come in many flavors, each designed for a specific use case. 4 | 5 | ## `%%IMAGE%%:` 6 | 7 | This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. 8 | -------------------------------------------------------------------------------- /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/readme.txt) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /adminer/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/adminer/logo.png -------------------------------------------------------------------------------- /adminer/maintainer.md: -------------------------------------------------------------------------------- 1 | [Tim Düsterhus (of the Docker Community)](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /adminer/stack.yml: -------------------------------------------------------------------------------- 1 | # Use root/example as user/password credentials 2 | 3 | version: '3.1' 4 | 5 | services: 6 | 7 | adminer: 8 | image: adminer 9 | restart: always 10 | ports: 11 | - 8080:8080 12 | 13 | db: 14 | image: mysql:5.6 15 | restart: always 16 | environment: 17 | MYSQL_ROOT_PASSWORD: example 18 | -------------------------------------------------------------------------------- /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-enterprise.docker 2 | -------------------------------------------------------------------------------- /aerospike/issues.md: -------------------------------------------------------------------------------- 1 | [the Aerospike Forums](https://discuss.aerospike.com) or [GitHub](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /aerospike/license.md: -------------------------------------------------------------------------------- 1 | Copyright 2019-2021 Aerospike, Inc. 2 | 3 | If you are using a feature key file you received as part of your commercial enterprise license, you are operating under the [Aerospike Master License Agreement](https://www.aerospike.com/forms/master-license-agreement/). 4 | 5 | If you are using the Aerospike Database EE evaluation feature key file, you are operating under the [Aerospike Evaluation License Agreement](https://www.aerospike.com/forms/evaluation-license-agreement/). 6 | 7 | If you are using Aerospike Database CE refer to the license information in the [aerospike/aerospike-server](https://github.com/aerospike/aerospike-server) repository. 8 | -------------------------------------------------------------------------------- /aerospike/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/aerospike/logo.png -------------------------------------------------------------------------------- /aerospike/maintainer.md: -------------------------------------------------------------------------------- 1 | [Aerospike, Inc.](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/almalinux/logo.png -------------------------------------------------------------------------------- /almalinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [The AlmaLinux OS Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/alpine/logo.png -------------------------------------------------------------------------------- /alpine/maintainer.md: -------------------------------------------------------------------------------- 1 | [Natanael Copa](%%GITHUB-REPO%%) (an Alpine Linux maintainer) 2 | -------------------------------------------------------------------------------- /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/issues.md: -------------------------------------------------------------------------------- 1 | First of all, please, make sure that the developers are not aware of the [bug in ALT bugzilla](https://bugzilla.altlinux.org/buglist.cgi?query_format=advanced&product=Sisyphus&component=docker-ce). 2 | 3 | For create new bug, please use [ALT's bugzilla page](https://bugzilla.altlinux.org/enter_bug.cgi?product=Docker) (choose `Official image` as component and include details about image problems in the description) or [GitHub](%%GITHUB-REPO%%/issues). 4 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/alt/logo.png -------------------------------------------------------------------------------- /alt/maintainer.md: -------------------------------------------------------------------------------- 1 | [The ALT Linux Team Cloud](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/amazoncorretto/logo.png -------------------------------------------------------------------------------- /amazoncorretto/maintainer.md: -------------------------------------------------------------------------------- 1 | [the AWS JDK team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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 | [the Amazon Linux forums](https://forums.aws.amazon.com/forum.jspa?forumID=228) 2 | -------------------------------------------------------------------------------- /amazonlinux/license.md: -------------------------------------------------------------------------------- 1 | Amazon Linux is available under the [GNU General Public License, version 2.0](https://github.com/aws/amazon-linux-docker-images/blob/master/LICENSE). Individual software packages are available under their own licenses; run `rpm -qi [package name]` or check `/usr/share/doc/[package name]-*` and `/usr/share/licenses/[package name]-*` for details. 2 | -------------------------------------------------------------------------------- /amazonlinux/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/amazonlinux/logo.png -------------------------------------------------------------------------------- /amazonlinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Amazon Linux Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /arangodb/README-short.txt: -------------------------------------------------------------------------------- 1 | ArangoDB - a distributed database with a flexible data model for documents, graphs, and key-values. 2 | -------------------------------------------------------------------------------- /arangodb/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/arangodb/arangodb-docker 2 | -------------------------------------------------------------------------------- /arangodb/license.md: -------------------------------------------------------------------------------- 1 | [ArangoDB itself is licensed under the Apache License](https://github.com/arangodb/arangodb/blob/devel/LICENSE), but it contains [software of third parties under their respective licenses](https://github.com/arangodb/arangodb/blob/devel/LICENSES-OTHER-COMPONENTS.md). 2 | -------------------------------------------------------------------------------- /arangodb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/arangodb/logo.png -------------------------------------------------------------------------------- /arangodb/maintainer.md: -------------------------------------------------------------------------------- 1 | [ArangoDB](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/archlinux/logo.png -------------------------------------------------------------------------------- /archlinux/maintainer.md: -------------------------------------------------------------------------------- 1 | Arch Linux trusted users [Santiago Torres-Arias](https://www.archlinux.org/people/trusted-users/#sangy), [Christian Rebischke](https://www.archlinux.org/people/trusted-users/#shibumi) and [Justin Kromlinger](https://www.archlinux.org/people/trusted-users/#hashworks) as well as Arch Linux developer [Pierre Schmitz](https://www.archlinux.org/people/developers/#pierre). 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/backdrop/logo.png -------------------------------------------------------------------------------- /backdrop/maintainer.md: -------------------------------------------------------------------------------- 1 | [Backdrop Ops](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/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 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/bonita/logo.png -------------------------------------------------------------------------------- /bonita/maintainer.md: -------------------------------------------------------------------------------- 1 | [Bonitasoft Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/buildpack-deps/logo.png -------------------------------------------------------------------------------- /buildpack-deps/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/busybox/logo.png -------------------------------------------------------------------------------- /busybox/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /busybox/variant.md: -------------------------------------------------------------------------------- 1 | # Image Variants 2 | 3 | The `%%IMAGE%%` images contain BusyBox built against various "libc" variants (for a comparison of "libc" variants, [Eta Labs has a very nice chart](http://www.etalabs.net/compare_libcs.html) which lists many similarities and differences). 4 | 5 | For more information about the specific particulars of the build process for each variant, see `Dockerfile.builder` in the same directory as each variant's `Dockerfile` (see links above). 6 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/caddy/logo-120.png -------------------------------------------------------------------------------- /caddy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/caddy/logo.png -------------------------------------------------------------------------------- /caddy/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Caddy Docker Maintainers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/cassandra/logo.png -------------------------------------------------------------------------------- /cassandra/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /centos/README-short.txt: -------------------------------------------------------------------------------- 1 | The official build of CentOS. 2 | -------------------------------------------------------------------------------- /centos/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/CentOS/sig-cloud-instance-images 2 | -------------------------------------------------------------------------------- /centos/issues.md: -------------------------------------------------------------------------------- 1 | [https://bugs.centos.org](https://bugs.centos.org) or [GitHub](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /centos/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.centos.org/legal/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /centos/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/centos/logo.png -------------------------------------------------------------------------------- /centos/maintainer.md: -------------------------------------------------------------------------------- 1 | [The CentOS Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/chronograf/logo.png -------------------------------------------------------------------------------- /chronograf/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-influxdata.md -------------------------------------------------------------------------------- /cirros/README-short.txt: -------------------------------------------------------------------------------- 1 | CirrOS is a Tiny OS that specializes in running on a cloud. 2 | -------------------------------------------------------------------------------- /cirros/content.md: -------------------------------------------------------------------------------- 1 | # What is CirrOS? 2 | 3 | The CirrOS project provides linux disk and kernel/initramfs images. The images are well suited for testing as they are small and boot quickly. Please note that: 4 | 5 | - **Images are provided for test only**. They should not be used in production. 6 | - **Images have well known login information**. Users can log in with 'cirros:letsgocubs' locally or remotely and have passwordless sudo access to root. 7 | 8 | CirrOS images have useful tools and function for debugging or developing cloud infrastructure. 9 | 10 | > [github.com/cirros-dev/cirros](https://github.com/cirros-dev/cirros#readme) 11 | 12 | %%LOGO%% 13 | -------------------------------------------------------------------------------- /cirros/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/tianon/docker-brew-cirros 2 | -------------------------------------------------------------------------------- /cirros/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://launchpad.net/cirros) for the software contained in this image: 2 | 3 | > The code for building CirrOS is available under GPLv2. The binary images that will be distributed contain many different licenses all of which are opensource. 4 | -------------------------------------------------------------------------------- /cirros/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/cirros/logo.png -------------------------------------------------------------------------------- /cirros/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/clearlinux/logo.png -------------------------------------------------------------------------------- /clearlinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [Intel Corporation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /clefos/README-short.txt: -------------------------------------------------------------------------------- 1 | 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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/clefos/logo.png -------------------------------------------------------------------------------- /clefos/maintainer.md: -------------------------------------------------------------------------------- 1 | [The ClefOS Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/clojure/logo.png -------------------------------------------------------------------------------- /clojure/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/composer/logo.png -------------------------------------------------------------------------------- /composer/maintainer.md: -------------------------------------------------------------------------------- 1 | [Rob Bast](https://github.com/alcohol), with [contributions](%%GITHUB-REPO%%/graphs/contributors) from the community. 2 | -------------------------------------------------------------------------------- /consul/README-short.txt: -------------------------------------------------------------------------------- 1 | Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. 2 | -------------------------------------------------------------------------------- /consul/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/hashicorp/docker-consul 2 | -------------------------------------------------------------------------------- /consul/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://raw.githubusercontent.com/hashicorp/consul/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /consul/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-hashicorp.md -------------------------------------------------------------------------------- /convertigo/README-short.txt: -------------------------------------------------------------------------------- 1 | Open source Low Code & No Code Application Platform featuring MXDP/MBaaS for full-stack development. -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/convertigo/logo.png -------------------------------------------------------------------------------- /convertigo/maintainer.md: -------------------------------------------------------------------------------- 1 | [Convertigo](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/couchbase/logo.png -------------------------------------------------------------------------------- /couchbase/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Couchbase Docker Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/couchdb/logo.png -------------------------------------------------------------------------------- /couchdb/maintainer.md: -------------------------------------------------------------------------------- 1 | [Apache CouchDB](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /crate/README-short.txt: -------------------------------------------------------------------------------- 1 | CrateDB is a distributed SQL database that handles massive amounts of machine data in real-time. 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/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/crate/logo.png -------------------------------------------------------------------------------- /crate/maintainer.md: -------------------------------------------------------------------------------- 1 | [Crate.io](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/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/variant-slim.md: -------------------------------------------------------------------------------- 1 | ## `%%IMAGE%%:-slim` 2 | 3 | These tags are an experiment in providing a slimmer base (removing some extra files that are normally not necessary within containers, such as man pages and documentation), and are definitely subject to change. 4 | 5 | See the `debuerreotype-slimify` script (`debuerreotype` linked above) for more details about what gets removed during the "slimification" process. 6 | -------------------------------------------------------------------------------- /debian/variant.md: -------------------------------------------------------------------------------- 1 | # Image Variants 2 | -------------------------------------------------------------------------------- /docker/README-short.txt: -------------------------------------------------------------------------------- 1 | Docker in Docker! 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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/docker/logo.png -------------------------------------------------------------------------------- /docker/maintainer.md: -------------------------------------------------------------------------------- 1 | [Tianon (of the Docker Project)](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/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-v10.html)/[EDL](https://eclipse.org/org/documents/edl-v10.php) 2 | -------------------------------------------------------------------------------- /eclipse-mosquitto/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/eclipse-mosquitto/logo.png -------------------------------------------------------------------------------- /eclipse-mosquitto/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Eclipse Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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.html); [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/issues.md: -------------------------------------------------------------------------------- 1 | [GitHub](%%GITHUB-REPO%%/issues); The [adoptium support](https://adoptium.net/support.html) page has more information on quality, roadmap and support levels for Eclipse Temurin builds; 2 | -------------------------------------------------------------------------------- /eclipse-temurin/license.md: -------------------------------------------------------------------------------- 1 | The Dockerfiles and associated scripts are licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). 2 | 3 | Licenses for the products installed within the images: 4 | 5 | - OpenJDK: The project license is GNU GPL v2 with Classpath Exception. 6 | -------------------------------------------------------------------------------- /eclipse-temurin/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/eclipse-temurin/logo.png -------------------------------------------------------------------------------- /eclipse-temurin/maintainer.md: -------------------------------------------------------------------------------- 1 | [Adoptium](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/eggdrop/logo.png -------------------------------------------------------------------------------- /eggdrop/maintainer.md: -------------------------------------------------------------------------------- 1 | [Eggheads (the Eggdrop community)](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /elasticsearch/README-short.txt: -------------------------------------------------------------------------------- 1 | Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore. 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/elasticsearch/logo.png -------------------------------------------------------------------------------- /elasticsearch/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Elastic Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /elasticsearch/stack.yml: -------------------------------------------------------------------------------- 1 | version: '3.1' 2 | 3 | services: 4 | 5 | elasticsearch: 6 | image: elasticsearch 7 | 8 | kibana: 9 | image: kibana 10 | ports: 11 | - 5601:5601 12 | -------------------------------------------------------------------------------- /elasticsearch/variant-alpine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/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/license.md: -------------------------------------------------------------------------------- 1 | Copyright 2012 Plataformatec 2 | 3 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at 4 | 5 | View [license information](http://www.apache.org/licenses/LICENSE-2.0) for the software contained in this image. 6 | 7 | Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. 8 | -------------------------------------------------------------------------------- /elixir/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/elixir/logo.png -------------------------------------------------------------------------------- /elixir/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Erlang Ecosystem Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://www.erlang.org/about.html) for the software contained in this image. 2 | 3 | 1. From OTP 18 and above, Erlang is released under Apache License 2.0 4 | 2. The previous are released under [Erlang Public License (EPL)](http://www.erlang.org/EPLICENSE). EPL is a derivative work of the Mozilla Public License (MPL). It contains terms which differ from MPL, mainly in terms of jurisdiction. The license is constructed in accordance with the laws of Sweden. 5 | -------------------------------------------------------------------------------- /erlang/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/erlang/logo.png -------------------------------------------------------------------------------- /erlang/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /express-gateway/README-short.txt: -------------------------------------------------------------------------------- 1 | The Official Docker Image of Express Gateway, an API Gateway for APIs and Microservices 2 | -------------------------------------------------------------------------------- /express-gateway/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/ExpressGateway/express-gateway 2 | -------------------------------------------------------------------------------- /express-gateway/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/ExpressGateway/express-gateway/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /express-gateway/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/express-gateway/logo.png -------------------------------------------------------------------------------- /express-gateway/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Express Gateway Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /fedora/README-short.txt: -------------------------------------------------------------------------------- 1 | Official Docker builds of Fedora 2 | -------------------------------------------------------------------------------- /fedora/content.md: -------------------------------------------------------------------------------- 1 | # Fedora 2 | 3 | This image serves as the `official Fedora image` for the [Fedora Distribution](https://getfedora.org/). 4 | 5 | %%LOGO%% 6 | 7 | The `%%IMAGE%%:latest` tag will always point to the latest stable release. 8 | 9 | This image is a relatively small footprint in comparison to a standard Fedora installation. This image is generated in the [Fedora Build System](http://koji.fedoraproject.org/koji/) and is built from [this kickstart file](https://pagure.io/fedora-kickstarts/blob/main/f/fedora-container-base.ks). 10 | 11 | [Fedora Rawhide](https://fedoraproject.org/wiki/Releases/Rawhide) is available via `%%IMAGE%%:rawhide` and any specific version of Fedora as `%%IMAGE%%:$version` (example: `%%IMAGE%%:23`). 12 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/fedora/logo.png -------------------------------------------------------------------------------- /fedora/maintainer.md: -------------------------------------------------------------------------------- 1 | [Fedora Release Engineering](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /flink/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Flink® is a powerful open-source distributed stream and batch processing framework. 2 | -------------------------------------------------------------------------------- /flink/content.md: -------------------------------------------------------------------------------- 1 | # What is Apache Flink? 2 | 3 | [Apache Flink](https://flink.apache.org/) is an open source stream processing framework with powerful stream- and batch-processing capabilities. 4 | 5 | %%LOGO%% 6 | 7 | # How to use Apache Flink with Docker? 8 | 9 | Please refer to the official [Apache Flink documentation](https://ci.apache.org/projects/flink/flink-docs-master/) about [how to use Apache Flink with Docker](https://ci.apache.org/projects/flink/flink-docs-master/ops/deployment/docker.html). 10 | -------------------------------------------------------------------------------- /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/license.md: -------------------------------------------------------------------------------- 1 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at 2 | 3 | https://www.apache.org/licenses/LICENSE-2.0 4 | 5 | Apache Flink, Flink®, Apache®, the squirrel logo, and the Apache feather logo are either registered trademarks or trademarks of [The Apache Software Foundation](https://apache.org/). 6 | -------------------------------------------------------------------------------- /flink/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/flink/logo.png -------------------------------------------------------------------------------- /flink/maintainer.md: -------------------------------------------------------------------------------- 1 | [Apache Flink](https://flink.apache.org/community.html#people) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/fluentd/logo.png -------------------------------------------------------------------------------- /fluentd/maintainer.md: -------------------------------------------------------------------------------- 1 | [Fluentd](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/gazebo/logo.png -------------------------------------------------------------------------------- /gazebo/maintainer.md: -------------------------------------------------------------------------------- 1 | ../ros/maintainer.md -------------------------------------------------------------------------------- /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/viewcvs/gcc/trunk/gcc/COPYING3?view=markup) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /gcc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/gcc/logo.png -------------------------------------------------------------------------------- /gcc/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/geonetwork/logo.png -------------------------------------------------------------------------------- /geonetwork/maintainer.md: -------------------------------------------------------------------------------- 1 | [GeoNetwork opensource](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /geonetwork/stack.yml: -------------------------------------------------------------------------------- 1 | # GeoNetwork 2 | # 3 | # Access via "http://localhost:8080/geonetwork" (or "http://$(docker-machine ip):8080/geonetwork" if using docker-machine) 4 | # 5 | # Default user: admin 6 | # Default password: admin 7 | 8 | version: '3.1' 9 | services: 10 | 11 | geonetwork: 12 | image: geonetwork 13 | restart: always 14 | ports: 15 | - 8080:8080 16 | environment: 17 | DATA_DIR: /var/lib/geonetwork_data 18 | volumes: 19 | - geonetwork:/var/lib/geonetwork_data 20 | 21 | volumes: 22 | geonetwork: 23 | -------------------------------------------------------------------------------- /geonetwork/variant.md: -------------------------------------------------------------------------------- 1 | # Image Variants 2 | 3 | The `%%REPO%%` images come in many flavors, each designed for a specific use case. 4 | 5 | ## `%%REPO%%:` 6 | 7 | This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. 8 | 9 | By default, an H2 database is configured and created when the application first starts. If you are interested in a database engine other than H2, please have a look at other image variants. 10 | -------------------------------------------------------------------------------- /ghost/README-short.txt: -------------------------------------------------------------------------------- 1 | Ghost is a free and open source blogging platform written in JavaScript 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/ghost/logo.png -------------------------------------------------------------------------------- /ghost/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/golang/logo.png -------------------------------------------------------------------------------- /golang/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/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 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/groovy/logo.png -------------------------------------------------------------------------------- /groovy/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Apache Groovy project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/haproxy/logo.png -------------------------------------------------------------------------------- /haproxy/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/license.md: -------------------------------------------------------------------------------- 1 | This image is licensed under the MIT License ([LICENSE](https://github.com/haskell/docker-haskell/blob/master/LICENSE)) and includes software licensed under BSD licenses: [Glasgow Haskell Compiler License](https://www.haskell.org/ghc/license), [Stack License](https://github.com/commercialhaskell/stack/blob/master/LICENSE). 2 | -------------------------------------------------------------------------------- /haskell/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/haskell/logo.png -------------------------------------------------------------------------------- /haskell/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/haxe/logo.png -------------------------------------------------------------------------------- /haxe/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Haxe Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/hello-world/logo.png -------------------------------------------------------------------------------- /hello-world/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/httpd/logo.png -------------------------------------------------------------------------------- /httpd/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/hylang/logo.png -------------------------------------------------------------------------------- /hylang/maintainer.md: -------------------------------------------------------------------------------- 1 | [Paul Tagliamonte, Hy BDFL](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/issues.md: -------------------------------------------------------------------------------- 1 | [GitHub](https://github.com/ibmruntimes/Semeru-Runtimes/issues); The [IBM Semeru Runtimes support](https://ibm.com/semeru-runtimes) page has more information on quality, roadmap and other details for IBM Semeru Runtime Open Edition builds; 2 | -------------------------------------------------------------------------------- /ibm-semeru-runtimes/license.md: -------------------------------------------------------------------------------- 1 | The Dockerfiles and associated scripts are licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). 2 | 3 | Licenses for the products installed within the images: 4 | 5 | - IBM Semeru Runtime Open Edition: The project license is GNU GPL v2 with Classpath Exception. 6 | -------------------------------------------------------------------------------- /ibm-semeru-runtimes/maintainer.md: -------------------------------------------------------------------------------- 1 | [IBM Semeru Runtimes](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/license.md: -------------------------------------------------------------------------------- 1 | The Dockerfiles and associated scripts are licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). 2 | 3 | Licenses for the products installed within the images: 4 | 5 | - IBM® SDK, Java™ Technology Edition Version 8: [International License Agreement for Non-Warranted Programs](http://www14.software.ibm.com/cgi-bin/weblap/lap.pl?la_formnum=&li_formnum=L-SMKR-AVSEUH&title=IBM%AE+SDK%2C+Java%99+Technology+Edition%2C+Version+8.0&l=en). 6 | - IBM® SDK, Java™ Technology Edition Version 11: [International License Agreement for Non-Warranted Programs](http://www14.software.ibm.com/cgi-bin/weblap/lap.pl?la_formnum=&li_formnum=L-PARM-BMVULC&title=IBM%AE+SDK%2C+Java%99+Technology+Edition%2C+Version+11.0&l=en). 7 | -------------------------------------------------------------------------------- /ibmjava/maintainer.md: -------------------------------------------------------------------------------- 1 | [IBM Runtime Technologies](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /influxdb/README-short.txt: -------------------------------------------------------------------------------- 1 | InfluxDB is an open source time series database for recording metrics, events, and analytics. 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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/influxdb/logo.png -------------------------------------------------------------------------------- /influxdb/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-influxdata.md -------------------------------------------------------------------------------- /influxdb/variant-data.md: -------------------------------------------------------------------------------- 1 | ## `%%IMAGE%%:data` 2 | 3 | *This image requires a valid license key from InfluxData.* Please visit our [products page](https://www.influxdata.com/products/) to learn more. 4 | 5 | This image contains the enterprise data node package for clustering. It supports all of the same options as the InfluxDB 1.x OSS image, but it needs port 8088 to be exposed to the meta nodes. 6 | 7 | Refer to the `influxdb:meta` variant for directions on how to setup a cluster. 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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/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 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/jetty/logo.png -------------------------------------------------------------------------------- /jetty/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /jobber/README-short.txt: -------------------------------------------------------------------------------- 1 | Jobber is an alternative to cron, with sophisticated status-reporting and error-handling. 2 | -------------------------------------------------------------------------------- /jobber/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/dshearer/jobber-docker 2 | -------------------------------------------------------------------------------- /jobber/license.md: -------------------------------------------------------------------------------- 1 | [Jobber's license](https://github.com/dshearer/jobber/blob/master/LICENSE) 2 | -------------------------------------------------------------------------------- /jobber/maintainer.md: -------------------------------------------------------------------------------- 1 | [Jobber](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /joomla/README-short.txt: -------------------------------------------------------------------------------- 1 | Joomla! is an open source content management system. 2 | -------------------------------------------------------------------------------- /joomla/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/joomla/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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/joomla/logo.png -------------------------------------------------------------------------------- /joomla/maintainer.md: -------------------------------------------------------------------------------- 1 | [Joomla!](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /joomla/stack.yml: -------------------------------------------------------------------------------- 1 | version: '3.1' 2 | 3 | services: 4 | joomla: 5 | image: joomla 6 | restart: always 7 | links: 8 | - joomladb:mysql 9 | ports: 10 | - 8080:80 11 | environment: 12 | JOOMLA_DB_HOST: joomladb 13 | JOOMLA_DB_PASSWORD: example 14 | 15 | joomladb: 16 | image: mysql:5.6 17 | restart: always 18 | environment: 19 | MYSQL_ROOT_PASSWORD: example 20 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/jruby/logo.png -------------------------------------------------------------------------------- /jruby/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/julia/logo.png -------------------------------------------------------------------------------- /julia/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/kapacitor/logo.png -------------------------------------------------------------------------------- /kapacitor/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-influxdata.md -------------------------------------------------------------------------------- /kibana/README-short.txt: -------------------------------------------------------------------------------- 1 | Kibana gives shape to any kind of data — structured and unstructured — indexed in Elasticsearch. 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/kibana/logo.png -------------------------------------------------------------------------------- /kibana/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Elastic Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /kibana/stack.yml: -------------------------------------------------------------------------------- 1 | version: '3.1' 2 | 3 | services: 4 | 5 | kibana: 6 | image: kibana 7 | ports: 8 | - 5601:5601 9 | 10 | elasticsearch: 11 | image: elasticsearch 12 | 13 | -------------------------------------------------------------------------------- /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://konghq.com/kong/license/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /kong/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/kong/logo.png -------------------------------------------------------------------------------- /kong/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Kong Docker Maintainers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/lightstreamer/logo.png -------------------------------------------------------------------------------- /lightstreamer/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Lightstreamer Server Development Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/logstash/logo.png -------------------------------------------------------------------------------- /logstash/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Elastic Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /logstash/variant-alpine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/mageia/logo.png -------------------------------------------------------------------------------- /mageia/maintainer.md: -------------------------------------------------------------------------------- 1 | [Mageia Developers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /mariadb/README-short.txt: -------------------------------------------------------------------------------- 1 | MariaDB Server is a high performing open source relational database, forked from MySQL. 2 | -------------------------------------------------------------------------------- /mariadb/get-help.md: -------------------------------------------------------------------------------- 1 | [Database Adminstrators (Stack Exchange)](https://dba.stackexchange.com/questions/tagged/docker+mariadb), [MariaDB Knowledge Base](https://mariadb.com/kb/en/docker-and-mariadb/) ([Ask a Question here](https://mariadb.com/kb/en/docker-and-mariadb/ask) available). 2 | 3 | Also see the ["Getting Help with MariaDB" article on the MariaDB Knowledge Base](https://mariadb.com/kb/en/getting-help-with-mariadb/). 4 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/mariadb/logo.png -------------------------------------------------------------------------------- /mariadb/maintainer.md: -------------------------------------------------------------------------------- 1 | [MariaDB developer community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /mariadb/stack.yml: -------------------------------------------------------------------------------- 1 | # Use root/example as user/password credentials 2 | version: '3.1' 3 | 4 | services: 5 | 6 | db: 7 | image: mariadb 8 | restart: always 9 | environment: 10 | MYSQL_ROOT_PASSWORD: example 11 | 12 | adminer: 13 | image: adminer 14 | restart: always 15 | ports: 16 | - 8080:8080 17 | -------------------------------------------------------------------------------- /markdownfmt.sh: -------------------------------------------------------------------------------- 1 | #!/bin/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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/matomo/logo.png -------------------------------------------------------------------------------- /matomo/maintainer.md: -------------------------------------------------------------------------------- 1 | [Matomo](%%GITHUB-REPO%%) (a Matomo community contributor) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/maven/logo.png -------------------------------------------------------------------------------- /maven/maintainer.md: -------------------------------------------------------------------------------- 1 | [Carlos Sanchez](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/mongo-express/logo.png -------------------------------------------------------------------------------- /mongo-express/maintainer.md: -------------------------------------------------------------------------------- 1 | [mongo-express](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/mongodb/mongo/blob/6ea81c883e7297be99884185c908c7ece385caf8/README#L89-L95) for the software contained in this image. 2 | 3 | It is relevant to note the change from AGPL to SSPLv1 for all versions after October 16, 2018. 4 | -------------------------------------------------------------------------------- /mongo/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /mongo/stack.yml: -------------------------------------------------------------------------------- 1 | # Use root/example as user/password credentials 2 | version: '3.1' 3 | 4 | services: 5 | 6 | mongo: 7 | image: mongo 8 | restart: always 9 | environment: 10 | MONGO_INITDB_ROOT_USERNAME: root 11 | MONGO_INITDB_ROOT_PASSWORD: example 12 | 13 | mongo-express: 14 | image: mongo-express 15 | restart: always 16 | ports: 17 | - 8081:8081 18 | environment: 19 | ME_CONFIG_MONGODB_ADMINUSERNAME: root 20 | ME_CONFIG_MONGODB_ADMINPASSWORD: example 21 | ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/ 22 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /mono/README-short.txt: -------------------------------------------------------------------------------- 1 | Mono is an open source implementation of Microsoft's .NET Framework 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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/mono/logo.png -------------------------------------------------------------------------------- /mono/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Mono Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/mysql/logo.png -------------------------------------------------------------------------------- /mysql/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Docker Community and the MySQL Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /mysql/stack.yml: -------------------------------------------------------------------------------- 1 | # Use root/example as user/password credentials 2 | version: '3.1' 3 | 4 | services: 5 | 6 | db: 7 | image: mysql 8 | command: --default-authentication-plugin=mysql_native_password 9 | restart: always 10 | environment: 11 | MYSQL_ROOT_PASSWORD: example 12 | 13 | adminer: 14 | image: adminer 15 | restart: always 16 | ports: 17 | - 8080:8080 18 | -------------------------------------------------------------------------------- /nats-streaming/README-short.txt: -------------------------------------------------------------------------------- 1 | DEPRECATED; An open-source, high-performance, cloud native messaging streaming system. 2 | -------------------------------------------------------------------------------- /nats-streaming/deprecated.md: -------------------------------------------------------------------------------- 1 | The NATS Streaming Server is being deprecated. Critical bug fixes and security fixes will be applied until June of 2023. NATS enabled applications requiring persistence should use [JetStream](https://docs.nats.io/jetstream/jetstream). 2 | -------------------------------------------------------------------------------- /nats-streaming/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/nats-io/nats-streaming-docker 2 | -------------------------------------------------------------------------------- /nats-streaming/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/nats-io/nats-streaming-server/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /nats-streaming/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/nats-streaming/logo.png -------------------------------------------------------------------------------- /nats-streaming/maintainer.md: -------------------------------------------------------------------------------- 1 | ../nats/maintainer.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/nats/logo.png -------------------------------------------------------------------------------- /nats/maintainer.md: -------------------------------------------------------------------------------- 1 | [the NATS Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/neo4j/logo.png -------------------------------------------------------------------------------- /neo4j/maintainer.md: -------------------------------------------------------------------------------- 1 | [Neo4j](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.debian.org/social_contract#guidelines) for the software contained in this image. 2 | 3 | Additionally, `-nonfree` flavors of the images enable access to materials which are not fully DFSG-compliant, and might have restrictions (e.g. non-commercial) and/or lack original sources. 4 | -------------------------------------------------------------------------------- /neurodebian/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/neurodebian/logo.png -------------------------------------------------------------------------------- /neurodebian/maintainer.md: -------------------------------------------------------------------------------- 1 | [NeuroDebian](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /nextcloud/README-short.txt: -------------------------------------------------------------------------------- 1 | A safe home for all your data 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 | [Nextcloud](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/nginx/logo.png -------------------------------------------------------------------------------- /nginx/maintainer.md: -------------------------------------------------------------------------------- 1 | [the NGINX Docker Maintainers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /nginx/variant-perl.md: -------------------------------------------------------------------------------- 1 | ## `%%IMAGE%%:-perl` / `%%IMAGE%%:-alpine-perl` 2 | 3 | Starting with %%IMAGE%%:1.13.0 / mainline and %%IMAGE%%:1.12.0 / stable, the perl module has been removed from the default images. A separate `-perl` tag variant is available if you wish to use the perl module. 4 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/node/logo.png -------------------------------------------------------------------------------- /node/maintainer.md: -------------------------------------------------------------------------------- 1 | [The Node.js Docker Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /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://raw.githubusercontent.com/odoo/odoo/14.0/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /odoo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/odoo/logo.png -------------------------------------------------------------------------------- /odoo/maintainer.md: -------------------------------------------------------------------------------- 1 | [Odoo](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /open-liberty/README-short.txt: -------------------------------------------------------------------------------- 1 | Open Liberty multi-architecture images based on Ubuntu 18.04 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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/open-liberty/logo.png -------------------------------------------------------------------------------- /open-liberty/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Open Liberty Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /openjdk/README-short.txt: -------------------------------------------------------------------------------- 1 | OpenJDK is an open-source implementation of the Java Platform, Standard Edition 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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/openjdk/logo.png -------------------------------------------------------------------------------- /openjdk/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /openjdk/variant-slim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/oraclelinux/logo.png -------------------------------------------------------------------------------- /oraclelinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Oracle Linux Container Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /oraclelinux/variant-slim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/orientdb/logo.png -------------------------------------------------------------------------------- /orientdb/maintainer.md: -------------------------------------------------------------------------------- 1 | [OrientDB](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /parallel-update.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | set -Eeuo pipefail 3 | 4 | cd "$(dirname "$(readlink -f "$BASH_SOURCE")")" 5 | 6 | images=( */ ) 7 | images=( "${images[@]%/}" ) 8 | 9 | : "${PARALLELISM:=$(( $(nproc) * 2 ))}" 10 | 11 | xargs -rtn1 -P "$PARALLELISM" ./update.sh "$@" <<<"${images[*]}" 12 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/percona/logo.png -------------------------------------------------------------------------------- /percona/maintainer.md: -------------------------------------------------------------------------------- 1 | [Percona](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /percona/stack.yml: -------------------------------------------------------------------------------- 1 | # Use root/example as user/password credentials 2 | version: '3.1' 3 | 4 | services: 5 | 6 | db: 7 | image: percona 8 | restart: always 9 | environment: 10 | MYSQL_ROOT_PASSWORD: example 11 | 12 | adminer: 13 | image: adminer 14 | restart: always 15 | ports: 16 | - 8080:8080 17 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/perl/logo.png -------------------------------------------------------------------------------- /perl/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Perl Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/photon/logo.png -------------------------------------------------------------------------------- /photon/maintainer.md: -------------------------------------------------------------------------------- 1 | [VMware](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /php-zendserver/README-short.txt: -------------------------------------------------------------------------------- 1 | Zend Server - the integrated PHP application platform for mobile and web apps. 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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/php-zendserver/logo.png -------------------------------------------------------------------------------- /php-zendserver/maintainer.md: -------------------------------------------------------------------------------- 1 | [Perforce Software, Inc.](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/php/logo.png -------------------------------------------------------------------------------- /php/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /php/variant-cli.md: -------------------------------------------------------------------------------- 1 | ## `%%IMAGE%%:-cli` 2 | 3 | This variant contains the [PHP CLI](https://secure.php.net/manual/en/features.commandline.php) tool with default mods. If you need a web server, this is probably not the image you are looking for. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as a base from which to build other images. 4 | 5 | It also is the only variant which contains the (not recommended) `php-cgi` binary, which is likely necessary for some things like [PPM](https://github.com/php-pm/php-pm). 6 | 7 | Note that *all* variants of `%%IMAGE%%` contain the PHP CLI (`/usr/local/bin/php`). 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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/phpmyadmin/logo.png -------------------------------------------------------------------------------- /phpmyadmin/maintainer.md: -------------------------------------------------------------------------------- 1 | [phpMyAdmin](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /phpmyadmin/stack.yml: -------------------------------------------------------------------------------- 1 | version: '3.1' 2 | 3 | services: 4 | db: 5 | image: mariadb:10.3 6 | restart: always 7 | environment: 8 | MYSQL_ROOT_PASSWORD: notSecureChangeMe 9 | 10 | phpmyadmin: 11 | image: phpmyadmin 12 | restart: always 13 | ports: 14 | - 8080:80 15 | environment: 16 | - PMA_ARBITRARY=1 17 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/postfixadmin/logo.png -------------------------------------------------------------------------------- /postfixadmin/maintainer.md: -------------------------------------------------------------------------------- 1 | [Postfix Admin](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /postfixadmin/stack.yml: -------------------------------------------------------------------------------- 1 | version: '3' 2 | 3 | services: 4 | db: 5 | image: mysql:5.7 6 | restart: always 7 | environment: 8 | MYSQL_RANDOM_ROOT_PASSWORD: 1 9 | MYSQL_DATABASE: postfixadmin 10 | MYSQL_USER: postfixadmin 11 | MYSQL_PASSWORD: example 12 | 13 | postfixadmin: 14 | depends_on: 15 | - db 16 | image: postfixadmin 17 | ports: 18 | - 8000:80 19 | restart: always 20 | environment: 21 | POSTFIXADMIN_DB_TYPE: mysqli 22 | POSTFIXADMIN_DB_HOST: db 23 | POSTFIXADMIN_DB_USER: postfixadmin 24 | POSTFIXADMIN_DB_NAME: postfixadmin 25 | POSTFIXADMIN_DB_PASSWORD: example 26 | -------------------------------------------------------------------------------- /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-alpine.md: -------------------------------------------------------------------------------- 1 | ### fpm-alpine 2 | 3 | This image has a very small footprint. It is based on Alpine Linux and starts only a PHP FPM process. Use this variant if you already have a seperate webserver. If you need more tools, that are not available on Alpine Linux, use the `fpm` image instead. 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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/postgres/logo.png -------------------------------------------------------------------------------- /postgres/maintainer.md: -------------------------------------------------------------------------------- 1 | [the PostgreSQL Docker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /postgres/stack.yml: -------------------------------------------------------------------------------- 1 | # Use postgres/example user/password credentials 2 | version: '3.1' 3 | 4 | services: 5 | 6 | db: 7 | image: postgres 8 | restart: always 9 | environment: 10 | POSTGRES_PASSWORD: example 11 | 12 | adminer: 13 | image: adminer 14 | restart: always 15 | ports: 16 | - 8080:8080 17 | -------------------------------------------------------------------------------- /push.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -e 3 | 4 | cd "$(dirname "$(readlink -f "$BASH_SOURCE")")" 5 | 6 | #docker pull $(awk '$1 == "FROM" { print $2 }' Dockerfile) 7 | docker build -t docker-library-docs . 8 | test -t 1 && it='-it' || it='-i' 9 | exec docker run "$it" --rm -v "$(pwd)":/wtf -w /wtf -u "$(id -u):$(id -g)" -e TERM --init --entrypoint ./push.pl docker-library-docs "$@" 10 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/pypy/logo.png -------------------------------------------------------------------------------- /pypy/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/python/logo.png -------------------------------------------------------------------------------- /python/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/r-base/logo.png -------------------------------------------------------------------------------- /r-base/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Rocker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/rabbitmq/logo.png -------------------------------------------------------------------------------- /rabbitmq/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/rakudo-star/logo.png -------------------------------------------------------------------------------- /rakudo-star/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Raku Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /redis/README-short.txt: -------------------------------------------------------------------------------- 1 | Redis is an open source key-value store that functions as a data structure server. 2 | -------------------------------------------------------------------------------- /redis/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/redis 2 | -------------------------------------------------------------------------------- /redis/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://redis.io/topics/license) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /redis/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/redis/logo.png -------------------------------------------------------------------------------- /redis/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/redmine/logo.png -------------------------------------------------------------------------------- /redmine/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /redmine/stack.yml: -------------------------------------------------------------------------------- 1 | version: '3.1' 2 | 3 | services: 4 | 5 | redmine: 6 | image: redmine 7 | restart: always 8 | ports: 9 | - 8080:3000 10 | environment: 11 | REDMINE_DB_MYSQL: db 12 | REDMINE_DB_PASSWORD: example 13 | REDMINE_SECRET_KEY_BASE: supersecretkey 14 | 15 | db: 16 | image: mysql:5.7 17 | restart: always 18 | environment: 19 | MYSQL_ROOT_PASSWORD: example 20 | MYSQL_DATABASE: redmine 21 | -------------------------------------------------------------------------------- /registry/README-short.txt: -------------------------------------------------------------------------------- 1 | The Docker Registry 2.0 implementation for storing and distributing Docker images 2 | -------------------------------------------------------------------------------- /registry/get-help.md: -------------------------------------------------------------------------------- 1 | [CNCF community slack](https://slack.cncf.io/), or [Stack Overflow](https://stackoverflow.com/questions/tagged/docker+registry) 2 | 3 | - **Need a free, secure hosted registry?** Try [Docker Hub](https://www.docker.com/pricing). 4 | -------------------------------------------------------------------------------- /registry/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker/distribution-library-image 2 | -------------------------------------------------------------------------------- /registry/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/docker/distribution/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /registry/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/registry/logo.png -------------------------------------------------------------------------------- /registry/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-docker.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/rethinkdb/logo.png -------------------------------------------------------------------------------- /rethinkdb/maintainer.md: -------------------------------------------------------------------------------- 1 | [RethinkDB](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/rockylinux/logo.png -------------------------------------------------------------------------------- /rockylinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [The Rocky Enterprise Software Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/ros/logo.png -------------------------------------------------------------------------------- /ros/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Open Source Robotics Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/ruby/logo.png -------------------------------------------------------------------------------- /ruby/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/rust/logo.png -------------------------------------------------------------------------------- /rust/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Rust Project developers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /sapmachine/README-short.txt: -------------------------------------------------------------------------------- 1 | Official SapMachine Docker Image. 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/license.md: -------------------------------------------------------------------------------- 1 | The Dockerfiles and associated scripts are licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). 2 | 3 | Licenses for the SapMachine product installed within the images: 4 | 5 | SapMachine is licensed under the [GNU General Public License (GPL) version with the "CLASSPATH" exception](%%GITHUB-REPO%%/blob/sapmachine/LICENSE). 6 | -------------------------------------------------------------------------------- /sapmachine/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/sapmachine/logo.png -------------------------------------------------------------------------------- /sapmachine/maintainer.md: -------------------------------------------------------------------------------- 1 | [The SapMachine Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /scratch/README-short.txt: -------------------------------------------------------------------------------- 1 | an explicitly empty image, especially for building images "FROM scratch" 2 | -------------------------------------------------------------------------------- /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/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.silverpeas.org/legal/licensing_gnu_affero.html) for the software contained in this image. 2 | 3 | Silverpeas uses FLOSS softwares. These are (in a non exhaustive list): 4 | 5 | - Libraries under the MIT license like JQuery and Angular JS. 6 | - Libraries and applications under the Apache 2.0 license like the Apache Commons libraries and the Image Magick tool. 7 | - Libraries and applications under the GPL/LGPL license like SWFTools, FlexPaper Flash GPL, LibreOffice, OpenJDK. 8 | -------------------------------------------------------------------------------- /silverpeas/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/silverpeas/logo.png -------------------------------------------------------------------------------- /silverpeas/maintainer.md: -------------------------------------------------------------------------------- 1 | [Silverpeas](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /sl/README-short.txt: -------------------------------------------------------------------------------- 1 | Official containers for Scientific Linux(SL) 2 | -------------------------------------------------------------------------------- /sl/get-help.md: -------------------------------------------------------------------------------- 1 | [SL Faq](https://www.scientificlinux.org/documentation/faq) or [Email Lists](https://www.scientificlinux.org/community) 2 | -------------------------------------------------------------------------------- /sl/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/scientificlinux/sl-docker 2 | -------------------------------------------------------------------------------- /sl/license.md: -------------------------------------------------------------------------------- 1 | By default the SL docker images do not include documentation or license files. If you require them, please remove `tsflags=nodocs` from `/etc/yum.conf` and run `yum reinstall mypackage` to recieve the documentation. 2 | -------------------------------------------------------------------------------- /sl/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/sl/logo.png -------------------------------------------------------------------------------- /sl/maintainer.md: -------------------------------------------------------------------------------- 1 | [Scientific Linux Development Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /solr/README-short.txt: -------------------------------------------------------------------------------- 1 | Solr is the popular, blazing-fast, open source enterprise 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/docker-solr/docker-solr 2 | -------------------------------------------------------------------------------- /solr/license.md: -------------------------------------------------------------------------------- 1 | Solr is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). 2 | 3 | This repository is also licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). 4 | 5 | Copyright 2015-2021 The Apache Software Foundation 6 | 7 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at 8 | 9 | http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. 12 | -------------------------------------------------------------------------------- /solr/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/solr/logo.png -------------------------------------------------------------------------------- /solr/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Apache Solr project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /sonarqube/README-short.txt: -------------------------------------------------------------------------------- 1 | SonarQube is an open source platform for continuous inspection of code quality. -------------------------------------------------------------------------------- /sonarqube/get-help.md: -------------------------------------------------------------------------------- 1 | [the SonarSource Community forum](https://community.sonarsource.com/tags/c/help/sq/docker), [the Docker Community Forums](https://forums.docker.com/), [the Docker Community Slack](https://blog.docker.com/2016/11/introducing-docker-community-directory-docker-community-slack/), or [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=docker) 2 | -------------------------------------------------------------------------------- /sonarqube/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/SonarSource/docker-sonarqube 2 | -------------------------------------------------------------------------------- /sonarqube/license.md: -------------------------------------------------------------------------------- 1 | SonarQube Community Edition is licensed under [GNU Lesser General Public License, Version 3.0](http://www.gnu.org/licenses/lgpl.txt). SonarQube Developer, Enterprise, and Data Center Editions are licensed under [SonarSource Terms and Conditions](https://www.sonarsource.com/docs/sonarsource_terms_and_conditions.pdf). 2 | -------------------------------------------------------------------------------- /sonarqube/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/sonarqube/logo.png -------------------------------------------------------------------------------- /sonarqube/maintainer.md: -------------------------------------------------------------------------------- 1 | [SonarSource](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /storm/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Storm is a free and open source distributed realtime computation system. 2 | -------------------------------------------------------------------------------- /storm/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/31z4/storm-docker 2 | -------------------------------------------------------------------------------- /storm/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://storm.apache.org/about/free-and-open-source.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /storm/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/storm/logo.png -------------------------------------------------------------------------------- /storm/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /storm/stack.yml: -------------------------------------------------------------------------------- 1 | version: '3.1' 2 | 3 | services: 4 | zookeeper: 5 | image: zookeeper 6 | container_name: zookeeper 7 | restart: always 8 | 9 | nimbus: 10 | image: storm 11 | container_name: nimbus 12 | command: storm nimbus 13 | depends_on: 14 | - zookeeper 15 | links: 16 | - zookeeper 17 | restart: always 18 | ports: 19 | - 6627:6627 20 | 21 | supervisor: 22 | image: storm 23 | container_name: supervisor 24 | command: storm supervisor 25 | depends_on: 26 | - nimbus 27 | - zookeeper 28 | links: 29 | - nimbus 30 | - zookeeper 31 | restart: always 32 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/swift/logo.png -------------------------------------------------------------------------------- /swift/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Swift Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /swipl/README-short.txt: -------------------------------------------------------------------------------- 1 | SWI-Prolog offers a comprehensive free Prolog environment. -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/swipl/logo.png -------------------------------------------------------------------------------- /swipl/maintainer.md: -------------------------------------------------------------------------------- 1 | [the SWI-Prolog community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/teamspeak/logo.png -------------------------------------------------------------------------------- /teamspeak/maintainer.md: -------------------------------------------------------------------------------- 1 | TeamSpeak Developers [nwerensteijn](https://github.com/nwerensteijn) and [muenchow](https://github.com/muenchow) 2 | -------------------------------------------------------------------------------- /teamspeak/stack.yml: -------------------------------------------------------------------------------- 1 | version: '3.1' 2 | services: 3 | teamspeak: 4 | image: teamspeak 5 | restart: always 6 | ports: 7 | - 9987:9987/udp 8 | - 10011:10011 9 | - 30033:30033 10 | environment: 11 | TS3SERVER_DB_PLUGIN: ts3db_mariadb 12 | TS3SERVER_DB_SQLCREATEPATH: create_mariadb 13 | TS3SERVER_DB_HOST: db 14 | TS3SERVER_DB_USER: root 15 | TS3SERVER_DB_PASSWORD: example 16 | TS3SERVER_DB_NAME: teamspeak 17 | TS3SERVER_DB_WAITUNTILREADY: 30 18 | TS3SERVER_LICENSE: accept 19 | db: 20 | image: mariadb 21 | restart: always 22 | environment: 23 | MYSQL_ROOT_PASSWORD: example 24 | MYSQL_DATABASE: teamspeak 25 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/telegraf/logo.png -------------------------------------------------------------------------------- /telegraf/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-influxdata.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/tomcat/logo.png -------------------------------------------------------------------------------- /tomcat/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/tomee/logo.png -------------------------------------------------------------------------------- /tomee/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/traefik/logo.png -------------------------------------------------------------------------------- /traefik/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Traefik Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /traefik/variant-alpine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/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://github.com/tianon/docker-brew-ubuntu-core 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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/ubuntu/logo.png -------------------------------------------------------------------------------- /ubuntu/maintainer.md: -------------------------------------------------------------------------------- 1 | [Canonical](https://launchpad.net/cloud-images) and [Tianon (Debian Developer)](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/varnish/logo.png -------------------------------------------------------------------------------- /varnish/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Varnish Docker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /vault/README-short.txt: -------------------------------------------------------------------------------- 1 | Vault is a tool for securely accessing secrets via a unified interface and tight access control. 2 | -------------------------------------------------------------------------------- /vault/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/hashicorp/docker-vault 2 | -------------------------------------------------------------------------------- /vault/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://raw.githubusercontent.com/hashicorp/vault/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /vault/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /vault/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-hashicorp.md -------------------------------------------------------------------------------- /websphere-liberty/README-short.txt: -------------------------------------------------------------------------------- 1 | WebSphere Liberty multi-architecture images based on Ubuntu 18.04 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/license.md: -------------------------------------------------------------------------------- 1 | The Dockerfiles and associated scripts are licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). 2 | 3 | Starting with WebSphere Liberty 18.0.0.3, the WebSphere Liberty Docker images found in Docker Hub contain an International License Agreement for Non-Warranted Programs (ILAN) license which allows entitled WebSphere Liberty customers to use these same images under an International Program License Agreement (IPLA) term. 4 | 5 | For customers that still wish to apply a WebSphere Application Server license to their docker image can do so following [these instructions](https://github.com/WASdev/ci.docker/tree/master/ga/production-upgrade). 6 | -------------------------------------------------------------------------------- /websphere-liberty/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/websphere-liberty/logo.png -------------------------------------------------------------------------------- /websphere-liberty/maintainer.md: -------------------------------------------------------------------------------- 1 | [the IBM WASdev Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/wordpress/logo.png -------------------------------------------------------------------------------- /wordpress/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /wordpress/stack.yml: -------------------------------------------------------------------------------- 1 | version: '3.1' 2 | 3 | services: 4 | 5 | wordpress: 6 | image: wordpress 7 | restart: always 8 | ports: 9 | - 8080:80 10 | environment: 11 | WORDPRESS_DB_HOST: db 12 | WORDPRESS_DB_USER: exampleuser 13 | WORDPRESS_DB_PASSWORD: examplepass 14 | WORDPRESS_DB_NAME: exampledb 15 | volumes: 16 | - wordpress:/var/www/html 17 | 18 | db: 19 | image: mysql:5.7 20 | restart: always 21 | environment: 22 | MYSQL_DATABASE: exampledb 23 | MYSQL_USER: exampleuser 24 | MYSQL_PASSWORD: examplepass 25 | MYSQL_RANDOM_ROOT_PASSWORD: '1' 26 | volumes: 27 | - db:/var/lib/mysql 28 | 29 | volumes: 30 | wordpress: 31 | db: 32 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/xwiki/logo.png -------------------------------------------------------------------------------- /xwiki/maintainer.md: -------------------------------------------------------------------------------- 1 | [the XWiki Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /ymlfmt.sh: -------------------------------------------------------------------------------- 1 | #!/bin/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-yourls 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/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/yourls/logo.png -------------------------------------------------------------------------------- /yourls/maintainer.md: -------------------------------------------------------------------------------- 1 | [YOURLS](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /yourls/stack.yml: -------------------------------------------------------------------------------- 1 | version: '3.1' 2 | 3 | services: 4 | 5 | yourls: 6 | image: yourls 7 | restart: always 8 | ports: 9 | - 8080:80 10 | environment: 11 | YOURLS_DB_PASS: example 12 | YOURLS_SITE: https://example.com 13 | YOURLS_USER: example_username 14 | YOURLS_PASS: example_password 15 | 16 | mysql: 17 | image: mysql 18 | restart: always 19 | environment: 20 | MYSQL_ROOT_PASSWORD: example 21 | MYSQL_DATABASE: yourls 22 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/znc/logo.png -------------------------------------------------------------------------------- /znc/maintainer.md: -------------------------------------------------------------------------------- 1 | [the ZNC Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /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/y9c/docs/86b54b5f18a67802dac17c96310e233f1647630c/zookeeper/logo.png -------------------------------------------------------------------------------- /zookeeper/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md --------------------------------------------------------------------------------