├── .dockerignore ├── openjdk ├── variant-slim.md ├── github-repo ├── maintainer.md ├── README-short.txt ├── logo.png └── license.md ├── logstash ├── variant-alpine.md ├── github-repo ├── maintainer.md ├── README-short.txt ├── logo.png ├── issues.md ├── get-help.md └── license.md ├── oraclelinux ├── variant-slim.md ├── README-short.txt ├── github-repo ├── maintainer.md ├── get-help.md ├── logo.png └── license.md ├── traefik ├── variant-alpine.md ├── README-short.txt ├── maintainer.md ├── github-repo ├── logo.png └── license.md ├── elasticsearch ├── variant-alpine.md ├── maintainer.md ├── github-repo ├── logo.png ├── issues.md ├── README-short.txt ├── get-help.md ├── license.md └── stack.yml ├── debian ├── variant.md ├── github-repo ├── logo.png ├── README-short.txt ├── license.md ├── maintainer.md └── variant-slim.md ├── dart ├── maintainer.md ├── github-repo ├── README-short.txt └── license.md ├── drupal ├── variant-fpm.md ├── github-repo ├── maintainer.md ├── README-short.txt └── license.md ├── gazebo ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── yourls ├── variant-fpm.md ├── maintainer.md ├── github-repo ├── README-short.txt ├── license.md └── stack.yml ├── api-firewall ├── maintainer.md ├── github-repo ├── README-short.txt └── license.md ├── busybox ├── README-short.txt ├── github-repo ├── maintainer.md ├── logo.png ├── license.md ├── variant-musl.md ├── variant-uclibc.md ├── variant-glibc.md └── variant.md ├── docker ├── README-short.txt ├── github-repo ├── maintainer.md ├── logo.png ├── license.md └── variant-windowsservercore.md ├── neo4j ├── maintainer.md ├── github-repo ├── get-help.md ├── logo.png ├── README-short.txt └── license.md ├── odoo ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── wordpress ├── variant-fpm.md ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt ├── license.md └── stack.yml ├── clefos ├── issues.md ├── README-short.txt ├── github-repo ├── maintainer.md ├── logo.png └── license.md ├── crate ├── maintainer.md ├── github-repo ├── README-short.txt ├── license.md └── get-help.md ├── fluentd ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── hylang ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── jobber ├── maintainer.md ├── github-repo ├── license.md ├── README-short.txt └── deprecated.md ├── joomla ├── maintainer.md ├── github-repo ├── README-short.txt ├── logo.png ├── license.md └── stack.yml ├── kong ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── mono ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── nats-streaming ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt ├── license.md └── deprecated.md ├── nginx ├── README-short.txt ├── github-repo ├── maintainer.md ├── logo.png ├── license.md └── variant-perl.md ├── percona ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt ├── license.md ├── issues.md └── stack.yml ├── photon ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── solr ├── github-repo ├── maintainer.md ├── logo.png ├── get-help.md ├── issues.md └── README-short.txt ├── znc ├── github-repo ├── README-short.txt ├── maintainer.md ├── logo.png ├── license.md └── variant-slim.md ├── alt ├── README-short.txt ├── github-repo ├── maintainer.md ├── logo.png ├── license.md └── issues.md ├── arangodb ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── backdrop ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── bash ├── github-repo ├── README-short.txt ├── logo.png ├── license.md └── maintainer.md ├── convertigo ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── emqx ├── github-repo ├── maintainer.md ├── README-short.txt ├── get-help.md └── license.md ├── friendica ├── maintainer.md ├── README-short.txt ├── github-repo └── license.md ├── gcc ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── httpd ├── README-short.txt ├── github-repo ├── maintainer.md ├── logo.png └── license.md ├── irssi ├── github-repo ├── README-short.txt ├── logo.png ├── license.md └── maintainer.md ├── kibana ├── github-repo ├── maintainer.md ├── logo.png ├── issues.md ├── README-short.txt ├── get-help.md ├── license.md └── stack.yml ├── mageia ├── README-short.txt ├── maintainer.md ├── github-repo ├── logo.png └── license.md ├── maven ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── monica ├── github-repo ├── maintainer.md ├── README-short.txt └── license.md ├── nats ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── nextcloud ├── maintainer.md ├── README-short.txt ├── github-repo └── license.md ├── node ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── orientdb ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── perl ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── php ├── github-repo ├── maintainer.md ├── logo.png ├── license.md ├── README-short.txt ├── variant.md └── variant-cli.md ├── phpmyadmin ├── maintainer.md ├── github-repo ├── README-short.txt ├── logo.png ├── license.md └── stack.yml ├── plone ├── maintainer.md ├── github-repo ├── README-short.txt └── license.md ├── rakudo-star ├── github-repo ├── maintainer.md ├── README-short.txt ├── logo.png └── license.md ├── rethinkdb ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── ros ├── github-repo ├── logo.png ├── maintainer.md ├── README-short.txt └── license.md ├── silverpeas ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt ├── get-help.md └── license.md ├── sonarqube ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt ├── license.md └── get-help.md ├── storm ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt ├── license.md └── stack.yml ├── aerospike ├── maintainer.md ├── logo.png ├── github-repo ├── issues.md ├── README-short.txt └── license.md ├── centos ├── maintainer.md ├── README-short.txt ├── github-repo ├── logo.png ├── issues.md ├── license.md └── deprecated.md ├── composer ├── github-repo ├── README-short.txt ├── logo.png ├── maintainer.md └── license.md ├── couchbase ├── github-repo ├── maintainer.md ├── logo.png └── README-short.txt ├── couchdb ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── eclipse-temurin ├── maintainer.md ├── github-repo ├── README-short.txt ├── logo.png ├── get-help.md ├── license.md └── issues.md ├── elixir ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── fedora ├── README-short.txt ├── github-repo ├── maintainer.md ├── logo.png ├── license.md ├── issues.md └── content.md ├── flink ├── github-repo ├── issues.md ├── logo.png ├── maintainer.md ├── README-short.txt ├── get-help.md ├── license.md └── content.md ├── ghost ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── golang ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── groovy ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── haxe ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── hitch ├── github-repo ├── maintainer.md ├── README-short.txt └── license.md ├── jetty ├── github-repo ├── maintainer.md ├── README-short.txt ├── logo.png └── license.md ├── jruby ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── julia ├── github-repo ├── maintainer.md ├── logo.png ├── license.md └── README-short.txt ├── matomo ├── github-repo ├── logo.png ├── maintainer.md ├── README-short.txt └── license.md ├── mongo ├── github-repo ├── maintainer.md ├── README-short.txt ├── license.md └── stack.yml ├── mysql ├── github-repo ├── logo.png ├── maintainer.md ├── README-short.txt ├── license.md └── stack.yml ├── neurodebian ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── notary ├── maintainer.md ├── github-repo ├── README-short.txt └── license.md ├── postfixadmin ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt ├── variant-apache.md ├── variant-fpm.md ├── license.md ├── variant-fpm-alpine.md └── stack.yml ├── pypy ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── python ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── r-base ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt ├── issues.md └── license.md ├── redis ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── registry ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt ├── license.md └── get-help.md ├── rocket.chat ├── maintainer.md ├── README-short.txt ├── github-repo └── license.md ├── ruby ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── rust ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── sapmachine ├── get-help.md ├── github-repo ├── maintainer.md ├── README-short.txt ├── logo.png ├── issues.md └── license.md ├── sl ├── github-repo ├── README-short.txt ├── maintainer.md ├── logo.png ├── get-help.md └── license.md ├── swift ├── github-repo ├── maintainer.md ├── logo.png ├── issues.md ├── get-help.md ├── README-short.txt └── license.md ├── tomcat ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── tomee ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── vault ├── github-repo ├── maintainer.md ├── README-short.txt ├── license.md ├── deprecated.md └── logo.svg ├── xwiki ├── github-repo ├── maintainer.md ├── README-short.txt ├── logo.png ├── issues.md ├── get-help.md └── license.md ├── adminer ├── github-repo ├── README-short.txt ├── logo.png ├── maintainer.md ├── license.md └── stack.yml ├── almalinux ├── README-short.txt ├── github-repo ├── maintainer.md ├── logo.png ├── issues.md └── license.md ├── alpine ├── github-repo ├── logo.png ├── maintainer.md ├── license.md └── README-short.txt ├── amazoncorretto ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── bonita ├── github-repo ├── maintainer.md ├── logo.png ├── issues.md ├── README-short.txt ├── get-help.md └── license.md ├── caddy ├── github-repo ├── maintainer.md ├── get-help.md ├── logo.png ├── logo-120.png ├── README-short.txt └── license.md ├── cassandra ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── cirros ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt ├── license.md └── content.md ├── clearlinux ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── clojure ├── github-repo ├── maintainer.md ├── README-short.txt ├── logo.png └── license.md ├── consul ├── github-repo ├── maintainer.md ├── README-short.txt ├── license.md └── deprecated.md ├── eggdrop ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── erlang ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── gradle ├── github-repo ├── logo.png ├── license.md ├── README-short.txt └── maintainer.md ├── haproxy ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── haskell ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt ├── license.md └── variant-slim.md ├── ibmjava ├── github-repo ├── maintainer.md ├── README-short.txt ├── issues.md ├── get-help.md └── license.md ├── influxdb ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt ├── license.md └── variant-data.md ├── kapacitor ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── mariadb ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt ├── license.md ├── issues.md ├── stack.yml └── get-help.md ├── memcached ├── maintainer.md ├── github-repo ├── README-short.txt └── license.md ├── mongo-express ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── postgres ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt ├── license.md └── stack.yml ├── rabbitmq ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── redmine ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt ├── license.md └── stack.yml ├── rockylinux ├── README-short.txt ├── github-repo ├── maintainer.md ├── logo.png ├── issues.md └── license.md ├── spiped ├── github-repo ├── README-short.txt ├── license.md └── maintainer.md ├── swipl ├── github-repo ├── maintainer.md ├── README-short.txt ├── logo.png └── license.md ├── telegraf ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── varnish ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── zookeeper ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── amazonlinux ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt ├── issues.md └── license.md ├── archlinux ├── github-repo ├── issues.md ├── logo.png ├── README-short.txt ├── license.md └── maintainer.md ├── chronograf ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt └── license.md ├── eclipse-mosquitto ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── geonetwork ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt ├── license.md ├── stack.yml └── variant.md ├── hello-world ├── github-repo ├── maintainer.md ├── README-short.txt ├── logo.png └── license.md ├── lightstreamer ├── github-repo ├── maintainer.md ├── logo.png ├── README-short.txt └── license.md ├── mediawiki ├── github-repo ├── maintainer.md ├── README-short.txt ├── issues.md └── license.md ├── open-liberty ├── github-repo ├── maintainer.md ├── README-short.txt ├── get-help.md ├── logo.png └── license.md ├── satosa ├── github-repo ├── maintainer.md ├── README-short.txt ├── license.md └── get-help.md ├── websphere-liberty ├── github-repo ├── maintainer.md ├── get-help.md ├── README-short.txt ├── logo.png └── license.md ├── .common-templates ├── maintainer-docker.md ├── maintainer-hashicorp.md ├── maintainer-influxdata.md └── maintainer-community.md ├── express-gateway ├── maintainer.md ├── github-repo ├── logo.png ├── README-short.txt ├── license.md └── deprecated.md ├── ibm-semeru-runtimes ├── maintainer.md ├── github-repo ├── README-short.txt ├── issues.md └── license.md ├── php-zendserver ├── maintainer.md ├── github-repo ├── issues.md ├── logo.png ├── license.md └── README-short.txt ├── ubuntu ├── github-repo ├── logo.png ├── README-short.txt ├── issues.md ├── maintainer.md └── license.md ├── .template-helpers ├── issues.md ├── compose.md ├── get-help.md ├── variant-slim.md ├── autogenerated-warning.md ├── stack.md ├── variant-default-ubuntu.md ├── variant-default-buildpack-deps.md ├── variant-default-debian.md ├── variant.md └── license-common.md ├── teamspeak ├── logo.png ├── github-repo ├── README-short.txt ├── maintainer.md ├── license.md └── stack.yml ├── scratch └── README-short.txt ├── ymlfmt.sh ├── markdownfmt.sh ├── parallel-update.sh ├── push.sh └── .ci ├── check-markdownfmt.sh ├── check-short.sh ├── check-ymlfmt.sh ├── check-required-files.sh ├── check-pr-no-readme.sh └── get-markdownfmt.sh /.dockerignore: -------------------------------------------------------------------------------- 1 | .git 2 | -------------------------------------------------------------------------------- /openjdk/variant-slim.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /logstash/variant-alpine.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /oraclelinux/variant-slim.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /traefik/variant-alpine.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /elasticsearch/variant-alpine.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /debian/variant.md: -------------------------------------------------------------------------------- 1 | # Image Variants 2 | -------------------------------------------------------------------------------- /dart/maintainer.md: -------------------------------------------------------------------------------- 1 | The Dart Docker Team 2 | -------------------------------------------------------------------------------- /drupal/variant-fpm.md: -------------------------------------------------------------------------------- 1 | ../php/variant-fpm.md -------------------------------------------------------------------------------- /gazebo/maintainer.md: -------------------------------------------------------------------------------- 1 | ../ros/maintainer.md -------------------------------------------------------------------------------- /yourls/variant-fpm.md: -------------------------------------------------------------------------------- 1 | ../php/variant-fpm.md -------------------------------------------------------------------------------- /api-firewall/maintainer.md: -------------------------------------------------------------------------------- 1 | The Wallarm Team 2 | -------------------------------------------------------------------------------- /busybox/README-short.txt: -------------------------------------------------------------------------------- 1 | Busybox base image. 2 | -------------------------------------------------------------------------------- /docker/README-short.txt: -------------------------------------------------------------------------------- 1 | Docker in Docker! 2 | -------------------------------------------------------------------------------- /neo4j/maintainer.md: -------------------------------------------------------------------------------- 1 | [Neo4j](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /odoo/maintainer.md: -------------------------------------------------------------------------------- 1 | [Odoo](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /wordpress/variant-fpm.md: -------------------------------------------------------------------------------- 1 | ../php/variant-fpm.md -------------------------------------------------------------------------------- /clefos/issues.md: -------------------------------------------------------------------------------- 1 | [GitHub](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /crate/maintainer.md: -------------------------------------------------------------------------------- 1 | [Crate.io](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /fluentd/maintainer.md: -------------------------------------------------------------------------------- 1 | [Fluentd](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /hylang/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/hylang/hy 2 | -------------------------------------------------------------------------------- /jobber/maintainer.md: -------------------------------------------------------------------------------- 1 | [Jobber](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /joomla/maintainer.md: -------------------------------------------------------------------------------- 1 | [Joomla!](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /kong/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/kong/kong 2 | -------------------------------------------------------------------------------- /mono/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/mono/docker 2 | -------------------------------------------------------------------------------- /nats-streaming/maintainer.md: -------------------------------------------------------------------------------- 1 | ../nats/maintainer.md -------------------------------------------------------------------------------- /nginx/README-short.txt: -------------------------------------------------------------------------------- 1 | Official build of Nginx. 2 | -------------------------------------------------------------------------------- /odoo/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/odoo/docker 2 | -------------------------------------------------------------------------------- /percona/maintainer.md: -------------------------------------------------------------------------------- 1 | [Percona](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /photon/maintainer.md: -------------------------------------------------------------------------------- 1 | [VMware](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /solr/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/apache/solr 2 | -------------------------------------------------------------------------------- /yourls/maintainer.md: -------------------------------------------------------------------------------- 1 | [YOURLS](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /znc/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/znc/znc-docker 2 | -------------------------------------------------------------------------------- /alt/README-short.txt: -------------------------------------------------------------------------------- 1 | The official build of ALT Linux. 2 | -------------------------------------------------------------------------------- /arangodb/maintainer.md: -------------------------------------------------------------------------------- 1 | [ArangoDB](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /backdrop/maintainer.md: -------------------------------------------------------------------------------- 1 | [Backdrop Ops](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /bash/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/tianon/docker-bash 2 | -------------------------------------------------------------------------------- /clefos/README-short.txt: -------------------------------------------------------------------------------- 1 | The official build of ClefOS. 2 | -------------------------------------------------------------------------------- /clefos/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/nealef/clefos 2 | -------------------------------------------------------------------------------- /convertigo/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/convertigo/docker -------------------------------------------------------------------------------- /convertigo/maintainer.md: -------------------------------------------------------------------------------- 1 | [Convertigo](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /emqx/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/emqx/emqx-docker 2 | -------------------------------------------------------------------------------- /friendica/maintainer.md: -------------------------------------------------------------------------------- 1 | [nupplaPhil](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /gcc/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/gcc 2 | -------------------------------------------------------------------------------- /httpd/README-short.txt: -------------------------------------------------------------------------------- 1 | The Apache HTTP Server Project 2 | -------------------------------------------------------------------------------- /irssi/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/jessfraz/irssi 2 | -------------------------------------------------------------------------------- /kibana/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/elastic/kibana 2 | -------------------------------------------------------------------------------- /mageia/README-short.txt: -------------------------------------------------------------------------------- 1 | Official Mageia base image 2 | -------------------------------------------------------------------------------- /maven/maintainer.md: -------------------------------------------------------------------------------- 1 | [Carlos Sanchez](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /monica/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/monicahq/docker 2 | -------------------------------------------------------------------------------- /monica/maintainer.md: -------------------------------------------------------------------------------- 1 | [Monica Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /mono/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Mono Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /nats/maintainer.md: -------------------------------------------------------------------------------- 1 | [the NATS Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /nextcloud/maintainer.md: -------------------------------------------------------------------------------- 1 | [Nextcloud](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /node/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/nodejs/docker-node 2 | -------------------------------------------------------------------------------- /orientdb/maintainer.md: -------------------------------------------------------------------------------- 1 | [OrientDB](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /perl/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/Perl/docker-perl 2 | -------------------------------------------------------------------------------- /php/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/php 2 | -------------------------------------------------------------------------------- /phpmyadmin/maintainer.md: -------------------------------------------------------------------------------- 1 | [phpMyAdmin](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /plone/maintainer.md: -------------------------------------------------------------------------------- 1 | [Plone Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /rakudo-star/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/Raku/docker 2 | -------------------------------------------------------------------------------- /rethinkdb/maintainer.md: -------------------------------------------------------------------------------- 1 | [RethinkDB](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /ros/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/osrf/docker_images 2 | -------------------------------------------------------------------------------- /silverpeas/maintainer.md: -------------------------------------------------------------------------------- 1 | [Silverpeas](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /sonarqube/maintainer.md: -------------------------------------------------------------------------------- 1 | [SonarSource](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /storm/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/31z4/storm-docker 2 | -------------------------------------------------------------------------------- /yourls/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/YOURLS/docker 2 | -------------------------------------------------------------------------------- /znc/README-short.txt: -------------------------------------------------------------------------------- 1 | ZNC - An advanced IRC bouncer 2 | -------------------------------------------------------------------------------- /znc/maintainer.md: -------------------------------------------------------------------------------- 1 | [the ZNC Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /aerospike/maintainer.md: -------------------------------------------------------------------------------- 1 | [Aerospike, Inc.](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /api-firewall/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/wallarm/api-firewall -------------------------------------------------------------------------------- /centos/maintainer.md: -------------------------------------------------------------------------------- 1 | [The CentOS Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /clefos/maintainer.md: -------------------------------------------------------------------------------- 1 | [The ClefOS Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /composer/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/composer/docker 2 | -------------------------------------------------------------------------------- /couchbase/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/couchbase/docker 2 | -------------------------------------------------------------------------------- /couchdb/maintainer.md: -------------------------------------------------------------------------------- 1 | [Apache CouchDB](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /crate/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/crate/docker-crate 2 | -------------------------------------------------------------------------------- /dart/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/dart-lang/dart-docker 2 | -------------------------------------------------------------------------------- /docker/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/docker 2 | -------------------------------------------------------------------------------- /drupal/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/drupal 2 | -------------------------------------------------------------------------------- /eclipse-temurin/maintainer.md: -------------------------------------------------------------------------------- 1 | [Adoptium](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /elixir/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/erlef/docker-elixir 2 | -------------------------------------------------------------------------------- /fedora/README-short.txt: -------------------------------------------------------------------------------- 1 | Official Docker builds of Fedora 2 | -------------------------------------------------------------------------------- /flink/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/apache/flink-docker 2 | -------------------------------------------------------------------------------- /flink/issues.md: -------------------------------------------------------------------------------- 1 | https://issues.apache.org/jira/browse/FLINK 2 | -------------------------------------------------------------------------------- /friendica/README-short.txt: -------------------------------------------------------------------------------- 1 | Welcome to the free social web. 2 | -------------------------------------------------------------------------------- /friendica/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/friendica/docker 2 | -------------------------------------------------------------------------------- /gazebo/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/osrf/docker_images 2 | -------------------------------------------------------------------------------- /gcc/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /ghost/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/ghost 2 | -------------------------------------------------------------------------------- /ghost/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /golang/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/golang 2 | -------------------------------------------------------------------------------- /groovy/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/groovy/docker-groovy 2 | -------------------------------------------------------------------------------- /haxe/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Haxe Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /hitch/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/varnish/docker-hitch 2 | -------------------------------------------------------------------------------- /httpd/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/httpd 2 | -------------------------------------------------------------------------------- /httpd/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /irssi/README-short.txt: -------------------------------------------------------------------------------- 1 | irssi - The IRC client of the future 2 | -------------------------------------------------------------------------------- /jetty/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/eclipse/jetty.docker 2 | -------------------------------------------------------------------------------- /jetty/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /joomla/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/joomla/docker-joomla 2 | -------------------------------------------------------------------------------- /jruby/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/jruby/docker-jruby 2 | -------------------------------------------------------------------------------- /jruby/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /julia/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/julia 2 | -------------------------------------------------------------------------------- /julia/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /kibana/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Elastic Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /logstash/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/elastic/logstash 2 | -------------------------------------------------------------------------------- /logstash/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Elastic Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /mageia/maintainer.md: -------------------------------------------------------------------------------- 1 | [Mageia Developers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /matomo/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/matomo-org/docker 2 | -------------------------------------------------------------------------------- /maven/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/carlossg/docker-maven 2 | -------------------------------------------------------------------------------- /mongo/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/mongo 2 | -------------------------------------------------------------------------------- /mongo/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /mysql/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/mysql 2 | -------------------------------------------------------------------------------- /nats/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/nats-io/nats-docker 2 | -------------------------------------------------------------------------------- /neo4j/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/neo4j/docker-neo4j 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /nginx/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/nginxinc/docker-nginx 2 | -------------------------------------------------------------------------------- /notary/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-docker.md -------------------------------------------------------------------------------- /perl/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Perl Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /php/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /phpmyadmin/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/phpmyadmin/docker 2 | -------------------------------------------------------------------------------- /plone/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/plone/plone.docker 2 | -------------------------------------------------------------------------------- /postfixadmin/maintainer.md: -------------------------------------------------------------------------------- 1 | [Postfix Admin](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /pypy/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/pypy 2 | -------------------------------------------------------------------------------- /pypy/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /python/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/python 2 | -------------------------------------------------------------------------------- /r-base/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/rocker-org/rocker 2 | -------------------------------------------------------------------------------- /redis/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/redis 2 | -------------------------------------------------------------------------------- /redis/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /registry/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-docker.md -------------------------------------------------------------------------------- /rocket.chat/maintainer.md: -------------------------------------------------------------------------------- 1 | [Rocket.Chat](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /ruby/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/ruby 2 | -------------------------------------------------------------------------------- /ruby/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /rust/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/rust-lang/docker-rust 2 | -------------------------------------------------------------------------------- /sapmachine/get-help.md: -------------------------------------------------------------------------------- 1 | send an email to sapmachine@sap.com 2 | -------------------------------------------------------------------------------- /sapmachine/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/SAP/SapMachine 2 | -------------------------------------------------------------------------------- /sl/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/scientificlinux/sl-docker 2 | -------------------------------------------------------------------------------- /storm/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /swift/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/apple/swift-docker 2 | -------------------------------------------------------------------------------- /swift/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Swift Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /tomcat/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/tomcat 2 | -------------------------------------------------------------------------------- /tomee/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/tomitribe/docker-tomee 2 | -------------------------------------------------------------------------------- /tomee/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /vault/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/hashicorp/docker-vault 2 | -------------------------------------------------------------------------------- /vault/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-hashicorp.md -------------------------------------------------------------------------------- /xwiki/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/xwiki-contrib/docker-xwiki -------------------------------------------------------------------------------- /xwiki/maintainer.md: -------------------------------------------------------------------------------- 1 | [the XWiki Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /adminer/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/TimWolla/docker-adminer 2 | -------------------------------------------------------------------------------- /almalinux/README-short.txt: -------------------------------------------------------------------------------- 1 | The official build of AlmaLinux OS. 2 | -------------------------------------------------------------------------------- /almalinux/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/AlmaLinux/docker-images 2 | -------------------------------------------------------------------------------- /alpine/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/alpinelinux/docker-alpine 2 | -------------------------------------------------------------------------------- /alt/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/alt-cloud/docker-brew-alt 2 | -------------------------------------------------------------------------------- /alt/maintainer.md: -------------------------------------------------------------------------------- 1 | [The ALT Linux Team Cloud](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /amazoncorretto/maintainer.md: -------------------------------------------------------------------------------- 1 | [the AWS JDK team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /arangodb/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/arangodb/arangodb-docker 2 | -------------------------------------------------------------------------------- /bonita/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/bonitasoft/bonita-distrib 2 | -------------------------------------------------------------------------------- /bonita/maintainer.md: -------------------------------------------------------------------------------- 1 | [Bonitasoft Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /busybox/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/busybox 2 | -------------------------------------------------------------------------------- /busybox/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /caddy/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/caddyserver/caddy-docker 2 | -------------------------------------------------------------------------------- /cassandra/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /cirros/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/tianon/docker-brew-cirros 2 | -------------------------------------------------------------------------------- /cirros/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /clearlinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [Intel Corporation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /clojure/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/Quantisan/docker-clojure 2 | -------------------------------------------------------------------------------- /clojure/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /consul/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/hashicorp/docker-consul 2 | -------------------------------------------------------------------------------- /consul/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-hashicorp.md -------------------------------------------------------------------------------- /couchdb/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/apache/couchdb-docker 2 | -------------------------------------------------------------------------------- /eggdrop/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/eggheads/eggdrop-docker 2 | -------------------------------------------------------------------------------- /elasticsearch/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Elastic Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /emqx/maintainer.md: -------------------------------------------------------------------------------- 1 | [EMQ Technologies](https://github.com/emqx) 2 | -------------------------------------------------------------------------------- /erlang/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/erlang/docker-erlang-otp 2 | -------------------------------------------------------------------------------- /erlang/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /golang/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /gradle/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/keeganwitt/docker-gradle 2 | -------------------------------------------------------------------------------- /haproxy/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/haproxy 2 | -------------------------------------------------------------------------------- /haproxy/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /haskell/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/haskell/docker-haskell 2 | -------------------------------------------------------------------------------- /haskell/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /ibmjava/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/ibmruntimes/ci.docker 2 | -------------------------------------------------------------------------------- /influxdb/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-influxdata.md -------------------------------------------------------------------------------- /jobber/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/dshearer/jobber-docker 2 | -------------------------------------------------------------------------------- /kapacitor/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-influxdata.md -------------------------------------------------------------------------------- /mariadb/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/MariaDB/mariadb-docker 2 | -------------------------------------------------------------------------------- /memcached/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /mongo-express/maintainer.md: -------------------------------------------------------------------------------- 1 | [mongo-express](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /node/maintainer.md: -------------------------------------------------------------------------------- 1 | [The Node.js Docker Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /openjdk/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/openjdk 2 | -------------------------------------------------------------------------------- /openjdk/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /percona/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/percona/percona-docker 2 | -------------------------------------------------------------------------------- /photon/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/vmware/photon-docker-image 2 | -------------------------------------------------------------------------------- /postfixadmin/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/postfixadmin/docker 2 | -------------------------------------------------------------------------------- /postgres/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/postgres 2 | -------------------------------------------------------------------------------- /python/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /r-base/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Rocker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /rabbitmq/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/rabbitmq 2 | -------------------------------------------------------------------------------- /rabbitmq/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /rakudo-star/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Raku Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /redmine/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/redmine 2 | -------------------------------------------------------------------------------- /redmine/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /rockylinux/README-short.txt: -------------------------------------------------------------------------------- 1 | The official build of Rocky Linux. 2 | -------------------------------------------------------------------------------- /sapmachine/maintainer.md: -------------------------------------------------------------------------------- 1 | [The SapMachine Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /sl/README-short.txt: -------------------------------------------------------------------------------- 1 | Official containers for Scientific Linux(SL) 2 | -------------------------------------------------------------------------------- /solr/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Apache Solr project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /spiped/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/TimWolla/docker-spiped 2 | -------------------------------------------------------------------------------- /swipl/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/SWI-Prolog/docker-swipl 2 | -------------------------------------------------------------------------------- /swipl/maintainer.md: -------------------------------------------------------------------------------- 1 | [the SWI-Prolog community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /telegraf/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-influxdata.md -------------------------------------------------------------------------------- /tomcat/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /traefik/README-short.txt: -------------------------------------------------------------------------------- 1 | Traefik, The Cloud Native Edge Router 2 | -------------------------------------------------------------------------------- /traefik/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Traefik Project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /varnish/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/varnish/docker-varnish 2 | -------------------------------------------------------------------------------- /wordpress/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /zookeeper/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/31z4/zookeeper-docker 2 | -------------------------------------------------------------------------------- /zookeeper/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /adminer/README-short.txt: -------------------------------------------------------------------------------- 1 | Database management in a single PHP file. 2 | -------------------------------------------------------------------------------- /amazonlinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Amazon Linux Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /archlinux/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/archlinux/archlinux-docker 2 | -------------------------------------------------------------------------------- /backdrop/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/backdrop-ops/backdrop-docker 2 | -------------------------------------------------------------------------------- /bash/README-short.txt: -------------------------------------------------------------------------------- 1 | Bash is the GNU Project's Bourne Again SHell 2 | -------------------------------------------------------------------------------- /caddy/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Caddy Docker Maintainers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /cassandra/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/cassandra 2 | -------------------------------------------------------------------------------- /centos/README-short.txt: -------------------------------------------------------------------------------- 1 | DEPRECATED; The official build of CentOS. 2 | -------------------------------------------------------------------------------- /chronograf/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-influxdata.md -------------------------------------------------------------------------------- /couchbase/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Couchbase Docker Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /eclipse-mosquitto/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/eclipse/mosquitto 2 | -------------------------------------------------------------------------------- /eclipse-temurin/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/adoptium/containers 2 | -------------------------------------------------------------------------------- /elasticsearch/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/elastic/elasticsearch 2 | -------------------------------------------------------------------------------- /fedora/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/fedora-cloud/docker-brew-fedora 2 | -------------------------------------------------------------------------------- /fedora/maintainer.md: -------------------------------------------------------------------------------- 1 | [Fedora Release Engineering](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /fluentd/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/fluent/fluentd-docker-image 2 | -------------------------------------------------------------------------------- /geonetwork/maintainer.md: -------------------------------------------------------------------------------- 1 | [GeoNetwork opensource](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /groovy/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Apache Groovy project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /hello-world/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/hello-world 2 | -------------------------------------------------------------------------------- /hello-world/maintainer.md: -------------------------------------------------------------------------------- 1 | ../.common-templates/maintainer-community.md -------------------------------------------------------------------------------- /hitch/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Hitch Docker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /hylang/maintainer.md: -------------------------------------------------------------------------------- 1 | [Paul Tagliamonte, Hy BDFL](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /ibmjava/maintainer.md: -------------------------------------------------------------------------------- 1 | [IBM Runtime Technologies](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /influxdb/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/influxdata-docker 2 | -------------------------------------------------------------------------------- /kapacitor/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/influxdata-docker 2 | -------------------------------------------------------------------------------- /kong/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Kong Docker Maintainers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /lightstreamer/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/Lightstreamer/Docker 2 | -------------------------------------------------------------------------------- /mariadb/maintainer.md: -------------------------------------------------------------------------------- 1 | [MariaDB developer community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /mediawiki/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/wikimedia/mediawiki-docker 2 | -------------------------------------------------------------------------------- /memcached/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/memcached 2 | -------------------------------------------------------------------------------- /monica/README-short.txt: -------------------------------------------------------------------------------- 1 | Monica – the Personal Relationship Manager. 2 | -------------------------------------------------------------------------------- /neurodebian/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/neurodebian/dockerfiles 2 | -------------------------------------------------------------------------------- /nginx/maintainer.md: -------------------------------------------------------------------------------- 1 | [the NGINX Docker Maintainers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /notary/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker/notary-official-images 2 | -------------------------------------------------------------------------------- /open-liberty/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/OpenLiberty/ci.docker 2 | -------------------------------------------------------------------------------- /oraclelinux/README-short.txt: -------------------------------------------------------------------------------- 1 | Official Docker builds of Oracle Linux. 2 | -------------------------------------------------------------------------------- /oraclelinux/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/oracle/container-images 2 | -------------------------------------------------------------------------------- /rocket.chat/README-short.txt: -------------------------------------------------------------------------------- 1 | The Complete Open Source Chat Solution 2 | -------------------------------------------------------------------------------- /rust/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Rust Project developers](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /satosa/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/IdentityPython/satosa-docker 2 | -------------------------------------------------------------------------------- /satosa/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Identity Python project](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /sl/maintainer.md: -------------------------------------------------------------------------------- 1 | [Scientific Linux Development Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /sonarqube/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/SonarSource/docker-sonarqube 2 | -------------------------------------------------------------------------------- /telegraf/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/influxdata-docker 2 | -------------------------------------------------------------------------------- /traefik/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/traefik/traefik-library-image 2 | -------------------------------------------------------------------------------- /varnish/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Varnish Docker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /websphere-liberty/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/WASdev/ci.docker 2 | -------------------------------------------------------------------------------- /wordpress/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker-library/wordpress 2 | -------------------------------------------------------------------------------- /xwiki/README-short.txt: -------------------------------------------------------------------------------- 1 | XWiki: The Advanced Open Source Enterprise Wiki. -------------------------------------------------------------------------------- /.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 | -------------------------------------------------------------------------------- /almalinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [The AlmaLinux OS Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /alt/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/alt/logo.png -------------------------------------------------------------------------------- /amazoncorretto/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/corretto/corretto-docker 2 | -------------------------------------------------------------------------------- /amazonlinux/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/aws/amazon-linux-docker-images 2 | -------------------------------------------------------------------------------- /bash/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/bash/logo.png -------------------------------------------------------------------------------- /caddy/get-help.md: -------------------------------------------------------------------------------- 1 | [the Caddy Community Forums](https://caddy.community) 2 | -------------------------------------------------------------------------------- /centos/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/CentOS/sig-cloud-instance-images 2 | -------------------------------------------------------------------------------- /chronograf/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/influxdata/influxdata-docker 2 | -------------------------------------------------------------------------------- /docker/maintainer.md: -------------------------------------------------------------------------------- 1 | [Tianon (of the Docker Project)](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /eclipse-mosquitto/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Eclipse Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /eggdrop/maintainer.md: -------------------------------------------------------------------------------- 1 | [Eggheads (the Eggdrop community)](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /elixir/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Erlang Ecosystem Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /express-gateway/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Express Gateway Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /gcc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/gcc/logo.png -------------------------------------------------------------------------------- /geonetwork/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/geonetwork/docker-geonetwork 2 | -------------------------------------------------------------------------------- /haxe/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/HaxeFoundation/docker-library-haxe 2 | -------------------------------------------------------------------------------- /haxe/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/haxe/logo.png -------------------------------------------------------------------------------- /ibm-semeru-runtimes/maintainer.md: -------------------------------------------------------------------------------- 1 | [IBM Semeru Runtimes](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /kong/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/kong/logo.png -------------------------------------------------------------------------------- /logstash/README-short.txt: -------------------------------------------------------------------------------- 1 | Logstash is a tool for managing events and logs. 2 | -------------------------------------------------------------------------------- /mageia/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/juanluisbaptiste/docker-brew-mageia 2 | -------------------------------------------------------------------------------- /mono/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/mono/logo.png -------------------------------------------------------------------------------- /nats/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/nats/logo.png -------------------------------------------------------------------------------- /neo4j/get-help.md: -------------------------------------------------------------------------------- 1 | [Neo4j Community Forums](https://community.neo4j.com) 2 | -------------------------------------------------------------------------------- /node/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/node/logo.png -------------------------------------------------------------------------------- /odoo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/odoo/logo.png -------------------------------------------------------------------------------- /open-liberty/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Open Liberty Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /openjdk/README-short.txt: -------------------------------------------------------------------------------- 1 | Pre-release / non-production builds of OpenJDK 2 | -------------------------------------------------------------------------------- /orientdb/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/orientechnologies/orientdb-docker 2 | -------------------------------------------------------------------------------- /perl/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/perl/logo.png -------------------------------------------------------------------------------- /php-zendserver/maintainer.md: -------------------------------------------------------------------------------- 1 | [Perforce Software, Inc.](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /php/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/php/logo.png -------------------------------------------------------------------------------- /postgres/maintainer.md: -------------------------------------------------------------------------------- 1 | [the PostgreSQL Docker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /pypy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/pypy/logo.png -------------------------------------------------------------------------------- /registry/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/docker/distribution-library-image 2 | -------------------------------------------------------------------------------- /rethinkdb/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/rethinkdb/rethinkdb-dockerfiles 2 | -------------------------------------------------------------------------------- /ros/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/ros/logo.png -------------------------------------------------------------------------------- /ros/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Open Source Robotics Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /ruby/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/ruby/logo.png -------------------------------------------------------------------------------- /rust/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/rust/logo.png -------------------------------------------------------------------------------- /sl/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/sl/logo.png -------------------------------------------------------------------------------- /solr/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/solr/logo.png -------------------------------------------------------------------------------- /ubuntu/github-repo: -------------------------------------------------------------------------------- 1 | https://git.launchpad.net/cloud-images/+oci/ubuntu-base 2 | -------------------------------------------------------------------------------- /znc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/znc/logo.png -------------------------------------------------------------------------------- /.template-helpers/issues.md: -------------------------------------------------------------------------------- 1 | [%%GITHUB-REPO%%/issues](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /alpine/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/alpine/logo.png -------------------------------------------------------------------------------- /bonita/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/bonita/logo.png -------------------------------------------------------------------------------- /caddy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/caddy/logo.png -------------------------------------------------------------------------------- /centos/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/centos/logo.png -------------------------------------------------------------------------------- /cirros/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/cirros/logo.png -------------------------------------------------------------------------------- /clearlinux/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/clearlinux/docker-brew-clearlinux 2 | -------------------------------------------------------------------------------- /clefos/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/clefos/logo.png -------------------------------------------------------------------------------- /clojure/README-short.txt: -------------------------------------------------------------------------------- 1 | Clojure is a dialect of Lisp that runs on the JVM. 2 | -------------------------------------------------------------------------------- /debian/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/debuerreotype/docker-debian-artifacts 2 | -------------------------------------------------------------------------------- /debian/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/debian/logo.png -------------------------------------------------------------------------------- /docker/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/docker/logo.png -------------------------------------------------------------------------------- /elixir/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/elixir/logo.png -------------------------------------------------------------------------------- /erlang/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/erlang/logo.png -------------------------------------------------------------------------------- /express-gateway/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/ExpressGateway/express-gateway 2 | -------------------------------------------------------------------------------- /fedora/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/fedora/logo.png -------------------------------------------------------------------------------- /flink/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/flink/logo.png -------------------------------------------------------------------------------- /gazebo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/gazebo/logo.png -------------------------------------------------------------------------------- /ghost/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/ghost/logo.png -------------------------------------------------------------------------------- /golang/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/golang/logo.png -------------------------------------------------------------------------------- /gradle/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/gradle/logo.png -------------------------------------------------------------------------------- /groovy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/groovy/logo.png -------------------------------------------------------------------------------- /hello-world/README-short.txt: -------------------------------------------------------------------------------- 1 | Hello World! (an example of minimal Dockerization) 2 | -------------------------------------------------------------------------------- /httpd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/httpd/logo.png -------------------------------------------------------------------------------- /hylang/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/hylang/logo.png -------------------------------------------------------------------------------- /irssi/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/irssi/logo.png -------------------------------------------------------------------------------- /jetty/README-short.txt: -------------------------------------------------------------------------------- 1 | Jetty provides a Web server and javax.servlet container. 2 | -------------------------------------------------------------------------------- /jetty/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/jetty/logo.png -------------------------------------------------------------------------------- /joomla/README-short.txt: -------------------------------------------------------------------------------- 1 | Joomla! is an open source content management system. 2 | -------------------------------------------------------------------------------- /joomla/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/joomla/logo.png -------------------------------------------------------------------------------- /jruby/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/jruby/logo.png -------------------------------------------------------------------------------- /julia/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/julia/logo.png -------------------------------------------------------------------------------- /kibana/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/kibana/logo.png -------------------------------------------------------------------------------- /kong/README-short.txt: -------------------------------------------------------------------------------- 1 | The Cloud-Native API Gateway for APIs and Microservices 2 | -------------------------------------------------------------------------------- /mageia/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/mageia/logo.png -------------------------------------------------------------------------------- /matomo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/matomo/logo.png -------------------------------------------------------------------------------- /matomo/maintainer.md: -------------------------------------------------------------------------------- 1 | [Matomo](%%GITHUB-REPO%%) (a Matomo community contributor) 2 | -------------------------------------------------------------------------------- /maven/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/maven/logo.png -------------------------------------------------------------------------------- /mongo-express/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/mongo-express/mongo-express-docker 2 | -------------------------------------------------------------------------------- /mysql/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/mysql/logo.png -------------------------------------------------------------------------------- /mysql/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Docker Community and the MySQL Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /nats-streaming/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/nats-io/nats-streaming-docker 2 | -------------------------------------------------------------------------------- /neo4j/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/neo4j/logo.png -------------------------------------------------------------------------------- /nginx/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/nginx/logo.png -------------------------------------------------------------------------------- /oraclelinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Oracle Linux Container Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /photon/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/photon/logo.png -------------------------------------------------------------------------------- /php-zendserver/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/zendtech/php-zendserver-docker 2 | -------------------------------------------------------------------------------- /phpmyadmin/README-short.txt: -------------------------------------------------------------------------------- 1 | phpMyAdmin - A web interface for MySQL and MariaDB. 2 | -------------------------------------------------------------------------------- /python/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/python/logo.png -------------------------------------------------------------------------------- /r-base/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/r-base/logo.png -------------------------------------------------------------------------------- /redis/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/redis/logo.png -------------------------------------------------------------------------------- /rocket.chat/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/RocketChat/Docker.Official.Image 2 | -------------------------------------------------------------------------------- /rockylinux/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/rocky-linux/sig-cloud-instance-images 2 | -------------------------------------------------------------------------------- /silverpeas/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/Silverpeas/docker-silverpeas-prod 2 | -------------------------------------------------------------------------------- /solr/get-help.md: -------------------------------------------------------------------------------- 1 | [the Solr Community](https://solr.apache.org/community.html) 2 | -------------------------------------------------------------------------------- /storm/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/storm/logo.png -------------------------------------------------------------------------------- /swift/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/swift/logo.png -------------------------------------------------------------------------------- /swipl/README-short.txt: -------------------------------------------------------------------------------- 1 | SWI-Prolog offers a comprehensive free Prolog environment. -------------------------------------------------------------------------------- /swipl/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/swipl/logo.png -------------------------------------------------------------------------------- /tomcat/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/tomcat/logo.png -------------------------------------------------------------------------------- /tomee/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/tomee/logo.png -------------------------------------------------------------------------------- /ubuntu/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/ubuntu/logo.png -------------------------------------------------------------------------------- /websphere-liberty/maintainer.md: -------------------------------------------------------------------------------- 1 | [the IBM WASdev Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /xwiki/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/xwiki/logo.png -------------------------------------------------------------------------------- /.common-templates/maintainer-community.md: -------------------------------------------------------------------------------- 1 | [the Docker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /adminer/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/adminer/logo.png -------------------------------------------------------------------------------- /adminer/maintainer.md: -------------------------------------------------------------------------------- 1 | [Tim Düsterhus (of the Docker Community)](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /aerospike/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/aerospike/logo.png -------------------------------------------------------------------------------- /almalinux/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/almalinux/logo.png -------------------------------------------------------------------------------- /alpine/maintainer.md: -------------------------------------------------------------------------------- 1 | [Natanael Copa](%%GITHUB-REPO%%) (an Alpine Linux maintainer) 2 | -------------------------------------------------------------------------------- /arangodb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/arangodb/logo.png -------------------------------------------------------------------------------- /archlinux/issues.md: -------------------------------------------------------------------------------- 1 | https://gitlab.archlinux.org/archlinux/archlinux-docker/issues 2 | -------------------------------------------------------------------------------- /archlinux/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/archlinux/logo.png -------------------------------------------------------------------------------- /backdrop/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/backdrop/logo.png -------------------------------------------------------------------------------- /busybox/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/busybox/logo.png -------------------------------------------------------------------------------- /caddy/logo-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/caddy/logo-120.png -------------------------------------------------------------------------------- /cassandra/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/cassandra/logo.png -------------------------------------------------------------------------------- /cirros/README-short.txt: -------------------------------------------------------------------------------- 1 | CirrOS is a Tiny OS that specializes in running on a cloud. 2 | -------------------------------------------------------------------------------- /clojure/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/clojure/logo.png -------------------------------------------------------------------------------- /composer/README-short.txt: -------------------------------------------------------------------------------- 1 | Composer is a dependency manager written in and for PHP. 2 | -------------------------------------------------------------------------------- /composer/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/composer/logo.png -------------------------------------------------------------------------------- /couchbase/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/couchbase/logo.png -------------------------------------------------------------------------------- /couchdb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/couchdb/logo.png -------------------------------------------------------------------------------- /eggdrop/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/eggdrop/logo.png -------------------------------------------------------------------------------- /flink/maintainer.md: -------------------------------------------------------------------------------- 1 | [Apache Flink](https://flink.apache.org/community.html#people) 2 | -------------------------------------------------------------------------------- /fluentd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/fluentd/logo.png -------------------------------------------------------------------------------- /haproxy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/haproxy/logo.png -------------------------------------------------------------------------------- /haskell/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/haskell/logo.png -------------------------------------------------------------------------------- /ibm-semeru-runtimes/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/ibmruntimes/semeru-containers 2 | -------------------------------------------------------------------------------- /ibmjava/README-short.txt: -------------------------------------------------------------------------------- 1 | Official IBM® SDK, Java™ Technology Edition Docker Image. 2 | -------------------------------------------------------------------------------- /influxdb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/influxdb/logo.png -------------------------------------------------------------------------------- /kapacitor/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/kapacitor/logo.png -------------------------------------------------------------------------------- /logstash/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/logstash/logo.png -------------------------------------------------------------------------------- /mariadb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/mariadb/logo.png -------------------------------------------------------------------------------- /mediawiki/maintainer.md: -------------------------------------------------------------------------------- 1 | [MediaWiki community & Docker Community](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /neo4j/README-short.txt: -------------------------------------------------------------------------------- 1 | Neo4j is a highly scalable, robust native graph database. 2 | -------------------------------------------------------------------------------- /openjdk/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/openjdk/logo.png -------------------------------------------------------------------------------- /orientdb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/orientdb/logo.png -------------------------------------------------------------------------------- /percona/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/percona/logo.png -------------------------------------------------------------------------------- /photon/README-short.txt: -------------------------------------------------------------------------------- 1 | Photon OS is an open source minimal Linux container host. 2 | -------------------------------------------------------------------------------- /postgres/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/postgres/logo.png -------------------------------------------------------------------------------- /r-base/README-short.txt: -------------------------------------------------------------------------------- 1 | R is a system for statistical computation and graphics. 2 | -------------------------------------------------------------------------------- /rabbitmq/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/rabbitmq/logo.png -------------------------------------------------------------------------------- /rakudo-star/README-short.txt: -------------------------------------------------------------------------------- 1 | Rakudo is a compiler for the Raku programming language. 2 | -------------------------------------------------------------------------------- /redmine/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/redmine/logo.png -------------------------------------------------------------------------------- /registry/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/registry/logo.png -------------------------------------------------------------------------------- /rethinkdb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/rethinkdb/logo.png -------------------------------------------------------------------------------- /rockylinux/maintainer.md: -------------------------------------------------------------------------------- 1 | [The Rocky Enterprise Software Foundation](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /sonarqube/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/sonarqube/logo.png -------------------------------------------------------------------------------- /swift/issues.md: -------------------------------------------------------------------------------- 1 | [https://bugs.swift.org](https://bugs.swift.org) Component: Docker 2 | -------------------------------------------------------------------------------- /teamspeak/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/teamspeak/logo.png -------------------------------------------------------------------------------- /telegraf/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/telegraf/logo.png -------------------------------------------------------------------------------- /traefik/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/traefik/logo.png -------------------------------------------------------------------------------- /varnish/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/varnish/logo.png -------------------------------------------------------------------------------- /wordpress/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/wordpress/logo.png -------------------------------------------------------------------------------- /zookeeper/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/zookeeper/logo.png -------------------------------------------------------------------------------- /aerospike/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/aerospike/aerospike-server-enterprise.docker 2 | -------------------------------------------------------------------------------- /amazonlinux/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/amazonlinux/logo.png -------------------------------------------------------------------------------- /cassandra/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Cassandra is an open-source distributed storage system. 2 | -------------------------------------------------------------------------------- /chronograf/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/chronograf/logo.png -------------------------------------------------------------------------------- /clearlinux/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/clearlinux/logo.png -------------------------------------------------------------------------------- /convertigo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/convertigo/logo.png -------------------------------------------------------------------------------- /dart/README-short.txt: -------------------------------------------------------------------------------- 1 | Dart is a client-optimized language for fast apps on any platform. 2 | -------------------------------------------------------------------------------- /geonetwork/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/geonetwork/logo.png -------------------------------------------------------------------------------- /groovy/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Groovy is a multi-faceted language for the Java platform. 2 | -------------------------------------------------------------------------------- /haproxy/README-short.txt: -------------------------------------------------------------------------------- 1 | HAProxy - The Reliable, High Performance TCP/HTTP Load Balancer 2 | -------------------------------------------------------------------------------- /haskell/README-short.txt: -------------------------------------------------------------------------------- 1 | Haskell is an advanced purely-functional programming language. 2 | -------------------------------------------------------------------------------- /hello-world/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/hello-world/logo.png -------------------------------------------------------------------------------- /lightstreamer/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Lightstreamer Server Development Team](%%GITHUB-REPO%%) 2 | -------------------------------------------------------------------------------- /mono/README-short.txt: -------------------------------------------------------------------------------- 1 | Mono is an open source implementation of Microsoft's .NET Framework 2 | -------------------------------------------------------------------------------- /neurodebian/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/neurodebian/logo.png -------------------------------------------------------------------------------- /oraclelinux/get-help.md: -------------------------------------------------------------------------------- 1 | see the "Customer Support" and "Community Support" sections below 2 | -------------------------------------------------------------------------------- /oraclelinux/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/oraclelinux/logo.png -------------------------------------------------------------------------------- /php-zendserver/issues.md: -------------------------------------------------------------------------------- 1 | [Zend Support Center](https://www.zend.com/en/support-center) 2 | -------------------------------------------------------------------------------- /phpmyadmin/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/phpmyadmin/logo.png -------------------------------------------------------------------------------- /rabbitmq/README-short.txt: -------------------------------------------------------------------------------- 1 | RabbitMQ is an open source multi-protocol messaging broker. 2 | -------------------------------------------------------------------------------- /rakudo-star/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/rakudo-star/logo.png -------------------------------------------------------------------------------- /rockylinux/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/rockylinux/logo.png -------------------------------------------------------------------------------- /sapmachine/README-short.txt: -------------------------------------------------------------------------------- 1 | Official SapMachine Docker Image, SAP's build of OpenJDK. 2 | -------------------------------------------------------------------------------- /sapmachine/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/sapmachine/logo.png -------------------------------------------------------------------------------- /silverpeas/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/silverpeas/logo.png -------------------------------------------------------------------------------- /teamspeak/github-repo: -------------------------------------------------------------------------------- 1 | https://github.com/TeamSpeak-Systems/teamspeak-linux-docker-images 2 | -------------------------------------------------------------------------------- /xwiki/issues.md: -------------------------------------------------------------------------------- 1 | [the XWiki Docker JIRA project](http://jira.xwiki.org/browse/XDOCKER) 2 | -------------------------------------------------------------------------------- /amazoncorretto/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/amazoncorretto/logo.png -------------------------------------------------------------------------------- /bonita/issues.md: -------------------------------------------------------------------------------- 1 | [Jira](https://bonita.atlassian.net/jira/software/c/projects/BBPMC/issues) 2 | -------------------------------------------------------------------------------- /clearlinux/README-short.txt: -------------------------------------------------------------------------------- 1 | Official docker build of Clear Linux OS for Intel Architecture 2 | -------------------------------------------------------------------------------- /elasticsearch/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/elasticsearch/logo.png -------------------------------------------------------------------------------- /fluentd/README-short.txt: -------------------------------------------------------------------------------- 1 | Fluentd is an open source data collector for unified logging layer 2 | -------------------------------------------------------------------------------- /geonetwork/README-short.txt: -------------------------------------------------------------------------------- 1 | GeoNetwork is a FOSS catalog for spatially referenced resources. 2 | -------------------------------------------------------------------------------- /ghost/README-short.txt: -------------------------------------------------------------------------------- 1 | Ghost is a free and open source blogging platform written in JavaScript 2 | -------------------------------------------------------------------------------- /jobber/license.md: -------------------------------------------------------------------------------- 1 | [Jobber's license](https://github.com/dshearer/jobber/blob/master/LICENSE) 2 | -------------------------------------------------------------------------------- /kibana/issues.md: -------------------------------------------------------------------------------- 1 | For issues with the Kibana Docker image or Kibana: %%GITHUB-REPO%%/issues 2 | -------------------------------------------------------------------------------- /lightstreamer/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/lightstreamer/logo.png -------------------------------------------------------------------------------- /logstash/issues.md: -------------------------------------------------------------------------------- 1 | For issues with Logstash Docker Image or Logstash: %%GITHUB-REPO%%/issues 2 | -------------------------------------------------------------------------------- /maven/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Maven is a software project management and comprehension tool. 2 | -------------------------------------------------------------------------------- /mongo-express/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/mongo-express/logo.png -------------------------------------------------------------------------------- /nats-streaming/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/nats-streaming/logo.png -------------------------------------------------------------------------------- /nats/README-short.txt: -------------------------------------------------------------------------------- 1 | NATS is an open-source, high-performance, cloud native messaging system. 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/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/open-liberty/logo.png -------------------------------------------------------------------------------- /php-zendserver/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/php-zendserver/logo.png -------------------------------------------------------------------------------- /postfixadmin/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/postfixadmin/logo.png -------------------------------------------------------------------------------- /swift/get-help.md: -------------------------------------------------------------------------------- 1 | [Swift Docker Community Forums](https://forums.swift.org/c/server/docker) 2 | -------------------------------------------------------------------------------- /websphere-liberty/get-help.md: -------------------------------------------------------------------------------- 1 | [the WASdev community](https://developer.ibm.com/wasdev/help/) 2 | -------------------------------------------------------------------------------- /bonita/README-short.txt: -------------------------------------------------------------------------------- 1 | Bonita is an open-source business process management and workflow suite 2 | -------------------------------------------------------------------------------- /chronograf/README-short.txt: -------------------------------------------------------------------------------- 1 | Chronograf is a visualization tool for time series data in InfluxDB. 2 | -------------------------------------------------------------------------------- /eclipse-temurin/README-short.txt: -------------------------------------------------------------------------------- 1 | Official Images for OpenJDK binaries built by Eclipse Temurin. 2 | -------------------------------------------------------------------------------- /eclipse-temurin/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/eclipse-temurin/logo.png -------------------------------------------------------------------------------- /eggdrop/README-short.txt: -------------------------------------------------------------------------------- 1 | The official Docker image of Eggdrop- IRC's oldest actively-developed bot! 2 | -------------------------------------------------------------------------------- /express-gateway/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/express-gateway/logo.png -------------------------------------------------------------------------------- /hitch/README-short.txt: -------------------------------------------------------------------------------- 1 | Hitch is a libev-based high performance SSL/TLS proxy by Varnish Software. 2 | -------------------------------------------------------------------------------- /mediawiki/README-short.txt: -------------------------------------------------------------------------------- 1 | MediaWiki is a free software open source wiki package written in PHP. 2 | -------------------------------------------------------------------------------- /mongo-express/README-short.txt: -------------------------------------------------------------------------------- 1 | Web-based MongoDB admin interface, written with Node.js and express 2 | -------------------------------------------------------------------------------- /mongo/README-short.txt: -------------------------------------------------------------------------------- 1 | MongoDB document databases provide high availability and easy scalability. 2 | -------------------------------------------------------------------------------- /odoo/README-short.txt: -------------------------------------------------------------------------------- 1 | Odoo (formerly known as OpenERP) is a suite of open-source business apps. 2 | -------------------------------------------------------------------------------- /pypy/README-short.txt: -------------------------------------------------------------------------------- 1 | PyPy is a fast, compliant alternative implementation of the Python language. 2 | -------------------------------------------------------------------------------- /scratch/README-short.txt: -------------------------------------------------------------------------------- 1 | an explicitly empty image, especially for building images "FROM scratch" 2 | -------------------------------------------------------------------------------- /teamspeak/README-short.txt: -------------------------------------------------------------------------------- 1 | TeamSpeak is software for quality voice communication via the Internet. 2 | -------------------------------------------------------------------------------- /ubuntu/README-short.txt: -------------------------------------------------------------------------------- 1 | Ubuntu is a Debian-based Linux operating system based on free software. 2 | -------------------------------------------------------------------------------- /archlinux/README-short.txt: -------------------------------------------------------------------------------- 1 | Arch Linux is a simple, lightweight Linux distribution aimed for flexibility. 2 | -------------------------------------------------------------------------------- /backdrop/README-short.txt: -------------------------------------------------------------------------------- 1 | The comprehensive CMS for small to medium sized businesses and non-profits. 2 | -------------------------------------------------------------------------------- /centos/issues.md: -------------------------------------------------------------------------------- 1 | [https://bugs.centos.org](https://bugs.centos.org) or [GitHub](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /eclipse-mosquitto/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/eclipse-mosquitto/logo.png -------------------------------------------------------------------------------- /gcc/README-short.txt: -------------------------------------------------------------------------------- 1 | The GNU Compiler Collection is a compiling system that supports several languages. 2 | -------------------------------------------------------------------------------- /golang/README-short.txt: -------------------------------------------------------------------------------- 1 | Go (golang) is a general purpose, higher-level, imperative programming language. 2 | -------------------------------------------------------------------------------- /lightstreamer/README-short.txt: -------------------------------------------------------------------------------- 1 | Lightstreamer is a real-time messaging server optimized for the Internet. 2 | -------------------------------------------------------------------------------- /orientdb/README-short.txt: -------------------------------------------------------------------------------- 1 | OrientDB a Multi-Model Open Source NoSQL DBMS that combines graphs and documents. -------------------------------------------------------------------------------- /perl/README-short.txt: -------------------------------------------------------------------------------- 1 | Perl is a high-level, general-purpose, interpreted, dynamic programming language. 2 | -------------------------------------------------------------------------------- /php-zendserver/license.md: -------------------------------------------------------------------------------- 1 | [Perforce Software, Inc.](https://www.zend.com/end-user-license-agreement) 2 | -------------------------------------------------------------------------------- /plone/README-short.txt: -------------------------------------------------------------------------------- 1 | Plone is a free and open source content management system built on top of Zope. 2 | -------------------------------------------------------------------------------- /r-base/issues.md: -------------------------------------------------------------------------------- 1 | [GitHub](%%GITHUB-REPO%%/issues) or [Email](mailto:rocker-maintainers@eddelbuettel.com) 2 | -------------------------------------------------------------------------------- /rust/README-short.txt: -------------------------------------------------------------------------------- 1 | Rust is a systems programming language focused on safety, speed, and concurrency. 2 | -------------------------------------------------------------------------------- /solr/issues.md: -------------------------------------------------------------------------------- 1 | [The Solr Users mailing list](https://solr.apache.org/community.html#mailing-lists-chat) 2 | -------------------------------------------------------------------------------- /sonarqube/README-short.txt: -------------------------------------------------------------------------------- 1 | SonarQube is an open source platform for continuous inspection of code quality. -------------------------------------------------------------------------------- /storm/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Storm is a free and open source distributed realtime computation system. 2 | -------------------------------------------------------------------------------- /websphere-liberty/README-short.txt: -------------------------------------------------------------------------------- 1 | WebSphere Liberty multi-architecture images based on Ubuntu 18.04 2 | -------------------------------------------------------------------------------- /websphere-liberty/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odoo/docker-docs/HEAD/websphere-liberty/logo.png -------------------------------------------------------------------------------- /aerospike/issues.md: -------------------------------------------------------------------------------- 1 | [the Aerospike Forums](https://discuss.aerospike.com) or [GitHub](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /couchbase/README-short.txt: -------------------------------------------------------------------------------- 1 | Couchbase Server is a NoSQL document database with a distributed architecture. 2 | -------------------------------------------------------------------------------- /elasticsearch/issues.md: -------------------------------------------------------------------------------- 1 | For issues with Elasticsearch Docker Image or Elasticsearch: %%GITHUB-REPO%%/issues 2 | -------------------------------------------------------------------------------- /emqx/README-short.txt: -------------------------------------------------------------------------------- 1 | The most scalable open-source MQTT broker for IoT, IIoT, connected vehicles, and more. 2 | -------------------------------------------------------------------------------- /hylang/README-short.txt: -------------------------------------------------------------------------------- 1 | Hy is a Lisp dialect that translates expressions into Python's abstract syntax tree. 2 | -------------------------------------------------------------------------------- /julia/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://julialang.org/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /memcached/README-short.txt: -------------------------------------------------------------------------------- 1 | Free & open source, high-performance, distributed memory object caching system. 2 | -------------------------------------------------------------------------------- /mysql/README-short.txt: -------------------------------------------------------------------------------- 1 | MySQL is a widely used, open-source relational database management system (RDBMS). 2 | -------------------------------------------------------------------------------- /node/README-short.txt: -------------------------------------------------------------------------------- 1 | Node.js is a JavaScript-based platform for server-side and networking applications. 2 | -------------------------------------------------------------------------------- /php/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://php.net/license/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /postfixadmin/README-short.txt: -------------------------------------------------------------------------------- 1 | Postfix Admin - web based administration interface for Postfix mail servers. 2 | -------------------------------------------------------------------------------- /redis/README-short.txt: -------------------------------------------------------------------------------- 1 | Redis is an open source key-value store that functions as a data structure server. 2 | -------------------------------------------------------------------------------- /registry/README-short.txt: -------------------------------------------------------------------------------- 1 | The Docker Registry 2.0 implementation for storing and distributing Docker images 2 | -------------------------------------------------------------------------------- /tomee/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache TomEE is an all-Apache Java EE certified stack where Apache Tomcat is top dog. 2 | -------------------------------------------------------------------------------- /yourls/README-short.txt: -------------------------------------------------------------------------------- 1 | YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. 2 | -------------------------------------------------------------------------------- /almalinux/issues.md: -------------------------------------------------------------------------------- 1 | [https://bugs.almalinux.org](https://bugs.almalinux.org) or [GitHub](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /api-firewall/README-short.txt: -------------------------------------------------------------------------------- 1 | A light-weighted API Firewall to protect your API endpoints with API Schema validation. -------------------------------------------------------------------------------- /arangodb/README-short.txt: -------------------------------------------------------------------------------- 1 | ArangoDB - a scalable graph database system to drive value from connected data, faster. 2 | -------------------------------------------------------------------------------- /debian/README-short.txt: -------------------------------------------------------------------------------- 1 | Debian is a Linux distribution that's composed entirely of free and open-source software. 2 | -------------------------------------------------------------------------------- /elixir/README-short.txt: -------------------------------------------------------------------------------- 1 | Elixir is a dynamic, functional language for building scalable and maintainable applications. -------------------------------------------------------------------------------- /flink/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Flink® is a powerful open-source distributed stream and batch processing framework. 2 | -------------------------------------------------------------------------------- /gazebo/README-short.txt: -------------------------------------------------------------------------------- 1 | Gazebo is an open source project for simulating robots, offering robust physics and rendering. -------------------------------------------------------------------------------- /gazebo/license.md: -------------------------------------------------------------------------------- 1 | Gazebo is open-source licensed under [Apache 2.0](http://opensource.org/licenses/Apache-2.0). 2 | -------------------------------------------------------------------------------- /ghost/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://ghost.org/license/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /golang/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://golang.org/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /ibm-semeru-runtimes/README-short.txt: -------------------------------------------------------------------------------- 1 | IBM Semeru Runtimes Official Images for OpenJDK and Eclipse OpenJ9 binaries. 2 | -------------------------------------------------------------------------------- /mariadb/README-short.txt: -------------------------------------------------------------------------------- 1 | MariaDB Server is a high performing open source relational database, forked from MySQL. 2 | -------------------------------------------------------------------------------- /nginx/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://nginx.org/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /php-zendserver/README-short.txt: -------------------------------------------------------------------------------- 1 | Zend Server - the integrated PHP application platform for mobile and web apps. 2 | -------------------------------------------------------------------------------- /python/README-short.txt: -------------------------------------------------------------------------------- 1 | Python is an interpreted, interactive, object-oriented, open-source programming language. 2 | -------------------------------------------------------------------------------- /ros/README-short.txt: -------------------------------------------------------------------------------- 1 | The Robot Operating System (ROS) is an open source project for building robot applications. 2 | -------------------------------------------------------------------------------- /silverpeas/README-short.txt: -------------------------------------------------------------------------------- 1 | Silverpeas is a turnkey and open-source Collaborative and Social-Networking Portal. 2 | -------------------------------------------------------------------------------- /wordpress/README-short.txt: -------------------------------------------------------------------------------- 1 | The WordPress rich content management system can utilize plugins, widgets, and themes. 2 | -------------------------------------------------------------------------------- /alpine/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://pkgs.alpinelinux.org) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /centos/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.centos.org/legal/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /clojure/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://clojure.org/license) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /convertigo/README-short.txt: -------------------------------------------------------------------------------- 1 | Enterprise grade full-stack Open source Low Code & No Code Platform for web & mobile application -------------------------------------------------------------------------------- /drupal/maintainer.md: -------------------------------------------------------------------------------- 1 | [the Docker Community](%%GITHUB-REPO%%) (*not* the Drupal Community or the Drupal Security Team) 2 | -------------------------------------------------------------------------------- /emqx/get-help.md: -------------------------------------------------------------------------------- 1 | [Discussions](https://github.com/emqx/emqx/discussions) or [Discord](https://discord.gg/xYGf3fQnES) 2 | -------------------------------------------------------------------------------- /gradle/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://gradle.org/license/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /haxe/README-short.txt: -------------------------------------------------------------------------------- 1 | Haxe is a modern, high level, static typed programming language with multiple compilation targets. -------------------------------------------------------------------------------- /httpd/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.apache.org/licenses/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /influxdb/README-short.txt: -------------------------------------------------------------------------------- 1 | InfluxDB is an open source time series database for recording metrics, events, and analytics. 2 | -------------------------------------------------------------------------------- /jruby/README-short.txt: -------------------------------------------------------------------------------- 1 | JRuby (http://www.jruby.org) is an implementation of Ruby (http://www.ruby-lang.org) on the JVM. 2 | -------------------------------------------------------------------------------- /julia/README-short.txt: -------------------------------------------------------------------------------- 1 | Julia is a high-level, high-performance dynamic programming language for technical computing. 2 | -------------------------------------------------------------------------------- /kong/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://konghq.com/kong/license/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /maven/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.apache.org/licenses/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /nats-streaming/README-short.txt: -------------------------------------------------------------------------------- 1 | DEPRECATED; An open-source, high-performance, cloud native messaging streaming system. 2 | -------------------------------------------------------------------------------- /neo4j/license.md: -------------------------------------------------------------------------------- 1 | View [licensing information](https://neo4j.com/licensing) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /notary/README-short.txt: -------------------------------------------------------------------------------- 1 | Notary server and signer cooperatively handle signing and distribution of notary repositories. 2 | -------------------------------------------------------------------------------- /perl/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://dev.perl.org/licenses/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /php/README-short.txt: -------------------------------------------------------------------------------- 1 | While designed for web development, the PHP scripting language also provides general-purpose use. 2 | -------------------------------------------------------------------------------- /postgres/README-short.txt: -------------------------------------------------------------------------------- 1 | The PostgreSQL object-relational database system provides reliability and data integrity. 2 | -------------------------------------------------------------------------------- /redis/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://redis.io/topics/license) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /redmine/README-short.txt: -------------------------------------------------------------------------------- 1 | Redmine is a flexible project management web application written using Ruby on Rails framework 2 | -------------------------------------------------------------------------------- /rockylinux/issues.md: -------------------------------------------------------------------------------- 1 | [https://bugs.rockylinux.org](https://bugs.rockylinux.org) or [GitHub](%%GITHUB-REPO%%/issues) 2 | -------------------------------------------------------------------------------- /satosa/README-short.txt: -------------------------------------------------------------------------------- 1 | SATOSA translates between authentication protocols such as SAML2, OpenID Connect, and OAuth2. 2 | -------------------------------------------------------------------------------- /silverpeas/get-help.md: -------------------------------------------------------------------------------- 1 | [the Silverpeas user mailing list](https://groups.google.com/forum/#!forum/silverpeas-users) 2 | -------------------------------------------------------------------------------- /solr/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Solr is the popular, blazing-fast, open source search platform built on Apache Lucene™. 2 | -------------------------------------------------------------------------------- /swift/README-short.txt: -------------------------------------------------------------------------------- 1 | Swift is a high-performance system programming language, to learn more about Swift visit swift.org. -------------------------------------------------------------------------------- /swift/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://swift.org/LICENSE.txt) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /telegraf/README-short.txt: -------------------------------------------------------------------------------- 1 | Telegraf is an agent for collecting metrics and writing them to InfluxDB or other outputs. 2 | -------------------------------------------------------------------------------- /ubuntu/issues.md: -------------------------------------------------------------------------------- 1 | [the cloud-images bug tracker](https://bugs.launchpad.net/cloud-images) (include the `docker` tag) 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /vault/README-short.txt: -------------------------------------------------------------------------------- 1 | Vault is a tool for securely accessing secrets via a unified interface and tight access control. 2 | -------------------------------------------------------------------------------- /aerospike/README-short.txt: -------------------------------------------------------------------------------- 1 | Aerospike – the reliable, high performance, distributed database optimized for flash and RAM. 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 | -------------------------------------------------------------------------------- /backdrop/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://backdropcms.org/license) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /busybox/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://www.busybox.net/license.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /caddy/README-short.txt: -------------------------------------------------------------------------------- 1 | Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go. 2 | -------------------------------------------------------------------------------- /consul/README-short.txt: -------------------------------------------------------------------------------- 1 | Consul is a datacenter runtime that provides service discovery, configuration, and orchestration. 2 | -------------------------------------------------------------------------------- /couchdb/README-short.txt: -------------------------------------------------------------------------------- 1 | CouchDB is a database that uses JSON for documents, an HTTP API, & JavaScript/declarative indexing. 2 | -------------------------------------------------------------------------------- /crate/README-short.txt: -------------------------------------------------------------------------------- 1 | CrateDB is an open-source, distributed SQL database empowering you to turn data into business value. 2 | -------------------------------------------------------------------------------- /drupal/README-short.txt: -------------------------------------------------------------------------------- 1 | Drupal is an open source content management platform powering millions of websites and applications. 2 | -------------------------------------------------------------------------------- /drupal/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.drupal.org/licensing/faq) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /erlang/README-short.txt: -------------------------------------------------------------------------------- 1 | Erlang is a programming language used to build massively scalable systems with high availability. 2 | -------------------------------------------------------------------------------- /gradle/README-short.txt: -------------------------------------------------------------------------------- 1 | Gradle is a build tool with a focus on build automation and support for multi-language development. 2 | -------------------------------------------------------------------------------- /jobber/README-short.txt: -------------------------------------------------------------------------------- 1 | DEPRECATED; Jobber is an alternative to cron, with sophisticated status-reporting and error-handling 2 | -------------------------------------------------------------------------------- /kibana/README-short.txt: -------------------------------------------------------------------------------- 1 | Kibana gives shape to any kind of data — structured and unstructured — indexed in Elasticsearch. 2 | -------------------------------------------------------------------------------- /matomo/README-short.txt: -------------------------------------------------------------------------------- 1 | Matomo is the leading open-source analytics platform that gives you more than powerful analytics. 2 | -------------------------------------------------------------------------------- /mysql/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.mysql.com/about/legal/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /neurodebian/README-short.txt: -------------------------------------------------------------------------------- 1 | NeuroDebian provides neuroscience research software for Debian, Ubuntu, and other derivatives. 2 | -------------------------------------------------------------------------------- /percona/README-short.txt: -------------------------------------------------------------------------------- 1 | Percona Server is a fork of the MySQL relational database management system created by Percona. 2 | -------------------------------------------------------------------------------- /php/variant.md: -------------------------------------------------------------------------------- 1 | # Image Variants 2 | 3 | The `%%IMAGE%%` images come in many flavors, each designed for a specific use case. 4 | -------------------------------------------------------------------------------- /rabbitmq/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.rabbitmq.com/mpl.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /ruby/README-short.txt: -------------------------------------------------------------------------------- 1 | Ruby is a dynamic, reflective, object-oriented, general-purpose, open-source programming language. 2 | -------------------------------------------------------------------------------- /sapmachine/issues.md: -------------------------------------------------------------------------------- 1 | [GitHub](%%GITHUB-REPO%%/issues) For more information see the [SapMachine Wiki](%%GITHUB-REPO%%/wiki). 2 | -------------------------------------------------------------------------------- /spiped/README-short.txt: -------------------------------------------------------------------------------- 1 | Spiped is a utility for creating symmetrically encrypted and authenticated pipes between sockets. 2 | -------------------------------------------------------------------------------- /tomcat/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies 2 | -------------------------------------------------------------------------------- /zookeeper/README-short.txt: -------------------------------------------------------------------------------- 1 | Apache ZooKeeper is an open-source server which enables highly reliable distributed coordination. 2 | -------------------------------------------------------------------------------- /alt/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.basealt.ru/products/starterkits/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /amazoncorretto/README-short.txt: -------------------------------------------------------------------------------- 1 | Corretto is a no-cost, production-ready distribution of the Open Java Development Kit (OpenJDK). 2 | -------------------------------------------------------------------------------- /amazonlinux/README-short.txt: -------------------------------------------------------------------------------- 1 | Amazon Linux provides a stable, secure, and high-performance execution environment for applications. 2 | -------------------------------------------------------------------------------- /convertigo/license.md: -------------------------------------------------------------------------------- 1 | Convertigo Community Edition image is licenced under [AGPL 3.0](http://www.gnu.org/licenses/agpl-3.0.html) 2 | -------------------------------------------------------------------------------- /couchdb/license.md: -------------------------------------------------------------------------------- 1 | Apache CouchDB is licensed under the [Apache License](https://github.com/apache/couchdb/blob/master/LICENSE). 2 | -------------------------------------------------------------------------------- /jetty/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://eclipse.org/jetty/licenses.html) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /kapacitor/README-short.txt: -------------------------------------------------------------------------------- 1 | Kapacitor is an open source framework for processing, monitoring, and alerting on time series data. 2 | -------------------------------------------------------------------------------- /mageia/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.mageia.org/en/about/license/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /mediawiki/issues.md: -------------------------------------------------------------------------------- 1 | [https://phabricator.wikimedia.org/project/view/3094/](https://phabricator.wikimedia.org/project/view/3094/) 2 | -------------------------------------------------------------------------------- /rethinkdb/README-short.txt: -------------------------------------------------------------------------------- 1 | RethinkDB is an open-source, document database that makes it easy to build and scale realtime apps. 2 | -------------------------------------------------------------------------------- /rockylinux/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.rockylinux.org/legal/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /ros/license.md: -------------------------------------------------------------------------------- 1 | View [package index](https://index.ros.org/packages/) for license information on software contained in this image. 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 | -------------------------------------------------------------------------------- /tomee/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://www.apache.org/licenses/LICENSE-2.0) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /wordpress/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://wordpress.org/about/license/) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /elasticsearch/README-short.txt: -------------------------------------------------------------------------------- 1 | Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore. 2 | -------------------------------------------------------------------------------- /emqx/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/emqx/emqx/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /express-gateway/README-short.txt: -------------------------------------------------------------------------------- 1 | DEPRECATED; The Official Docker Image of Express Gateway, an API Gateway for APIs and Microservices 2 | -------------------------------------------------------------------------------- /haxe/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://haxe.org/foundation/open-source.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /openjdk/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://openjdk.java.net/legal/gplv2+ce.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /postgres/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.postgresql.org/about/licence/) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /ruby/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.ruby-lang.org/en/about/license.txt) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /sl/get-help.md: -------------------------------------------------------------------------------- 1 | [SL Faq](https://www.scientificlinux.org/documentation/faq) or [Email Lists](https://www.scientificlinux.org/community) 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 | -------------------------------------------------------------------------------- /tomcat/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.apache.org/licenses/LICENSE-2.0) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /almalinux/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://almalinux.org/legal/licensing-policy/) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /debian/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.debian.org/social_contract#guidelines) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /fedora/license.md: -------------------------------------------------------------------------------- 1 | View [licensing information](https://fedoraproject.org/wiki/Licensing:Main) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /haproxy/license.md: -------------------------------------------------------------------------------- 1 | View [license information](http://www.haproxy.org/download/1.5/doc/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /hitch/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/varnish/hitch/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /hylang/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/hylang/hy/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /irssi/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/irssi/irssi/blob/master/COPYING) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /jruby/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/jruby/jruby/blob/master/COPYING) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /mariadb/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://mariadb.com/kb/en/library/licensing-faq/) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /teamspeak/maintainer.md: -------------------------------------------------------------------------------- 1 | TeamSpeak Developers [nwerensteijn](https://github.com/nwerensteijn) and [muenchow](https://github.com/muenchow) 2 | -------------------------------------------------------------------------------- /ubuntu/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.ubuntu.com/about/about-ubuntu/licensing) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /busybox/variant-musl.md: -------------------------------------------------------------------------------- 1 | ## `%%IMAGE%%:musl` 2 | 3 | - [musl from Alpine](https://pkgs.alpinelinux.org/packages?name=musl) (statically compiled) 4 | -------------------------------------------------------------------------------- /caddy/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/caddyserver/caddy/blob/master/LICENSE) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /composer/maintainer.md: -------------------------------------------------------------------------------- 1 | [Rob Bast](https://github.com/alcohol), with [contributions](%%GITHUB-REPO%%/graphs/contributors) from the community. 2 | -------------------------------------------------------------------------------- /fluentd/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/fluent/fluentd/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /gcc/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://gcc.gnu.org/onlinedocs/gcc-11.2.0/gcc/Copying.html) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /kibana/get-help.md: -------------------------------------------------------------------------------- 1 | the [Kibana Discuss Forums](https://discuss.elastic.co/c/kibana), the [Elastic community](https://www.elastic.co/community) 2 | -------------------------------------------------------------------------------- /lightstreamer/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://www.lightstreamer.com/lightstreamer-sla) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /odoo/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://raw.githubusercontent.com/odoo/odoo/14.0/LICENSE) for the software contained in this 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 | -------------------------------------------------------------------------------- /rakudo-star/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/rakudo/star/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /spiped/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/Tarsnap/spiped/blob/master/COPYRIGHT) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /yourls/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/YOURLS/YOURLS/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /busybox/variant-uclibc.md: -------------------------------------------------------------------------------- 1 | ## `%%IMAGE%%:uclibc` 2 | 3 | - [uClibc](https://uclibc.org) via [Buildroot](https://buildroot.org) (statically compiled) 4 | -------------------------------------------------------------------------------- /composer/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/composer/composer/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /friendica/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/friendica/server/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /influxdb/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/influxdata/influxdb/blob/master/LICENSE) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /memcached/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/memcached/memcached/blob/master/LICENSE) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /phpmyadmin/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/phpmyadmin/docker/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /registry/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/docker/distribution/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /satosa/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/IdentityPython/SATOSA/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /telegraf/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/influxdata/telegraf/blob/master/LICENSE) for the software contained in this 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /chronograf/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/influxdata/chronograf/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /consul/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://raw.githubusercontent.com/hashicorp/consul/master/LICENSE) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /jobber/deprecated.md: -------------------------------------------------------------------------------- 1 | This project is not actively maintained. See [dshearer/jobber#334](https://github.com/dshearer/jobber/pull/334) for more details. 2 | -------------------------------------------------------------------------------- /kapacitor/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/influxdata/kapacitor/blob/master/LICENSE) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /nextcloud/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/nextcloud/server/blob/master/COPYING-README) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /notary/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/theupdateframework/notary/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /plone/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://plone.org/foundation/copyright-licensing-logo/license-faq) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /varnish/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/varnishcache/varnish-cache/blob/master/LICENSE) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /vault/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://raw.githubusercontent.com/hashicorp/vault/master/LICENSE) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /eclipse-temurin/get-help.md: -------------------------------------------------------------------------------- 1 | [Adoptium Slack](https://adoptium.net/slack); [Adoptium Support](https://github.com/adoptium/adoptium-support/issues/new/choose) 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /orientdb/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/orientechnologies/orientdb/blob/master/license.txt) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /rethinkdb/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://raw.githubusercontent.com/rethinkdb/rethinkdb/next/LICENSE) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /elasticsearch/get-help.md: -------------------------------------------------------------------------------- 1 | the [Elasticsearch Discuss Forums](https://discuss.elastic.co/c/elasticsearch), the [Elastic community](https://www.elastic.co/community) 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /mediawiki/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://phabricator.wikimedia.org/source/mediawiki/browse/master/COPYING) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /postfixadmin/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/postfixadmin/postfixadmin/blob/master/LICENSE.TXT) for the software contained in this image. 2 | -------------------------------------------------------------------------------- /.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 | -------------------------------------------------------------------------------- /crate/get-help.md: -------------------------------------------------------------------------------- 1 | [project documentation](https://crate.io/docs/), [StackOverflow](https://stackoverflow.com/tags/cratedb), [support channels](https://crate.io/support/) 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /docker/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://github.com/docker/docker/blob/eb7b2ed6bbe3fbef588116d362ce595d6e35fc43/LICENSE) for the software contained in this image. 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /pypy/license.md: -------------------------------------------------------------------------------- 1 | View [license information](https://bitbucket.org/pypy/pypy/src/c3ff0dd6252b6ba0d230f3624dbb4aab8973a1d0/LICENSE?at=default) for software contained in this image. 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /amazonlinux/issues.md: -------------------------------------------------------------------------------- 1 | - [amazonlinux/container-images/issues](https://github.com/amazonlinux/container-images/issues) 2 | - [the Amazon Linux forums](https://forums.aws.amazon.com/forum.jspa?forumID=228) 3 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /express-gateway/deprecated.md: -------------------------------------------------------------------------------- 1 | This project is no longer maintained. Read [here](https://github.com/ExpressGateway/express-gateway/issues/1011#issuecomment-748354599) for more details or if you're interested in taking over the project. 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /.template-helpers/get-help.md: -------------------------------------------------------------------------------- 1 | [the Docker Community Slack](https://dockr.ly/comm-slack), [Server Fault](https://serverfault.com/help/on-topic), [Unix & Linux](https://unix.stackexchange.com/help/on-topic), or [Stack Overflow](https://stackoverflow.com/help/on-topic) 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /docker/variant-windowsservercore.md: -------------------------------------------------------------------------------- 1 | ## `%%IMAGE%%:-windowsservercore` 2 | 3 | Unfortunately, Windows does not support nested containers, so this image variant only contains the client (intended for use against an existing Docker engine, ala `-v //./pipe/docker_engine://./pipe/docker_engine`). 4 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | MARIADB_ROOT_PASSWORD: example 11 | 12 | adminer: 13 | image: adminer 14 | restart: always 15 | ports: 16 | - 8080:8080 17 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /satosa/get-help.md: -------------------------------------------------------------------------------- 1 | [the Identity Python mailing list](https://lists.sunet.se/listinfo/idpy-discuss) or [the Identity Python Slack workspace](https://identity-python.slack.com/) ([invitation](https://join.slack.com/t/identity-python/shared_invite/enQtNzEyNjU1NDI1MjUyLTM2MWI5ZGNhMTk1ZThiOTIxNWY2OTY1ODVmMWNjMzUzMTYxNTY5MzE5N2RlYjExZTIyM2MwYjBjZGE4MGVlMTM)) 2 | -------------------------------------------------------------------------------- /phpmyadmin/stack.yml: -------------------------------------------------------------------------------- 1 | version: '3.1' 2 | 3 | services: 4 | db: 5 | image: mariadb:10.6 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /vault/deprecated.md: -------------------------------------------------------------------------------- 1 | Upcoming in Vault 1.14, we will stop publishing official Dockerhub images and publish only our Verified Publisher images. Users of Docker images should pull from [hashicorp/vault](https://hub.docker.com/r/hashicorp/vault) instead of [vault](https://hub.docker.com/_/vault). Verified Publisher images can be found at https://hub.docker.com/r/hashicorp/vault. 2 | -------------------------------------------------------------------------------- /centos/deprecated.md: -------------------------------------------------------------------------------- 1 | This image is no longer supported/maintained (non-EOL tags last updated November 16, 2020, [docker-library/official-images#9102](https://github.com/docker-library/official-images/pull/9102); see also https://www.centos.org/centos-linux-eol/ and [docker-library/docs#2205](https://github.com/docker-library/docs/pull/2205)). Please adjust your usage accordingly. 2 | -------------------------------------------------------------------------------- /consul/deprecated.md: -------------------------------------------------------------------------------- 1 | Upcoming in Consul 1.16, we will stop publishing official Dockerhub images and publish only our Verified Publisher images. Users of Docker images should pull from [hashicorp/consul](https://hub.docker.com/r/hashicorp/consul) instead of [consul](https://hub.docker.com/_/consul). Verified Publisher images can be found at https://hub.docker.com/r/hashicorp/consul. 2 | -------------------------------------------------------------------------------- /eclipse-temurin/issues.md: -------------------------------------------------------------------------------- 1 | [GitHub](%%GITHUB-REPO%%/issues); The [adoptium support](https://adoptium.net/support) page has more information on quality, roadmap and support levels for Eclipse Temurin builds. Vulnerabilities not related to Eclipse Temurin itself should be be raised to their respective projects (e.g Ubuntu vulnerabilities need to be raised directly to the Ubuntu project). 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /.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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /.template-helpers/autogenerated-warning.md: -------------------------------------------------------------------------------- 1 | 16 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /.template-helpers/stack.md: -------------------------------------------------------------------------------- 1 | ... via [`docker-compose`](https://github.com/docker/compose) or [`docker stack deploy`](https://docs.docker.com/engine/reference/commandline/stack_deploy/) 2 | 3 | Example `docker-compose.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-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-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.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 | -------------------------------------------------------------------------------- /haskell/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 `ghc`, `cabal-install` and `stack`. In addition, [profiling support](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/profiling.html) is not included which saves ~ 700MB of space. 4 | 5 | If image size is of concern, we recommend using the slim images. 6 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /.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-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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /.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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /.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 | -------------------------------------------------------------------------------- /vault/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /.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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | # NOTE: use of "mysql_native_password" is not recommended: https://dev.mysql.com/doc/refman/8.0/en/upgrading-from-previous-series.html#upgrade-caching-sha2-password 9 | # (this is just an example, not intended to be a production configuration) 10 | command: --default-authentication-plugin=mysql_native_password 11 | restart: always 12 | environment: 13 | MYSQL_ROOT_PASSWORD: example 14 | 15 | adminer: 16 | image: adminer 17 | restart: always 18 | ports: 19 | - 8080:8080 20 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /.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 | -------------------------------------------------------------------------------- /.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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | --------------------------------------------------------------------------------