#
tokens: 49706/50000 591/1033 files (page 17/25)
lines: on (toggle) GitHub
raw markdown copy reset
This is page 17 of 25. Use http://codebase.md/id/docs/get_started/create/basic_markup.html?lines=true&page={x} to view the full context.

# Directory Structure

```
├── .ci
│   ├── check-markdownfmt.sh
│   ├── check-metadata.sh
│   ├── check-pr-no-readme.sh
│   ├── check-required-files.sh
│   ├── check-short.sh
│   ├── check-ymlfmt.sh
│   └── get-markdownfmt.sh
├── .common-templates
│   ├── maintainer-community.md
│   ├── maintainer-docker.md
│   ├── maintainer-hashicorp.md
│   └── maintainer-influxdata.md
├── .dockerignore
├── .github
│   └── workflows
│       └── ci.yml
├── .template-helpers
│   ├── arches.sh
│   ├── autogenerated-warning.md
│   ├── compose.md
│   ├── generate-dockerfile-links-partial.sh
│   ├── generate-dockerfile-links-partial.tmpl
│   ├── get-help.md
│   ├── issues.md
│   ├── license-common.md
│   ├── template.md
│   ├── variant-alpine.md
│   ├── variant-default-buildpack-deps.md
│   ├── variant-default-debian.md
│   ├── variant-default-ubuntu.md
│   ├── variant-onbuild.md
│   ├── variant-slim.md
│   ├── variant-windowsservercore.md
│   ├── variant.md
│   └── variant.sh
├── adminer
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── aerospike
│   ├── content.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── almalinux
│   ├── content.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── alpine
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── alt
│   ├── content.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── amazoncorretto
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── amazonlinux
│   ├── content.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── api-firewall
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── arangodb
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── archlinux
│   ├── content.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── backdrop
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── bash
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── bonita
│   ├── compose.yaml
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── buildpack-deps
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── busybox
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   ├── variant-glibc.md
│   ├── variant-musl.md
│   ├── variant-uclibc.md
│   └── variant.md
├── caddy
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo-120.png
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── cassandra
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── chronograf
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── cirros
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── clearlinux
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── clefos
│   ├── content.md
│   ├── deprecated.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── clickhouse
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── clojure
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── composer
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── convertigo
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── couchbase
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── couchdb
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── crate
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── dart
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── debian
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   ├── variant-slim.md
│   └── variant.md
├── docker
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   ├── variant-rootless.md
│   └── variant-windowsservercore.md
├── Dockerfile
├── drupal
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   └── variant-fpm.md
├── eclipse-mosquitto
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── eclipse-temurin
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── eggdrop
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── elasticsearch
│   ├── compose.yaml
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   └── variant-alpine.md
├── elixir
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── emqx
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── erlang
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── fedora
│   ├── content.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── flink
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── fluentd
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── friendica
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── gazebo
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── gcc
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── generate-repo-stub-readme.sh
├── geonetwork
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   ├── variant-postgres.md
│   └── variant.md
├── get-categories.sh
├── ghost
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── golang
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   ├── variant-alpine.md
│   └── variant-tip.md
├── gradle
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── groovy
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── haproxy
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── haskell
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   └── variant-slim.md
├── haxe
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── hello-world
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   └── update.sh
├── hitch
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── httpd
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── hylang
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── ibm-semeru-runtimes
│   ├── content.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── ibmjava
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── influxdb
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   ├── variant-data.md
│   └── variant-meta.md
├── irssi
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── jetty
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── joomla
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── jruby
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── julia
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── kapacitor
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── kibana
│   ├── compose.yaml
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── kong
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── krakend
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo-120.png
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── LICENSE
├── lightstreamer
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── liquibase
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── logstash
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   └── variant-alpine.md
├── mageia
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── mariadb
│   ├── compose.yaml
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── markdownfmt.sh
├── matomo
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── maven
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── mediawiki
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── memcached
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── metadata.json
├── metadata.sh
├── mongo
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── mongo-express
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── monica
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── mono
│   ├── content.md
│   ├── deprecated.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── mysql
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── nats
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── neo4j
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── neurodebian
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── nextcloud
│   ├── content.md
│   ├── deprecated.md
│   ├── github-repo
│   ├── license.md
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── nginx
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   └── variant-perl.md
├── node
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── notary
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── odoo
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── open-liberty
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── openjdk
│   ├── content.md
│   ├── deprecated.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   ├── variant-alpine.md
│   ├── variant-oracle.md
│   └── variant-slim.md
├── oraclelinux
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   └── variant-slim.md
├── orientdb
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── parallel-update.sh
├── percona
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── perl
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── photon
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── php
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   ├── variant-apache.md
│   ├── variant-cli.md
│   ├── variant-fpm.md
│   └── variant.md
├── php-zendserver
│   ├── content.md
│   ├── deprecated.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── phpmyadmin
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── plone
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── postfixadmin
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   ├── variant-apache.md
│   ├── variant-fpm-alpine.md
│   └── variant-fpm.md
├── postgres
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── push.pl
├── push.sh
├── pypy
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── python
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   └── variant-slim.md
├── r-base
│   ├── content.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── rabbitmq
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── rakudo-star
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── README.md
├── redis
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── redmine
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── registry
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── rethinkdb
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── rocket.chat
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── rockylinux
│   ├── content.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── ros
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── ruby
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── rust
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── sapmachine
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── satosa
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── scratch
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── silverpeas
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── solr
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── sonarqube
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── spark
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── spiped
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── storm
│   ├── compose.yaml
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── swift
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── swipl
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── teamspeak
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── telegraf
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── tomcat
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── tomee
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── traefik
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   └── variant-alpine.md
├── ubuntu
│   ├── content.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── unit
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── update.sh
├── varnish
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── websphere-liberty
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── wordpress
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   ├── variant-cli.md
│   └── variant-fpm.md
├── xwiki
│   ├── content.md
│   ├── get-help.md
│   ├── github-repo
│   ├── issues.md
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   └── README.md
├── ymlfmt.sh
├── yourls
│   ├── compose.yaml
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.svg
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   └── variant-fpm.md
├── znc
│   ├── content.md
│   ├── github-repo
│   ├── license.md
│   ├── logo.png
│   ├── maintainer.md
│   ├── metadata.json
│   ├── README-short.txt
│   ├── README.md
│   └── variant-slim.md
└── zookeeper
    ├── compose.yaml
    ├── content.md
    ├── github-repo
    ├── license.md
    ├── logo.png
    ├── maintainer.md
    ├── metadata.json
    ├── README-short.txt
    └── README.md
```

# Files

--------------------------------------------------------------------------------
/redis/license.md:
--------------------------------------------------------------------------------

```markdown
1 | Starting with Redis 8.0, Redis follows a tri-licensing model with the choice of the [Redis Source Available License v2 - RSALv2](https://redis.io/legal/rsalv2-agreement/), [Server Side Public License v1 - SSPLv1](https://redis.io/legal/server-side-public-license-sspl/), or the [GNU Affero General Public License v3 - AGPLv3](https://opensource.org/license/agpl-v3). Prior versions of Redis (<=7.2.4) are licensed under [3-Clause BSD](https://opensource.org/license/bsd-3-clause)⁠, and Redis 7.4.x-7.8.x are licensed under the dual [RSALv2](https://redis.io/legal/rsalv2-agreement/) or [SSPLv1](https://redis.io/legal/server-side-public-license-sspl/) license.
2 | 
3 | Please also view the [Redis License Overview](https://redis.io/legal/licenses/) and the [Redis Trademark Policy](https://redis.io/legal/trademark-policy/).
4 | 
```

--------------------------------------------------------------------------------
/couchbase/license.md:
--------------------------------------------------------------------------------

```markdown
1 | Couchbase Server comes in two editions: Enterprise Edition and Community Edition. You can find details on the differences between the two and licensing information on the [Couchbase Server Editions](https://docs.couchbase.com/server/current/introduction/editions.html) page.
2 | 
3 | -	**Enterprise Edition** -- The Enterprise Edition license provides for free for development and testing for Couchbase Enterprise Edition. A paid subscription for production deployment is required. Please refer to the [pricing](https://www.couchbase.com/pricing) page for details on Couchbase's Enterprise Edition.
4 | 
5 | -	**Community Edition** -- The Community Edition license provides for free deployment of Couchbase Community Edition for departmental-scale deployments of up to five node clusters. It has recently been changed to disallow use of XDCR, which is now an exclusive Enterprise Edition feature.
6 | 
```

--------------------------------------------------------------------------------
/arangodb/license.md:
--------------------------------------------------------------------------------

```markdown
1 | The official Docker images of the ArangoDB Community Edition are governed by the [ArangoDB Community License](https://arangodb.com/community-license/). It limits deployments to a 100 GB on dataset size in production and you cannot use it for any commercial purposes, only internal business purposes.
2 | 
3 | The source code of the Community Edition is available under the [Business Source License 1.1 (BUSL-1.1)](https://github.com/arangodb/arangodb/blob/devel/LICENSE). Copying, modification, redistribution, non-commercial use, and commercial use in a non-production context are always allowed. Additionally, you can deploy BUSL-licensed ArangoDB source code for any purpose (including production) as long as you are not creating a commercial derivative work or offering, or are including it in a commercial product, application, or service. On the fourth anniversary of the first publicly available distribution of a specific version, the license changes to the permissive Apache 2.0 open-source license.
4 | 
5 | Up to ArangoDB version 3.11, ArangoDB is licensed under the [Apache 2.0 License](https://github.com/arangodb/arangodb/blob/3.11/LICENSE).
6 | 
7 | ArangoDB contains [software of third parties under their respective licenses](https://github.com/arangodb/arangodb/blob/devel/LICENSES-OTHER-COMPONENTS.md).
8 | 
```

--------------------------------------------------------------------------------
/elasticsearch/variant-alpine.md:
--------------------------------------------------------------------------------

```markdown
1 | 
```

--------------------------------------------------------------------------------
/logstash/variant-alpine.md:
--------------------------------------------------------------------------------

```markdown
1 | 
```

--------------------------------------------------------------------------------
/openjdk/variant-slim.md:
--------------------------------------------------------------------------------

```markdown
1 | 
```

--------------------------------------------------------------------------------
/oraclelinux/variant-slim.md:
--------------------------------------------------------------------------------

```markdown
1 | 
```

--------------------------------------------------------------------------------
/traefik/variant-alpine.md:
--------------------------------------------------------------------------------

```markdown
1 | 
```

--------------------------------------------------------------------------------
/api-firewall/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | The Wallarm Team
2 | 
```

--------------------------------------------------------------------------------
/debian/variant.md:
--------------------------------------------------------------------------------

```markdown
1 | # Image Variants
2 | 
```

--------------------------------------------------------------------------------
/busybox/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Busybox base image.
2 | 
```

--------------------------------------------------------------------------------
/gazebo/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../ros/maintainer.md
```

--------------------------------------------------------------------------------
/dart/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | The Dart Docker Team
2 | 
```

--------------------------------------------------------------------------------
/drupal/variant-fpm.md:
--------------------------------------------------------------------------------

```markdown
1 | ../php/variant-fpm.md
```

--------------------------------------------------------------------------------
/wordpress/variant-fpm.md:
--------------------------------------------------------------------------------

```markdown
1 | ../php/variant-fpm.md
```

--------------------------------------------------------------------------------
/yourls/variant-fpm.md:
--------------------------------------------------------------------------------

```markdown
1 | ../php/variant-fpm.md
```

--------------------------------------------------------------------------------
/odoo/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Odoo](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/neo4j/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Neo4j](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/nginx/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Official build of Nginx.
2 | 
```

--------------------------------------------------------------------------------
/photon/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [VMware](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/yourls/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [YOURLS](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/fluentd/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Fluentd](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/joomla/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Joomla!](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/mageia/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Official Mageia base image
2 | 
```

--------------------------------------------------------------------------------
/percona/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Percona](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/arangodb/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [ArangoDB](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/crate/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Crate.io](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/eclipse-temurin/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Adoptium](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/orientdb/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [OrientDB](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/.common-templates/maintainer-hashicorp.md:
--------------------------------------------------------------------------------

```markdown
1 | [HashiCorp](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/liquibase/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Liquibase](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/rethinkdb/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [RethinkDB](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/.common-templates/maintainer-influxdata.md:
--------------------------------------------------------------------------------

```markdown
1 | [InfluxData](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/convertigo/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Convertigo](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/friendica/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [nupplaPhil](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/nextcloud/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Nextcloud manual docker image
2 | 
```

--------------------------------------------------------------------------------
/phpmyadmin/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [phpMyAdmin](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/silverpeas/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Silverpeas](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/znc/README-short.txt:
--------------------------------------------------------------------------------

```
1 | ZNC - An advanced IRC bouncer
2 | 
```

--------------------------------------------------------------------------------
/httpd/README-short.txt:
--------------------------------------------------------------------------------

```
1 | The Apache HTTP Server Project
2 | 
```

--------------------------------------------------------------------------------
/monica/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Monica Team](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/neurodebian/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [NeuroDebian](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/redis/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Redis LTD](https://redis.io/)
2 | 
```

--------------------------------------------------------------------------------
/rocket.chat/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Rocket.Chat](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/sonarqube/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [SonarSource](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/.common-templates/maintainer-docker.md:
--------------------------------------------------------------------------------

```markdown
1 | [Docker, Inc.](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/backdrop/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Backdrop Ops](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/friendica/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Welcome to the free social web.
2 | 
```

--------------------------------------------------------------------------------
/alt/README-short.txt:
--------------------------------------------------------------------------------

```
1 | The official build of ALT Linux.
2 | 
```

--------------------------------------------------------------------------------
/clefos/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [GitHub](%%GITHUB-REPO%%/issues)
2 | 
```

--------------------------------------------------------------------------------
/fedora/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Official Docker builds of Fedora
2 | 
```

--------------------------------------------------------------------------------
/mongo-express/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [mongo-express](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/postfixadmin/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Postfix Admin](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/couchdb/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Apache CouchDB](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/maven/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Carlos Sanchez](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/aerospike/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Aerospike, Inc.](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/clickhouse/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [ClickHouse Inc.](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/plone/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Plone Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/rockylinux/README-short.txt:
--------------------------------------------------------------------------------

```
1 | The official build of Rocky Linux.
2 | 
```

--------------------------------------------------------------------------------
/almalinux/README-short.txt:
--------------------------------------------------------------------------------

```
1 | The official build of AlmaLinux OS.
2 | 
```

--------------------------------------------------------------------------------
/amazoncorretto/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the AWS JDK team](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/elasticsearch/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Elastic Team](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/kibana/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Elastic Team](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/logstash/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Elastic Team](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/mono/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Mono Project](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/nats/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the NATS Project](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/sapmachine/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | send an email to [email protected]
2 | 
```

--------------------------------------------------------------------------------
/clearlinux/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Intel Corporation](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/irssi/README-short.txt:
--------------------------------------------------------------------------------

```
1 | irssi - The IRC client of the future
2 | 
```

--------------------------------------------------------------------------------
/mageia/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Mageia Developers](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/znc/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the ZNC Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/clefos/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [The ClefOS Project](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/liquibase/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Liquibase is DevOps for your database.
```

--------------------------------------------------------------------------------
/perl/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Perl Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/rakudo-star/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Raku Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/traefik/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Traefik, The Cloud Native Edge Router
2 | 
```

--------------------------------------------------------------------------------
/haxe/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Haxe Foundation](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/ibm-semeru-runtimes/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [IBM Semeru Runtimes](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/rocket.chat/README-short.txt:
--------------------------------------------------------------------------------

```
1 | The Complete Open Source Chat Solution
2 | 
```

--------------------------------------------------------------------------------
/sapmachine/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [The SapMachine Team](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/swift/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Swift Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/traefik/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Traefik Project](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/xwiki/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the XWiki Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/.common-templates/maintainer-community.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Docker Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/bonita/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Bonitasoft Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/eggdrop/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": []
4 |   }
5 | }
6 | 
```

--------------------------------------------------------------------------------
/friendica/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": []
4 |   }
5 | }
6 | 
```

--------------------------------------------------------------------------------
/hello-world/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": []
4 |   }
5 | }
6 | 
```

--------------------------------------------------------------------------------
/irssi/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": []
4 |   }
5 | }
6 | 
```

--------------------------------------------------------------------------------
/openjdk/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": []
4 |   }
5 | }
6 | 
```

--------------------------------------------------------------------------------
/oraclelinux/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Official Docker builds of Oracle Linux.
2 | 
```

--------------------------------------------------------------------------------
/r-base/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Rocker Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/rocket.chat/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": []
4 |   }
5 | }
6 | 
```

--------------------------------------------------------------------------------
/scratch/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": []
4 |   }
5 | }
6 | 
```

--------------------------------------------------------------------------------
/teamspeak/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": []
4 |   }
5 | }
6 | 
```

--------------------------------------------------------------------------------
/znc/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": []
4 |   }
5 | }
6 | 
```

--------------------------------------------------------------------------------
/amazonlinux/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Amazon Linux Team](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/geonetwork/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [GeoNetwork opensource](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/notary/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-docker.md
```

--------------------------------------------------------------------------------
/adminer/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Database management in a single PHP file.
2 | 
```

--------------------------------------------------------------------------------
/clefos/README-short.txt:
--------------------------------------------------------------------------------

```
1 | DEPRECATED; The official build of ClefOS.
2 | 
```

--------------------------------------------------------------------------------
/eclipse-mosquitto/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Eclipse Foundation](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/krakend/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the KrakenD Maintainers](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/nextcloud/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Nextcloud community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/node/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [The Node.js Docker Team](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/php-zendserver/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Perforce Software, Inc.](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/solr/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Apache Solr project](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/alt/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [The ALT Linux Team Cloud](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/buildpack-deps/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/busybox/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/cassandra/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/cirros/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/clojure/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/emqx/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [EMQ Technologies](https://github.com/emqx)
2 | 
```

--------------------------------------------------------------------------------
/erlang/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/flink/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | https://issues.apache.org/jira/browse/FLINK
2 | 
```

--------------------------------------------------------------------------------
/gcc/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/ghost/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/golang/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/haproxy/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/haskell/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/hello-world/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/httpd/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/ibmjava/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [IBM Runtime Technologies](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/jetty/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/jruby/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/julia/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/memcached/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/mongo/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/monica/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Monica – the Personal Relationship Manager.
2 | 
```

--------------------------------------------------------------------------------
/openjdk/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/php/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/pypy/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/python/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/rabbitmq/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/redmine/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/registry/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/ruby/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/spark/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | https://issues.apache.org/jira/browse/SPARK
2 | 
```

--------------------------------------------------------------------------------
/storm/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | https://issues.apache.org/jira/browse/STORM
2 | 
```

--------------------------------------------------------------------------------
/swipl/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the SWI-Prolog community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/tomcat/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/tomee/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/websphere-liberty/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the IBM WASdev Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/wordpress/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/zookeeper/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-community.md
```

--------------------------------------------------------------------------------
/bash/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Bash is the GNU Project's Bourne Again SHell
2 | 
```

--------------------------------------------------------------------------------
/chronograf/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-influxdata.md
```

--------------------------------------------------------------------------------
/couchbase/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Couchbase Docker Team](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/docker/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Docker in Docker! (commonly known as "dind")
2 | 
```

--------------------------------------------------------------------------------
/groovy/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Apache Groovy project](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/hylang/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Paul Tagliamonte, Hy BDFL](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/influxdb/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-influxdata.md
```

--------------------------------------------------------------------------------
/kapacitor/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-influxdata.md
```

--------------------------------------------------------------------------------
/telegraf/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | ../.common-templates/maintainer-influxdata.md
```

--------------------------------------------------------------------------------
/fedora/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Fedora Release Engineering](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/hitch/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Hitch Docker Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/open-liberty/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Open Liberty Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/almalinux/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [The AlmaLinux OS Foundation](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/kong/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Kong Docker Maintainers](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/openjdk/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Pre-release / non-production builds of OpenJDK
2 | 
```

--------------------------------------------------------------------------------
/rust/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Rust Project developers](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/satosa/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Identity Python project](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/unit/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Unit Docker Maintainers](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/caddy/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Caddy Docker Maintainers](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/nginx/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the NGINX Docker Maintainers](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/ubuntu/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Canonical](https://launchpad.net/cloud-images)
2 | 
```

--------------------------------------------------------------------------------
/varnish/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Varnish Docker Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/xwiki/README-short.txt:
--------------------------------------------------------------------------------

```
1 | XWiki: The Advanced Open Source Enterprise Wiki.
```

--------------------------------------------------------------------------------
/logstash/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Logstash is a tool for managing events and logs.
2 | 
```

--------------------------------------------------------------------------------
/docker/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Tianon (of the Docker Project)](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/clojure/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Clojure is a dialect of Lisp that runs on the JVM.
2 | 
```

--------------------------------------------------------------------------------
/elixir/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Erlang Ecosystem Foundation](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/hello-world/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Hello World! (an example of minimal Dockerization)
2 | 
```

--------------------------------------------------------------------------------
/oraclelinux/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Oracle Linux Container Team](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/postgres/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the PostgreSQL Docker Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/.template-helpers/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [%%GITHUB-REPO%%/issues](%%GITHUB-REPO%%/issues?q=)
2 | 
```

--------------------------------------------------------------------------------
/eggdrop/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Eggheads (the Eggdrop community)](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/phpmyadmin/README-short.txt:
--------------------------------------------------------------------------------

```
1 | phpMyAdmin - A web interface for MySQL and MariaDB.
2 | 
```

--------------------------------------------------------------------------------
/joomla/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Joomla! is an open source content management system.
2 | 
```

--------------------------------------------------------------------------------
/caddy/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Caddy Community Forums](https://caddy.community)
2 | 
```

--------------------------------------------------------------------------------
/neo4j/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [Neo4j Community Forums](https://community.neo4j.com)
2 | 
```

--------------------------------------------------------------------------------
/open-liberty/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Open Liberty multi-architecture images based on Ubuntu
2 | 
```

--------------------------------------------------------------------------------
/ros/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Open Source Robotics Foundation](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/unit/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Official build of NGINX Unit: Universal Web App Server
2 | 
```

--------------------------------------------------------------------------------
/kong/README-short.txt:
--------------------------------------------------------------------------------

```
1 | The Cloud-Native API Gateway for APIs and Microservices
2 | 
```

--------------------------------------------------------------------------------
/rakudo-star/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Rakudo is a compiler for the Raku programming language.
2 | 
```

--------------------------------------------------------------------------------
/composer/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Composer is a dependency manager written in and for PHP.
2 | 
```

--------------------------------------------------------------------------------
/jetty/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Jetty provides a Web server and javax.servlet container.
2 | 
```

--------------------------------------------------------------------------------
/r-base/README-short.txt:
--------------------------------------------------------------------------------

```
1 | R is a system for statistical computation and graphics. 
2 | 
```

--------------------------------------------------------------------------------
/spark/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Apache Spark](https://spark.apache.org/committers.html)
2 | 
```

--------------------------------------------------------------------------------
/ibmjava/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Official IBM® SDK, Java™ Technology Edition Docker Image.
2 | 
```

--------------------------------------------------------------------------------
/mediawiki/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [MediaWiki community & Docker Community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/neo4j/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Neo4j is a highly scalable, robust native graph database.
2 | 
```

--------------------------------------------------------------------------------
/photon/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Photon OS is an open source minimal Linux container host.
2 | 
```

--------------------------------------------------------------------------------
/sapmachine/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Official SapMachine Docker Image, SAP's build of OpenJDK.
2 | 
```

--------------------------------------------------------------------------------
/swipl/README-short.txt:
--------------------------------------------------------------------------------

```
1 | SWI-Prolog offers a comprehensive free Prolog environment.
```

--------------------------------------------------------------------------------
/adminer/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Tim Düsterhus (of the Docker Community)](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/matomo/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Matomo](%%GITHUB-REPO%%) (a Matomo community contributor)
2 | 
```

--------------------------------------------------------------------------------
/mysql/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Docker Community and the MySQL Team](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/cirros/README-short.txt:
--------------------------------------------------------------------------------

```
1 | CirrOS is a Tiny OS that specializes in running on a cloud.
2 | 
```

--------------------------------------------------------------------------------
/rabbitmq/README-short.txt:
--------------------------------------------------------------------------------

```
1 | RabbitMQ is an open source multi-protocol messaging broker.
2 | 
```

--------------------------------------------------------------------------------
/rockylinux/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [The Rocky Enterprise Software Foundation](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/websphere-liberty/README-short.txt:
--------------------------------------------------------------------------------

```
1 | WebSphere Liberty multi-architecture images based on Ubuntu
2 | 
```

--------------------------------------------------------------------------------
/lightstreamer/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Lightstreamer Server Development Team](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/solr/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Solr Community](https://solr.apache.org/community.html)
2 | 
```

--------------------------------------------------------------------------------
/alpine/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Natanael Copa](%%GITHUB-REPO%%) (an Alpine Linux maintainer)
2 | 
```

--------------------------------------------------------------------------------
/notary/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "security"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/php-zendserver/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [Zend Support Center](https://www.zend.com/en/support-center)
2 | 
```

--------------------------------------------------------------------------------
/spiped/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "security"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/archlinux/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | https://gitlab.archlinux.org/archlinux/archlinux-docker/issues
2 | 
```

--------------------------------------------------------------------------------
/cassandra/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Apache Cassandra is an open-source distributed storage system.
2 | 
```

--------------------------------------------------------------------------------
/clearlinux/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Official docker build of Clear Linux OS for Intel Architecture
2 | 
```

--------------------------------------------------------------------------------
/eclipse-temurin/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Official Images for OpenJDK binaries built by Eclipse Temurin.
2 | 
```

--------------------------------------------------------------------------------
/flink/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Apache Flink](https://flink.apache.org/community.html#people)
2 | 
```

--------------------------------------------------------------------------------
/haskell/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Haskell is an advanced purely-functional programming language.
2 | 
```

--------------------------------------------------------------------------------
/websphere-liberty/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [the WASdev community](https://developer.ibm.com/wasdev/help/)
2 | 
```

--------------------------------------------------------------------------------
/haproxy/README-short.txt:
--------------------------------------------------------------------------------

```
1 | HAProxy - The Reliable, High Performance TCP/HTTP Load Balancer
2 | 
```

--------------------------------------------------------------------------------
/storm/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Apache Storm](https://storm.apache.org/contribute/People.html)
2 | 
```

--------------------------------------------------------------------------------
/traefik/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "networking"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/caddy/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "web-servers"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/geonetwork/README-short.txt:
--------------------------------------------------------------------------------

```
1 | GeoNetwork is a FOSS catalog for spatially referenced resources.
2 | 
```

--------------------------------------------------------------------------------
/groovy/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Apache Groovy is a multi-faceted language for the Java platform.
2 | 
```

--------------------------------------------------------------------------------
/haproxy/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "web-servers"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/hitch/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "web-servers"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/httpd/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "web-servers"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/jetty/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "web-servers"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/nginx/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "web-servers"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/open-liberty/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "web-servers"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/tomcat/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "web-servers"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/tomee/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "web-servers"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/unit/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "web-servers"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/varnish/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "web-servers"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/websphere-liberty/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "web-servers"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/flink/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "data-science"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/geonetwork/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "data-science"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/neurodebian/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "data-science"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/oraclelinux/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | see the "Customer Support" and "Community Support" sections below
2 | 
```

--------------------------------------------------------------------------------
/spark/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "data-science"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/storm/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "data-science"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/dart/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Dart is a client-optimized language for fast apps on any platform.
2 | 
```

--------------------------------------------------------------------------------
/fluentd/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Fluentd is an open source data collector for unified logging layer
2 | 
```

--------------------------------------------------------------------------------
/spark/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [Apache Spark™ community](https://spark.apache.org/community.html)
2 | 
```

--------------------------------------------------------------------------------
/swift/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [https://bugs.swift.org](https://bugs.swift.org) Component: Docker
2 | 
```

--------------------------------------------------------------------------------
/api-firewall/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "api-management"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/emqx/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "message-queues"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/kong/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "api-management"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/krakend/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "api-management"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/lightstreamer/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "message-queues"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/mongo-express/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Web-based MongoDB admin interface, written with Node.js and express
2 | 
```

--------------------------------------------------------------------------------
/nats/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "message-queues"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/open-liberty/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Open Liberty community](https://www.openliberty.io/community/)
2 | 
```

--------------------------------------------------------------------------------
/rabbitmq/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "message-queues"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/satosa/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "api-management"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/bash/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "developer-tools"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/buildpack-deps/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "developer-tools"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/chronograf/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Chronograf is a visualization tool for time series data in InfluxDB.
2 | 
```

--------------------------------------------------------------------------------
/composer/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "developer-tools"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/docker/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "developer-tools"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/gradle/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "developer-tools"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/liquibase/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "developer-tools"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/postfixadmin/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "developer-tools"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/maven/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Apache Maven is a software project management and comprehension tool.
2 | 
```

--------------------------------------------------------------------------------
/mediawiki/README-short.txt:
--------------------------------------------------------------------------------

```
1 | MediaWiki is a free software open source wiki package written in PHP.
2 | 
```

--------------------------------------------------------------------------------
/storm/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [Apache Storm™ community](https://storm.apache.org/getting-help.html)
2 | 
```

--------------------------------------------------------------------------------
/xwiki/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [the XWiki Docker JIRA project](http://jira.xwiki.org/browse/XDOCKER)
2 | 
```

--------------------------------------------------------------------------------
/almalinux/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/alpine/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/alt/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/amazonlinux/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/archlinux/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/busybox/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/cirros/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/clearlinux/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/clefos/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/debian/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/fedora/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/mageia/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/oraclelinux/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/photon/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/rockylinux/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/ros/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/ubuntu/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "operating-systems"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/bonita/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Bonita is an open-source business process management and workflow suite
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 | 
```

--------------------------------------------------------------------------------
/nats/README-short.txt:
--------------------------------------------------------------------------------

```
1 | NATS is an open-source, high-performance, cloud native messaging system.
2 | 
```

--------------------------------------------------------------------------------
/scratch/README-short.txt:
--------------------------------------------------------------------------------

```
1 | an explicitly empty image, especially for building images "FROM scratch"
2 | 
```

--------------------------------------------------------------------------------
/kibana/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | For issues with the Kibana Docker image or Kibana: %%GITHUB-REPO%%/issues
2 | 
```

--------------------------------------------------------------------------------
/lightstreamer/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Lightstreamer is a real-time messaging server optimized for the Internet.
2 | 
```

--------------------------------------------------------------------------------
/logstash/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | For issues with Logstash Docker Image or Logstash: %%GITHUB-REPO%%/issues
2 | 
```

--------------------------------------------------------------------------------
/odoo/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Odoo (formerly known as OpenERP) is a suite of open-source business apps.
2 | 
```

--------------------------------------------------------------------------------
/spark/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Apache Spark - A unified analytics engine for large-scale data processing
2 | 
```

--------------------------------------------------------------------------------
/swift/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [Swift Docker Community Forums](https://forums.swift.org/c/server/docker)
2 | 
```

--------------------------------------------------------------------------------
/adminer/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/aerospike/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/arangodb/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/bonita/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [Jira](https://bonita.atlassian.net/jira/software/c/projects/BBPMC/issues)
2 | 
```

--------------------------------------------------------------------------------
/cassandra/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/clickhouse/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/couchbase/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/couchdb/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/crate/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/eggdrop/README-short.txt:
--------------------------------------------------------------------------------

```
1 | The official Docker image of Eggdrop- IRC's oldest actively-developed bot!
2 | 
```

--------------------------------------------------------------------------------
/elasticsearch/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/hitch/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Hitch is a libev-based high performance SSL/TLS proxy by Varnish Software.
2 | 
```

--------------------------------------------------------------------------------
/influxdb/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/mariadb/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/memcached/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/mongo-express/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/mongo/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/mongo/README-short.txt:
--------------------------------------------------------------------------------

```
1 | MongoDB document databases provide high availability and easy scalability.
2 | 
```

--------------------------------------------------------------------------------
/mysql/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/neo4j/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/orientdb/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/percona/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/postgres/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/redis/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/registry/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/rethinkdb/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/solr/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/zookeeper/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/backdrop/README-short.txt:
--------------------------------------------------------------------------------

```
1 | The comprehensive CMS for small to medium sized businesses and non-profits.
2 | 
```

--------------------------------------------------------------------------------
/ibm-semeru-runtimes/README-short.txt:
--------------------------------------------------------------------------------

```
1 | IBM Semeru Runtimes Official Images for OpenJDK and Eclipse OpenJ9 binaries.
2 | 
```

--------------------------------------------------------------------------------
/postfixadmin/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Postfix Admin - web based administration interface for Postfix mail servers.
2 | 
```

--------------------------------------------------------------------------------
/pypy/README-short.txt:
--------------------------------------------------------------------------------

```
1 | PyPy is a fast, compliant alternative implementation of the Python language.
2 | 
```

--------------------------------------------------------------------------------
/amazoncorretto/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/archlinux/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Arch Linux is a simple, lightweight Linux distribution aimed for flexibility.
2 | 
```

--------------------------------------------------------------------------------
/bonita/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/clojure/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/convertigo/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/dart/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/eclipse-temurin/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/elixir/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/erlang/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/gazebo/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/gcc/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/golang/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/groovy/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/haskell/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/haxe/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/hylang/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/ibm-semeru-runtimes/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/ibmjava/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/jruby/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/julia/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/maven/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/mono/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/node/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/perl/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/php-zendserver/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/php/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/pypy/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/python/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/r-base/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/rakudo-star/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/ruby/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/rust/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/sapmachine/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/sonarqube/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "integration-and-delivery"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/swift/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/swipl/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "languages-and-frameworks"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/backdrop/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/couchbase/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Couchbase Server is a NoSQL document database with a distributed architecture.
2 | 
```

--------------------------------------------------------------------------------
/drupal/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/ghost/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/joomla/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/mediawiki/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/monica/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/nextcloud/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/odoo/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/plone/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/redmine/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/silverpeas/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/wordpress/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/xwiki/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/yourls/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "content-management-system"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/memcached/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Free & open source, high-performance, distributed memory object caching system.
2 | 
```

--------------------------------------------------------------------------------
/mono/README-short.txt:
--------------------------------------------------------------------------------

```
1 | DEPRECATED; Mono is an open source implementation of Microsoft's .NET Framework
2 | 
```

--------------------------------------------------------------------------------
/plone/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Plone is a free and open source content management system built on top of Zope.
2 | 
```

--------------------------------------------------------------------------------
/sonarqube/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Official images for SonarQube, code analysis tool for code quality and security
2 | 
```

--------------------------------------------------------------------------------
/storm/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Apache Storm is a free and open source distributed realtime computation system.
2 | 
```

--------------------------------------------------------------------------------
/golang/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Go (golang) is a general purpose, higher-level, imperative programming language.
2 | 
```

--------------------------------------------------------------------------------
/orientdb/README-short.txt:
--------------------------------------------------------------------------------

```
1 | OrientDB a Multi-Model Open Source NoSQL DBMS that combines graphs and documents.
```

--------------------------------------------------------------------------------
/chronograf/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "monitoring-and-observability"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/fluentd/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "monitoring-and-observability"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/kapacitor/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "monitoring-and-observability"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/kibana/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "monitoring-and-observability"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/logstash/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "monitoring-and-observability"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/matomo/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "monitoring-and-observability"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/perl/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Perl is a high-level, general-purpose, interpreted, dynamic programming language.
2 | 
```

--------------------------------------------------------------------------------
/rust/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Rust is a systems programming language focused on safety, speed, and concurrency.
2 | 
```

--------------------------------------------------------------------------------
/telegraf/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "monitoring-and-observability"
5 |     ]
6 |   }
7 | }
8 | 
```

--------------------------------------------------------------------------------
/yourls/README-short.txt:
--------------------------------------------------------------------------------

```
1 | YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener.
2 | 
```

--------------------------------------------------------------------------------
/gcc/README-short.txt:
--------------------------------------------------------------------------------

```
1 | The GNU Compiler Collection is a compiling system that supports several languages.
2 | 
```

--------------------------------------------------------------------------------
/ghost/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Publish by web and email newsletter, with member signups and subscription payments.
```

--------------------------------------------------------------------------------
/mysql/README-short.txt:
--------------------------------------------------------------------------------

```
1 | MySQL is a widely used, open-source relational database management system (RDBMS).
2 | 
```

--------------------------------------------------------------------------------
/elasticsearch/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | For issues with Elasticsearch Docker Image or Elasticsearch: %%GITHUB-REPO%%/issues
2 | 
```

--------------------------------------------------------------------------------
/node/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Node.js is a JavaScript-based platform for server-side and networking applications.
2 | 
```

--------------------------------------------------------------------------------
/silverpeas/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Silverpeas is a turnkey and open-source Collaborative and Social-Networking Portal.
2 | 
```

--------------------------------------------------------------------------------
/hylang/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Hy is a Lisp dialect that translates expressions into Python's abstract syntax tree.
2 | 
```

--------------------------------------------------------------------------------
/tomee/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Apache TomEE is an all-Apache Java EE certified stack where Apache Tomcat is top dog.
2 | 
```

--------------------------------------------------------------------------------
/api-firewall/README-short.txt:
--------------------------------------------------------------------------------

```
1 | A light-weighted API Firewall to protect your API endpoints with API Schema validation.
```

--------------------------------------------------------------------------------
/emqx/README-short.txt:
--------------------------------------------------------------------------------

```
1 | The most scalable open-source MQTT broker for IoT, IIoT, connected vehicles, and more.
2 | 
```

--------------------------------------------------------------------------------
/wordpress/README-short.txt:
--------------------------------------------------------------------------------

```
1 | The WordPress rich content management system can utilize plugins, widgets, and themes.
2 | 
```

--------------------------------------------------------------------------------
/arangodb/README-short.txt:
--------------------------------------------------------------------------------

```
1 | ArangoDB - a scalable graph database system to drive value from connected data, faster.
2 | 
```

--------------------------------------------------------------------------------
/mariadb/README-short.txt:
--------------------------------------------------------------------------------

```
1 | MariaDB Server is a high performing open source relational database, forked from MySQL.
2 | 
```

--------------------------------------------------------------------------------
/r-base/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [GitHub](%%GITHUB-REPO%%/issues) or [Email](mailto:[email protected])
2 | 
```

--------------------------------------------------------------------------------
/influxdb/README-short.txt:
--------------------------------------------------------------------------------

```
1 | InfluxDB is the open source time series database built for real-time analytic workloads.
2 | 
```

--------------------------------------------------------------------------------
/solr/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [The Solr Users mailing list](https://solr.apache.org/community.html#mailing-lists-chat)
2 | 
```

--------------------------------------------------------------------------------
/aerospike/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Aerospike Forums](https://discuss.aerospike.com) or [GitHub](%%GITHUB-REPO%%/issues)
2 | 
```

--------------------------------------------------------------------------------
/debian/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Debian is a Linux distribution that's composed entirely of free and open-source software.
2 | 
```

--------------------------------------------------------------------------------
/postgres/README-short.txt:
--------------------------------------------------------------------------------

```
1 | The PostgreSQL object-relational database system provides reliability and data integrity.
2 | 
```

--------------------------------------------------------------------------------
/python/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Python is an interpreted, interactive, object-oriented, open-source programming language.
2 | 
```

--------------------------------------------------------------------------------
/buildpack-deps/README-short.txt:
--------------------------------------------------------------------------------

```
1 | A collection of common build dependencies used for installing various modules, e.g., gems.
2 | 
```

--------------------------------------------------------------------------------
/flink/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Apache Flink® is a powerful open-source distributed stream and batch processing framework.
2 | 
```

--------------------------------------------------------------------------------
/php-zendserver/README-short.txt:
--------------------------------------------------------------------------------

```
1 | DEPRECATED; Zend Server - the integrated PHP application platform for mobile and web apps.
2 | 
```

--------------------------------------------------------------------------------
/registry/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Distribution implementation for storing and distributing of container images and artifacts
2 | 
```

--------------------------------------------------------------------------------
/solr/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Solr is the blazing-fast, open source, multi-modal search platform built on Apache Lucene.
2 | 
```

--------------------------------------------------------------------------------
/telegraf/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Telegraf is an agent for collecting metrics and writing them to InfluxDB or other outputs.
2 | 
```

--------------------------------------------------------------------------------
/redis/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Redis is the world’s fastest data platform for caching, vector search, and NoSQL databases.
2 | 
```

--------------------------------------------------------------------------------
/ros/README-short.txt:
--------------------------------------------------------------------------------

```
1 | The Robot Operating System (ROS) is an open source project for building robot applications.
2 | 
```

--------------------------------------------------------------------------------
/almalinux/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [https://bugs.almalinux.org](https://bugs.almalinux.org) or [GitHub](%%GITHUB-REPO%%/issues)
2 | 
```

--------------------------------------------------------------------------------
/elixir/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Elixir is a dynamic, functional language for building scalable and maintainable applications.
```

--------------------------------------------------------------------------------
/silverpeas/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Silverpeas user mailing list](https://groups.google.com/forum/#!forum/silverpeas-users)
2 | 
```

--------------------------------------------------------------------------------
/varnish/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Varnish is an HTTP accelerator designed for content-heavy dynamic web sites as well as APIs.
2 | 
```

--------------------------------------------------------------------------------
/aerospike/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Aerospike – the reliable, high performance, distributed database optimized for flash and RAM.
2 | 
```

--------------------------------------------------------------------------------
/gazebo/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Gazebo is an open source project for simulating robots, offering robust physics and rendering.
```

--------------------------------------------------------------------------------
/julia/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Julia is a high-level, high-performance dynamic programming language for technical computing.
2 | 
```

--------------------------------------------------------------------------------
/satosa/README-short.txt:
--------------------------------------------------------------------------------

```
1 | SATOSA translates between authentication protocols such as SAML2, OpenID Connect, and OAuth2.
2 | 
```

--------------------------------------------------------------------------------
/neurodebian/README-short.txt:
--------------------------------------------------------------------------------

```
1 | NeuroDebian provides neuroscience research software for Debian, Ubuntu, and other derivatives.
2 | 
```

--------------------------------------------------------------------------------
/notary/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Notary server and signer cooperatively handle signing and distribution of notary repositories.
2 | 
```

--------------------------------------------------------------------------------
/redmine/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Redmine is a flexible project management web application written using Ruby on Rails framework
2 | 
```

--------------------------------------------------------------------------------
/rockylinux/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [https://bugs.rockylinux.org](https://bugs.rockylinux.org) or [GitHub](%%GITHUB-REPO%%/issues)
2 | 
```

--------------------------------------------------------------------------------
/convertigo/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Enterprise grade full-stack Open source Low Code & No Code Platform for web & mobile application
```

--------------------------------------------------------------------------------
/eclipse-mosquitto/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "internet-of-things",
5 |       "message-queues"
6 |     ]
7 |   }
8 | }
9 | 
```

--------------------------------------------------------------------------------
/percona/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Percona Server is a fork of the MySQL relational database management system created by Percona.
2 | 
```

--------------------------------------------------------------------------------
/amazoncorretto/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Corretto is a no-cost, production-ready distribution of the Open Java Development Kit (OpenJDK).
2 | 
```

--------------------------------------------------------------------------------
/drupal/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Docker Community](%%GITHUB-REPO%%) (*not* the Drupal Community or the Drupal Security Team)
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 | 
```

--------------------------------------------------------------------------------
/kibana/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Kibana gives shape to any kind of data — structured and unstructured — indexed in Elasticsearch.
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 | 
```

--------------------------------------------------------------------------------
/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 | 
```

--------------------------------------------------------------------------------
/erlang/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Erlang is a programming language used to build massively scalable systems with high availability.
2 | 
```

--------------------------------------------------------------------------------
/haxe/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Haxe is a modern, high level, static typed programming language with multiple compilation targets.
```

--------------------------------------------------------------------------------
/krakend/README-short.txt:
--------------------------------------------------------------------------------

```
1 | KrakenD is a stateless, high-performance, enterprise-ready, open source API gateway written in Go.
```

--------------------------------------------------------------------------------
/matomo/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Matomo is the leading open-source analytics platform that gives you more than powerful analytics.
2 | 
```

--------------------------------------------------------------------------------
/php/README-short.txt:
--------------------------------------------------------------------------------

```
1 | While designed for web development, the PHP scripting language also provides general-purpose use.
2 | 
```

--------------------------------------------------------------------------------
/spiped/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Spiped is a utility for creating symmetrically encrypted and authenticated pipes between sockets.
2 | 
```

--------------------------------------------------------------------------------
/zookeeper/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Apache ZooKeeper is an open-source server which enables highly reliable distributed coordination.
2 | 
```

--------------------------------------------------------------------------------
/ruby/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Ruby is a dynamic, reflective, object-oriented, general-purpose, open-source programming language.
2 | 
```

--------------------------------------------------------------------------------
/swift/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Swift is a high-performance system programming language, to learn more about Swift visit swift.org.
```

--------------------------------------------------------------------------------
/ubuntu/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [the cloud-images bug tracker](https://bugs.launchpad.net/cloud-images) (include the `docker` tag)
2 | 
```

--------------------------------------------------------------------------------
/caddy/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go.
2 | 
```

--------------------------------------------------------------------------------
/couchdb/README-short.txt:
--------------------------------------------------------------------------------

```
1 | CouchDB is a database that uses JSON for documents, an HTTP API, & JavaScript/declarative indexing.
2 | 
```

--------------------------------------------------------------------------------
/emqx/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [Discussions](https://github.com/emqx/emqx/discussions) or [Discord](https://discord.gg/xYGf3fQnES)
2 | 
```

--------------------------------------------------------------------------------
/gradle/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Gradle is a build tool with a focus on build automation and support for multi-language development.
2 | 
```

--------------------------------------------------------------------------------
/kapacitor/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Kapacitor is an open source framework for processing, monitoring, and alerting on time series data.
2 | 
```

--------------------------------------------------------------------------------
/phpmyadmin/metadata.json:
--------------------------------------------------------------------------------

```json
1 | {
2 |   "hub": {
3 |     "categories": [
4 |       "databases-and-storage",
5 |       "developer-tools"
6 |     ]
7 |   }
8 | }
9 | 
```

--------------------------------------------------------------------------------
/postfixadmin/variant-apache.md:
--------------------------------------------------------------------------------

```markdown
1 | ### apache
2 | 
3 | This starts an Apache webserver with PHP, so you can use `postfixadmin` out of the box.
4 | 
```

--------------------------------------------------------------------------------
/rethinkdb/README-short.txt:
--------------------------------------------------------------------------------

```
1 | RethinkDB is an open-source, document database that makes it easy to build and scale realtime apps.
2 | 
```

--------------------------------------------------------------------------------
/amazonlinux/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Amazon Linux provides a stable, secure, and high-performance execution environment for applications.
2 | 
```

--------------------------------------------------------------------------------
/clickhouse/README-short.txt:
--------------------------------------------------------------------------------

```
1 | ClickHouse is the fastest and most resource efficient OSS database for real-time apps and analytics.
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 | 
```

--------------------------------------------------------------------------------
/elasticsearch/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore.
2 | 
```

--------------------------------------------------------------------------------
/tomcat/README-short.txt:
--------------------------------------------------------------------------------

```
1 | Apache Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies
2 | 
```

--------------------------------------------------------------------------------
/php/variant.md:
--------------------------------------------------------------------------------

```markdown
1 | # Image Variants
2 | 
3 | The `%%IMAGE%%` images come in many flavors, each designed for a specific use case.
4 | 
```

--------------------------------------------------------------------------------
/sapmachine/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [GitHub](%%GITHUB-REPO%%/issues) For more information see the [SapMachine Wiki](%%GITHUB-REPO%%/wiki).
2 | 
```

--------------------------------------------------------------------------------
/mediawiki/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [https://phabricator.wikimedia.org/project/view/3094/](https://phabricator.wikimedia.org/project/view/3094/)
2 | 
```

--------------------------------------------------------------------------------
/elasticsearch/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 | 
 3 |   elasticsearch:
 4 |     image: elasticsearch
 5 | 
 6 |   kibana:
 7 |     image: kibana
 8 |     ports:
 9 |       - 5601:5601
10 | 
```

--------------------------------------------------------------------------------
/kibana/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 | 
 3 |   kibana:
 4 |     image: kibana
 5 |     ports:
 6 |       - 5601:5601
 7 | 
 8 |   elasticsearch:
 9 |     image: elasticsearch
10 | 
```

--------------------------------------------------------------------------------
/postfixadmin/variant-fpm.md:
--------------------------------------------------------------------------------

```markdown
1 | ### fpm
2 | 
3 | This image starts only a PHP FPM container. Use this variant if you already have a seperate webserver.
4 | 
```

--------------------------------------------------------------------------------
/busybox/variant-musl.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:musl`
2 | 
3 | -	[musl from Alpine](https://pkgs.alpinelinux.org/packages?name=musl) (statically compiled)
4 | 
```

--------------------------------------------------------------------------------
/teamspeak/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | TeamSpeak Developers [nwerensteijn](https://github.com/nwerensteijn) and [muenchow](https://github.com/muenchow)
2 | 
```

--------------------------------------------------------------------------------
/busybox/variant-uclibc.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:uclibc`
2 | 
3 | -	[uClibc](https://uclibc.org) via [Buildroot](https://buildroot.org) (statically compiled)
4 | 
```

--------------------------------------------------------------------------------
/composer/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Rob Bast](https://github.com/alcohol), with [contributions](%%GITHUB-REPO%%/graphs/contributors) from the community.
2 | 
```

--------------------------------------------------------------------------------
/.template-helpers/compose.md:
--------------------------------------------------------------------------------

```markdown
1 | ... via [`docker compose`](https://github.com/docker/compose)
2 | 
3 | Example `compose.yaml` for `%%REPO%%`:
4 | 
5 | %%COMPOSE-YAML%%
6 | 
```

--------------------------------------------------------------------------------
/kibana/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | the [Kibana Discuss Forums](https://discuss.elastic.co/c/kibana), the [Elastic community](https://www.elastic.co/community)
2 | 
```

--------------------------------------------------------------------------------
/registry/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [CNCF community slack](https://slack.cncf.io/), or [Stack Overflow](https://stackoverflow.com/questions/tagged/docker+registry)
2 | 
```

--------------------------------------------------------------------------------
/eclipse-temurin/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [Adoptium Slack](https://adoptium.net/slack); [Adoptium Support](https://github.com/adoptium/adoptium-support/issues/new/choose)
2 | 
```

--------------------------------------------------------------------------------
/unit/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | the [GitHub issues page](https://github.com/nginx/unit/issues), the [NGINX Community Slack](https://community.nginx.org/joinslack)
2 | 
```

--------------------------------------------------------------------------------
/logstash/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | the [Logstash Discuss Forums](https://discuss.elastic.co/c/logstash) and the [Elastic community](https://www.elastic.co/community).
2 | 
```

--------------------------------------------------------------------------------
/ymlfmt.sh:
--------------------------------------------------------------------------------

```bash
1 | #!/usr/bin/env bash
2 | set -e
3 | 
4 | exec docker run -i --rm -v "$PWD":/scratch -w /scratch -u "$(id -u):$(id -g)" tianon/ymlfmt ymlfmt "$@"
5 | 
```

--------------------------------------------------------------------------------
/ibmjava/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [GitHub](%%GITHUB-REPO%%/issues); for troubleshooting, see our [How Do I ...?](http://www.ibm.com/developerworks/java/jdk/howdoi/) page
2 | 
```

--------------------------------------------------------------------------------
/mariadb/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [MariaDB Foundation](https://mariadb.org), [MariaDB plc](https://mariadb.com), with contributions from our [community](%%GITHUB-REPO%%)
2 | 
```

--------------------------------------------------------------------------------
/elasticsearch/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | the [Elasticsearch Discuss Forums](https://discuss.elastic.co/c/elasticsearch), the [Elastic community](https://www.elastic.co/community)
2 | 
```

--------------------------------------------------------------------------------
/fedora/issues.md:
--------------------------------------------------------------------------------

```markdown
1 | [Fedora's bugzilla page](https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora%20Container%20Images) or [GitHub](%%GITHUB-REPO%%/issues)
2 | 
```

--------------------------------------------------------------------------------
/debian/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | Debian Developers [tianon](https://qa.debian.org/developer.php?login=tianon) and [paultag](https://qa.debian.org/developer.php?login=paultag)
2 | 
```

--------------------------------------------------------------------------------
/markdownfmt.sh:
--------------------------------------------------------------------------------

```bash
1 | #!/usr/bin/env bash
2 | set -e
3 | 
4 | exec docker run -i --rm -v "$PWD":/scratch -w /scratch -u "$(id -u):$(id -g)" tianon/markdownfmt markdownfmt "$@"
5 | 
```

--------------------------------------------------------------------------------
/crate/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [project documentation](https://crate.io/docs/), [StackOverflow](https://stackoverflow.com/tags/cratedb), [support channels](https://crate.io/support/)
2 | 
```

--------------------------------------------------------------------------------
/gradle/maintainer.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/ibmjava/get-help.md:
--------------------------------------------------------------------------------

```markdown
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:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/percona/issues.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/irssi/maintainer.md:
--------------------------------------------------------------------------------

```markdown
1 | [Jessie and Tianon (of the Docker Community)](%%GITHUB-REPO%%), [with the appreciation of the Irssi Project](https://twitter.com/GeertHauwaerts/status/559131523145035776)
2 | 
```

--------------------------------------------------------------------------------
/bash/maintainer.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/xwiki/get-help.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/busybox/variant-glibc.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:glibc`
2 | 
3 | -	[glibc from Debian](https://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=libc6) (which is then included in the image)
4 | 
```

--------------------------------------------------------------------------------
/amazonlinux/issues.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/znc/variant-slim.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%REPO%%:<version>-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 | 
```

--------------------------------------------------------------------------------
/mono/deprecated.md:
--------------------------------------------------------------------------------

```markdown
1 | This image is deprecated due to maintainer inactivity (last updated Jun 2022; [docker-library/official-images#12682](https://github.com/docker-library/official-images/pull/12682)).
2 | 
```

--------------------------------------------------------------------------------
/spiped/maintainer.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/flink/get-help.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/bonita/get-help.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/swipl/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [the Docker Community Slack](https://dockr.ly/comm-slack), [SWI-Prolog home](https://www.swi-prolog.org), [SWI-Prolog forum](https://swi-prolog.discourse.group/), [Stack Overflow](https://stackoverflow.com/help/on-topic)
2 | 
```

--------------------------------------------------------------------------------
/php-zendserver/deprecated.md:
--------------------------------------------------------------------------------

```markdown
1 | This image is not actively maintained (and [has not been for years](https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Fphp-zendserver)). It is highly recommended for users to seek out alternatives.
2 | 
```

--------------------------------------------------------------------------------
/mysql/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | # Use root/example as user/password credentials
 2 | 
 3 | services:
 4 | 
 5 |   db:
 6 |     image: mysql
 7 |     restart: always
 8 |     environment:
 9 |       MYSQL_ROOT_PASSWORD: example
10 |     # (this is just an example, not intended to be a production configuration)
11 | 
```

--------------------------------------------------------------------------------
/.template-helpers/get-help.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/percona/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | # Use root/example as user/password credentials
 2 | 
 3 | services:
 4 | 
 5 |   db:
 6 |     image: percona
 7 |     restart: always
 8 |     environment:
 9 |       MYSQL_ROOT_PASSWORD: example
10 | 
11 |   adminer:
12 |     image: adminer
13 |     restart: always
14 |     ports:
15 |       - 8080:8080
16 | 
```

--------------------------------------------------------------------------------
/parallel-update.sh:
--------------------------------------------------------------------------------

```bash
 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 | 
```

--------------------------------------------------------------------------------
/adminer/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | # Use root/example as user/password credentials
 2 | 
 3 | services:
 4 | 
 5 |   adminer:
 6 |     image: adminer
 7 |     restart: always
 8 |     ports:
 9 |       - 8080:8080
10 | 
11 |   db:
12 |     image: mysql:5.6
13 |     restart: always
14 |     environment:
15 |       MYSQL_ROOT_PASSWORD: example
16 | 
```

--------------------------------------------------------------------------------
/mariadb/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | # Use root/example as user/password credentials
 2 | 
 3 | services:
 4 | 
 5 |   db:
 6 |     image: mariadb
 7 |     restart: always
 8 |     environment:
 9 |       MARIADB_ROOT_PASSWORD: example
10 | 
11 |   adminer:
12 |     image: adminer
13 |     restart: always
14 |     ports:
15 |       - 8080:8080
16 | 
```

--------------------------------------------------------------------------------
/ibm-semeru-runtimes/issues.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/phpmyadmin/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 |   db:
 3 |     image: mariadb:10.11
 4 |     restart: always
 5 |     environment:
 6 |       MYSQL_ROOT_PASSWORD: notSecureChangeMe
 7 | 
 8 |   phpmyadmin:
 9 |     image: phpmyadmin
10 |     restart: always
11 |     ports:
12 |       - 8080:80
13 |     environment:
14 |       - PMA_ARBITRARY=1
15 | 
```

--------------------------------------------------------------------------------
/docker/variant-windowsservercore.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:<version>-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 | 
```

--------------------------------------------------------------------------------
/krakend/get-help.md:
--------------------------------------------------------------------------------

```markdown
1 | [documentation](https://www.krakend.io/docs/overview/introduction/), [community support](https://groups.google.com/a/krakend.io/g/community), [open an issue](https://github.com/krakend/krakend-ce/issues), [other support channels](https://www.krakend.io/support/)
2 | 
```

--------------------------------------------------------------------------------
/backdrop/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 |   backdrop:
 3 |     image: backdrop
 4 |     links:
 5 |       - db:mysql
 6 |     ports:
 7 |       - 8080:80
 8 | 
 9 |   db:
10 |     image: mysql
11 |     environment:
12 |       MYSQL_USER: backdrop
13 |       MYSQL_PASSWORD: backdrop
14 |       MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
15 |       MYSQL_DATABASE: backdrop
16 | 
```

--------------------------------------------------------------------------------
/postfixadmin/variant-fpm-alpine.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/clefos/deprecated.md:
--------------------------------------------------------------------------------

```markdown
1 | With [the EOL of CentOS 7 (June 30, 2024)](https://www.redhat.com/en/topics/linux/centos-linux-eol), this image/project is [officially deprecated](https://github.com/docker-library/official-images/pull/7964#issuecomment-2253636315). Please adjust your usage accordingly.
2 | 
```

--------------------------------------------------------------------------------
/nginx/variant-perl.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:<version>-perl` / `%%IMAGE%%:<version>-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 | 
```

--------------------------------------------------------------------------------
/.ci/check-metadata.sh:
--------------------------------------------------------------------------------

```bash
 1 | #!/usr/bin/env bash
 2 | set -Eeuo pipefail
 3 | 
 4 | cd "$(dirname "$(readlink -f "$BASH_SOURCE")")/.."
 5 | 
 6 | # metadata.sh takes directories with a 'metadata.json' in them
 7 | # metadata.json is expected in every repo
 8 | # "." so that the canonical source metadata.json is checked too
 9 | ./metadata.sh */ .
10 | 
```

--------------------------------------------------------------------------------
/.template-helpers/autogenerated-warning.md:
--------------------------------------------------------------------------------

```markdown
 1 | <!--
 2 | 
 3 | ********************************************************************************
 4 | 
 5 | WARNING:
 6 | 
 7 |     DO NOT EDIT "%%REPO%%/README.md"
 8 | 
 9 |     IT IS AUTO-GENERATED
10 | 
11 |     (from the other files in "%%REPO%%/" combined with a set of templates)
12 | 
13 | ********************************************************************************
14 | 
15 | -->
16 | 
```

--------------------------------------------------------------------------------
/nextcloud/deprecated.md:
--------------------------------------------------------------------------------

```markdown
1 | # IMPORTANT NOTE
2 | 
3 | ⚠️⚠️⚠️ This image is maintained by community volunteers and designed for expert use. For quick and easy deployment that supports the full set of Nextcloud Hub features, use the [Nextcloud All-in-One docker container](https://github.com/nextcloud/all-in-one#nextcloud-all-in-one) maintained by Nextcloud GmbH.
4 | 
```

--------------------------------------------------------------------------------
/satosa/get-help.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/push.sh:
--------------------------------------------------------------------------------

```bash
 1 | #!/usr/bin/env 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 | 
```

--------------------------------------------------------------------------------
/redmine/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 | 
 3 |   redmine:
 4 |     image: redmine
 5 |     restart: always
 6 |     ports:
 7 |       - 8080:3000
 8 |     environment:
 9 |       REDMINE_DB_MYSQL: db
10 |       REDMINE_DB_PASSWORD: example
11 |       REDMINE_SECRET_KEY_BASE: supersecretkey
12 | 
13 |   db:
14 |     image: mysql:8.0
15 |     restart: always
16 |     environment:
17 |       MYSQL_ROOT_PASSWORD: example
18 |       MYSQL_DATABASE: redmine
19 | 
```

--------------------------------------------------------------------------------
/sonarqube/get-help.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/eclipse-temurin/issues.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/.template-helpers/variant-slim.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:<version>-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 | 
```

--------------------------------------------------------------------------------
/archlinux/maintainer.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/.ci/check-markdownfmt.sh:
--------------------------------------------------------------------------------

```bash
 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 | 
```

--------------------------------------------------------------------------------
/yourls/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 | 
 3 |   yourls:
 4 |     image: yourls
 5 |     restart: always
 6 |     ports:
 7 |       - 8080:80
 8 |     environment:
 9 |       YOURLS_DB_PASS: example
10 |       YOURLS_SITE: https://example.com
11 |       YOURLS_USER: example_username
12 |       YOURLS_PASS: example_password
13 | 
14 |   mysql:
15 |     image: mysql
16 |     restart: always
17 |     environment:
18 |       MYSQL_ROOT_PASSWORD: example
19 |       MYSQL_DATABASE: yourls
20 | 
```

--------------------------------------------------------------------------------
/.ci/check-short.sh:
--------------------------------------------------------------------------------

```bash
 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 | 
```

--------------------------------------------------------------------------------
/debian/variant-slim.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:<suite>-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:
--------------------------------------------------------------------------------

```markdown
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)).
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 | 
```

--------------------------------------------------------------------------------
/.template-helpers/variant-default-buildpack-deps.md:
--------------------------------------------------------------------------------

```markdown
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-ubuntu.md:
--------------------------------------------------------------------------------

```markdown
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.md:
--------------------------------------------------------------------------------

```markdown
1 | # Image Variants
2 | 
3 | The `%%IMAGE%%` images come in many flavors, each designed for a specific use case.
4 | 
5 | ## `%%IMAGE%%:<version>`
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 | 
```

--------------------------------------------------------------------------------
/.template-helpers/variant-default-debian.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/haskell/variant-slim.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:<version>-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 | 
```

--------------------------------------------------------------------------------
/golang/variant-tip.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:<version>-tip`
2 | 
3 | The term "tip" in the Go community is used to refer to the latest development branch ([a leftover convention from previously using `hg` for version control](https://github.com/golang/build/blob/6383021611af0e07cbf0a60222e066662557c796/cmd/coordinator/internal/legacydash/build.go#L313-L314)).
4 | 
5 | These tags contains builds of Go's latest development branch, and they are updated on a ~weekly cadence.
6 | 
```

--------------------------------------------------------------------------------
/.ci/check-ymlfmt.sh:
--------------------------------------------------------------------------------

```bash
 1 | #!/usr/bin/env bash
 2 | set -Eeuo pipefail
 3 | 
 4 | cd "$(dirname "$(readlink -f "$BASH_SOURCE")")/.."
 5 | 
 6 | files="$(find '(' -name '*.yml' -o -name '*.yaml' ')' -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 | 
```

--------------------------------------------------------------------------------
/busybox/variant.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/alt/issues.md:
--------------------------------------------------------------------------------

```markdown
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 | 
```

--------------------------------------------------------------------------------
/.ci/check-required-files.sh:
--------------------------------------------------------------------------------

```bash
 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 | 
```

--------------------------------------------------------------------------------
/flink/content.md:
--------------------------------------------------------------------------------

```markdown
 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 | 
```

--------------------------------------------------------------------------------
/metadata.json:
--------------------------------------------------------------------------------

```json
 1 | {
 2 |   "hub": {
 3 |     "categories": [
 4 |       "api-management",
 5 |       "content-management-system",
 6 |       "data-science",
 7 |       "databases-and-storage",
 8 |       "developer-tools",
 9 |       "integration-and-delivery",
10 |       "internet-of-things",
11 |       "languages-and-frameworks",
12 |       "machine-learning-and-ai",
13 |       "message-queues",
14 |       "monitoring-and-observability",
15 |       "networking",
16 |       "operating-systems",
17 |       "security",
18 |       "web-analytics",
19 |       "web-servers"
20 |     ]
21 |   }
22 | }
23 | 
```

--------------------------------------------------------------------------------
/storm/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 |   zookeeper:
 3 |     image: zookeeper
 4 |     container_name: zookeeper
 5 |     restart: always
 6 | 
 7 |   nimbus:
 8 |     image: storm
 9 |     container_name: nimbus
10 |     command: storm nimbus
11 |     depends_on:
12 |       - zookeeper
13 |     links:
14 |       - zookeeper
15 |     restart: always
16 |     ports:
17 |       - 6627:6627
18 | 
19 |   supervisor:
20 |     image: storm
21 |     container_name: supervisor
22 |     command: storm supervisor
23 |     depends_on:
24 |       - nimbus
25 |       - zookeeper
26 |     links:
27 |       - nimbus
28 |       - zookeeper
29 |     restart: always
30 | 
```

--------------------------------------------------------------------------------
/mongo/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | # Use root/example as user/password credentials
 2 | 
 3 | services:
 4 | 
 5 |   mongo:
 6 |     image: mongo
 7 |     restart: always
 8 |     environment:
 9 |       MONGO_INITDB_ROOT_USERNAME: root
10 |       MONGO_INITDB_ROOT_PASSWORD: example
11 | 
12 |   mongo-express:
13 |     image: mongo-express
14 |     restart: always
15 |     ports:
16 |       - 8081:8081
17 |     environment:
18 |       ME_CONFIG_MONGODB_ADMINUSERNAME: root
19 |       ME_CONFIG_MONGODB_ADMINPASSWORD: example
20 |       ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/
21 |       ME_CONFIG_BASICAUTH: false
22 | 
```

--------------------------------------------------------------------------------
/postgres/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | # Use postgres/example user/password credentials
 2 | 
 3 | services:
 4 | 
 5 |   db:
 6 |     image: postgres
 7 |     restart: always
 8 |     # set shared memory limit when using docker compose
 9 |     shm_size: 128mb
10 |     # or set shared memory limit when deploy via swarm stack
11 |     #volumes:
12 |     #  - type: tmpfs
13 |     #    target: /dev/shm
14 |     #    tmpfs:
15 |     #      size: 134217728 # 128*2^20 bytes = 128Mb
16 |     environment:
17 |       POSTGRES_PASSWORD: example
18 | 
19 |   adminer:
20 |     image: adminer
21 |     restart: always
22 |     ports:
23 |       - 8080:8080
24 | 
```

--------------------------------------------------------------------------------
/postfixadmin/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 |   db:
 3 |     image: mysql:8.0
 4 |     restart: always
 5 |     environment:
 6 |       MYSQL_RANDOM_ROOT_PASSWORD: 1
 7 |       MYSQL_DATABASE: postfixadmin
 8 |       MYSQL_USER: postfixadmin
 9 |       MYSQL_PASSWORD: example
10 | 
11 |   postfixadmin:
12 |     depends_on:
13 |       - db
14 |     image: postfixadmin
15 |     ports:
16 |       - 8000:80
17 |     restart: always
18 |     environment:
19 |       POSTFIXADMIN_DB_TYPE: mysqli
20 |       POSTFIXADMIN_DB_HOST: db
21 |       POSTFIXADMIN_DB_USER: postfixadmin
22 |       POSTFIXADMIN_DB_NAME: postfixadmin
23 |       POSTFIXADMIN_DB_PASSWORD: example
24 | 
```

--------------------------------------------------------------------------------
/get-categories.sh:
--------------------------------------------------------------------------------

```bash
 1 | #!/usr/bin/env bash
 2 | set -Eeuo pipefail
 3 | 
 4 | workdir="$(readlink -f "$BASH_SOURCE")"
 5 | workdir="$(dirname "$workdir")"
 6 | 
 7 | jsonFile='metadata.json'
 8 | canonicalMetadataFile="$workdir/$jsonFile"
 9 | 
10 | # add categories slugs to canonicalMetadataFile without losing other keys there
11 | curl -fsSL https://hub.docker.com/v2/categories | jq -s --sort-keys '
12 | 	.[0] as $allCategories
13 | 	| .[1]
14 | 	| .hub.categories = ( [ $allCategories[].slug ] | sort )
15 | ' - "$canonicalMetadataFile" | tee "$canonicalMetadataFile.new"
16 | mv "$canonicalMetadataFile.new" "$canonicalMetadataFile"
17 | 
```

--------------------------------------------------------------------------------
/.ci/check-pr-no-readme.sh:
--------------------------------------------------------------------------------

```bash
 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 | 
```

--------------------------------------------------------------------------------
/wordpress/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 | 
 3 |   wordpress:
 4 |     image: wordpress
 5 |     restart: always
 6 |     ports:
 7 |       - 8080:80
 8 |     environment:
 9 |       WORDPRESS_DB_HOST: db
10 |       WORDPRESS_DB_USER: exampleuser
11 |       WORDPRESS_DB_PASSWORD: examplepass
12 |       WORDPRESS_DB_NAME: exampledb
13 |     volumes:
14 |       - wordpress:/var/www/html
15 | 
16 |   db:
17 |     image: mysql:8.0
18 |     restart: always
19 |     environment:
20 |       MYSQL_DATABASE: exampledb
21 |       MYSQL_USER: exampleuser
22 |       MYSQL_PASSWORD: examplepass
23 |       MYSQL_RANDOM_ROOT_PASSWORD: '1'
24 |     volumes:
25 |       - db:/var/lib/mysql
26 | 
27 | volumes:
28 |   wordpress:
29 |   db:
30 | 
```

--------------------------------------------------------------------------------
/teamspeak/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 |   teamspeak:
 3 |     image: teamspeak
 4 |     restart: always
 5 |     ports:
 6 |       - 9987:9987/udp
 7 |       - 10011:10011
 8 |       - 30033:30033
 9 |     environment:
10 |       TS3SERVER_DB_PLUGIN: ts3db_mariadb
11 |       TS3SERVER_DB_SQLCREATEPATH: create_mariadb
12 |       TS3SERVER_DB_HOST: db
13 |       TS3SERVER_DB_USER: root
14 |       TS3SERVER_DB_PASSWORD: example
15 |       TS3SERVER_DB_NAME: teamspeak
16 |       TS3SERVER_DB_WAITUNTILREADY: 30
17 |       TS3SERVER_LICENSE: accept
18 |   db:
19 |     image: mariadb
20 |     restart: always
21 |     environment:
22 |       MYSQL_ROOT_PASSWORD: example
23 |       MYSQL_DATABASE: teamspeak
24 | 
```

--------------------------------------------------------------------------------
/.ci/get-markdownfmt.sh:
--------------------------------------------------------------------------------

```bash
 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 | 
```

--------------------------------------------------------------------------------
/cirros/content.md:
--------------------------------------------------------------------------------

```markdown
 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 | 
```

--------------------------------------------------------------------------------
/geonetwork/variant.md:
--------------------------------------------------------------------------------

```markdown
 1 | # Image Variants
 2 | 
 3 | The `%%REPO%%` images come in many flavors, each designed for a specific use case.
 4 | 
 5 | ## `%%REPO%%:<version>`
 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 | 
```

--------------------------------------------------------------------------------
/influxdb/variant-data.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:data`
2 | 
3 | *Using this image for [InfluxDB Enterprise](https://docs.influxdata.com/enterprise_influxdb/v1/introduction/installation/meta_node_installation/#license-key-or-file) requires a valid InfluxData [license key](https://docs.influxdata.com/enterprise_influxdb/v1/introduction/installation/meta_node_installation/#license-key-or-file).*
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 | 
```

--------------------------------------------------------------------------------
/.template-helpers/license-common.md:
--------------------------------------------------------------------------------

```markdown
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:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:<version>-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 | 
```

--------------------------------------------------------------------------------
/fedora/content.md:
--------------------------------------------------------------------------------

```markdown
 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 | 
```

--------------------------------------------------------------------------------
/.template-helpers/generate-dockerfile-links-partial.sh:
--------------------------------------------------------------------------------

```bash
 1 | #!/bin/bash
 2 | set -Eeuo pipefail
 3 | 
 4 | repo="${1:-}"
 5 | if [ -z "$repo" ]; then
 6 | 	echo >&2 "usage: $0 repo"
 7 | 	echo >&2 "   ie: $0 hylang"
 8 | 	exit 1
 9 | fi
10 | 
11 | # if we haven't set BASHBREW_LIBRARY explicitly (like Jenkins does, for example), don't trust the local library
12 | if [ -z "${BASHBREW_LIBRARY:-}" ]; then
13 | 	repo="https://github.com/docker-library/official-images/raw/master/library/$repo"
14 | fi
15 | 
16 | if [ -n "$ARCH_SPECIFIC_DOCS" ] && archTags="$(bashbrew list --uniq --arch-filter "$repo")" && [ -z "$archTags" ]; then
17 | 	echo "**WARNING:** THIS IMAGE *IS NOT SUPPORTED* ON THE \`$BASHBREW_ARCH\` ARCHITECTURE"
18 | 	exit
19 | fi
20 | 
21 | bashbrew cat \
22 | 	-F "$(dirname "$BASH_SOURCE")/$(basename "$BASH_SOURCE" .sh).tmpl" \
23 | 	"$repo"
24 | 
```

--------------------------------------------------------------------------------
/unit/content.md:
--------------------------------------------------------------------------------

```markdown
 1 | # What is Unit?
 2 | 
 3 | NGINX Unit is a lightweight and versatile application runtime that provides the essential components for your web application as a single open-source server: running application code, serving static assets, handling TLS and request routing.
 4 | 
 5 | For more information, check out [Key Features](https://unit.nginx.org/keyfeatures).
 6 | 
 7 | %%LOGO%%
 8 | 
 9 | # Available tags
10 | 
11 | Please see [Unit's website](https://unit.nginx.org/installation/#docker-images) for details.
12 | 
13 | # How to use this image
14 | 
15 | Please check the [Initial Configuration](https://unit.nginx.org/installation/#initial-configuration) section on Unit's website. Additionally, our [Docker howto](https://unit.nginx.org/howto/docker/) can be of help.
16 | 
```

--------------------------------------------------------------------------------
/.template-helpers/variant-windowsservercore.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:<version>-windowsservercore`
2 | 
3 | This image is based on [Windows Server Core (`microsoft/windowsservercore`)](https://hub.docker.com/r/microsoft/windowsservercore/). As such, it only works in places which that image does, such as Windows 10 Professional/Enterprise (Anniversary Edition) or Windows Server 2016.
4 | 
5 | For information about how to get Docker running on Windows, please see the relevant "Quick Start" guide provided by Microsoft:
6 | 
7 | -	[Windows Server Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_server)
8 | -	[Windows 10 Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_10)
9 | 
```

--------------------------------------------------------------------------------
/kong/content.md:
--------------------------------------------------------------------------------

```markdown
 1 | # What is Kong?
 2 | 
 3 | Kong Gateway is the world’s most adopted API gateway. Lightweight, fast, and flexible, this open source gateway is built for hybrid and multi-cloud and optimized for microservices and distributed architectures.
 4 | 
 5 | Built on this open source DNA, Kong’s unified cloud API platform helps organizations ranging from startups to Fortune 500 enterprises unleash developer productivity, build securely, and accelerate time to market.
 6 | 
 7 | Kong's official documentation can be found at [docs.konghq.com](https://docs.konghq.com/).
 8 | 
 9 | # How to use this image
10 | 
11 | Please refer to the [installation section](https://docs.konghq.com/gateway/latest/install/docker/#main) on our documentation website to learn how to use this image.
12 | 
```

--------------------------------------------------------------------------------
/zookeeper/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 |   zoo1:
 3 |     image: zookeeper
 4 |     restart: always
 5 |     hostname: zoo1
 6 |     ports:
 7 |       - 2181:2181
 8 |     environment:
 9 |       ZOO_MY_ID: 1
10 |       ZOO_SERVERS: server.1=zoo1:2888:3888;2181 server.2=zoo2:2888:3888;2181 server.3=zoo3:2888:3888;2181
11 | 
12 |   zoo2:
13 |     image: zookeeper
14 |     restart: always
15 |     hostname: zoo2
16 |     ports:
17 |       - 2182:2181
18 |     environment:
19 |       ZOO_MY_ID: 2
20 |       ZOO_SERVERS: server.1=zoo1:2888:3888;2181 server.2=zoo2:2888:3888;2181 server.3=zoo3:2888:3888;2181
21 | 
22 |   zoo3:
23 |     image: zookeeper
24 |     restart: always
25 |     hostname: zoo3
26 |     ports:
27 |       - 2183:2181
28 |     environment:
29 |       ZOO_MY_ID: 3
30 |       ZOO_SERVERS: server.1=zoo1:2888:3888;2181 server.2=zoo2:2888:3888;2181 server.3=zoo3:2888:3888;2181
31 | 
```

--------------------------------------------------------------------------------
/bonita/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 |   db:
 3 |     image: bonitasoft/bonita-postgres:16.4
 4 |     ports:
 5 |       - 5432:5432
 6 |     environment:
 7 |       POSTGRES_PASSWORD: example
 8 |     restart: always
 9 |   bonita:
10 |     image: bonita:2024.3
11 |     hostname: custom-hostname.example.com
12 |     ports:
13 |       - 8080:8080
14 |     environment:
15 |       - DB_VENDOR=postgres
16 |       - DB_HOST=db
17 |       - DB_PORT=5432
18 |       - DB_NAME=bonita
19 |       - DB_USER=bonita
20 |       - DB_PASS=bpm
21 |       - BIZ_DB_NAME=business_data
22 |       - BIZ_DB_USER=business_data
23 |       - BIZ_DB_PASS=bpm
24 |       - BONITA_RUNTIME_ADMIN_USERNAME=tech_user
25 |       - BONITA_RUNTIME_ADMIN_PASSWORD=secret
26 |       - PLATFORM_LOGIN=pfadmin
27 |       - PLATFORM_PASSWORD=pfsecret
28 |     restart: on-failure:2
29 |     depends_on:
30 |       db:
31 |         condition: service_healthy
32 | 
```

--------------------------------------------------------------------------------
/.template-helpers/arches.sh:
--------------------------------------------------------------------------------

```bash
 1 | #!/bin/bash
 2 | set -Eeuo pipefail
 3 | 
 4 | repo="${1:-}"
 5 | if [ -z "$repo" ]; then
 6 | 	echo >&2 "usage: $0 repo"
 7 | 	echo >&2 "   ie: $0 hylang"
 8 | 	exit 1
 9 | fi
10 | 
11 | # if we haven't set BASHBREW_LIBRARY explicitly (like Jenkins does, for example), don't trust the local library
12 | if [ -z "${BASHBREW_LIBRARY:-}" ]; then
13 | 	repo="https://github.com/docker-library/official-images/raw/master/library/$repo"
14 | fi
15 | 
16 | bashbrew cat --format '
17 | 	{{- range .Entries -}}
18 | 		{{- range .Architectures -}}
19 | 			{{- $ns := archNamespace . -}}
20 | 			{{- if $ns -}}
21 | 				[
22 | 			{{- end -}}
23 | 			`{{- . -}}`
24 | 			{{- if $ns -}}
25 | 				](https://hub.docker.com/r/{{- $ns -}}/{{- $.RepoName -}}/)
26 | 			{{- end -}}
27 | 			{{- ",\n" -}}
28 | 		{{- end -}}
29 | 	{{- end -}}
30 | ' "$repo" | sort -u | tr '\n' ' ' | sed -r -e 's/, $/\n/' -e 's/^[[:space:]]+|[[:space:]]+$//g'
31 | 
```

--------------------------------------------------------------------------------
/drupal/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | # Drupal with PostgreSQL
 2 | #
 3 | # Access via "http://localhost:8080"
 4 | #
 5 | # During initial Drupal setup,
 6 | # Database type: PostgreSQL
 7 | # Database name: postgres
 8 | # Database username: postgres
 9 | # Database password: example
10 | # ADVANCED OPTIONS; Database host: postgres
11 | 
12 | services:
13 | 
14 |   drupal:
15 |     image: drupal:10-apache
16 |     ports:
17 |       - 8080:80
18 |     volumes:
19 |       - /var/www/html/modules
20 |       - /var/www/html/profiles
21 |       - /var/www/html/themes
22 |       # this takes advantage of the feature in Docker that a new anonymous
23 |       # volume (which is what we're creating here) will be initialized with the
24 |       # existing content of the image at the same location
25 |       - /var/www/html/sites
26 |     restart: always
27 | 
28 |   postgres:
29 |     image: postgres:16
30 |     environment:
31 |       POSTGRES_PASSWORD: example
32 |     restart: always
33 | 
```

--------------------------------------------------------------------------------
/joomla/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 | 
 3 |   joomla:
 4 |     image: joomla
 5 |     restart: always
 6 |     ports:
 7 |       - 8080:80
 8 |     environment:
 9 |       JOOMLA_DB_HOST: db
10 |       JOOMLA_DB_USER: joomla
11 |       JOOMLA_DB_PASSWORD: examplepass
12 |       JOOMLA_DB_NAME: joomla_db
13 |       JOOMLA_SITE_NAME: Joomla
14 |       JOOMLA_ADMIN_USER: Joomla Hero
15 |       JOOMLA_ADMIN_USERNAME: joomla
16 |       JOOMLA_ADMIN_PASSWORD: joomla@secured
17 |       JOOMLA_ADMIN_EMAIL: [email protected]
18 |     volumes:
19 |       - joomla_data:/var/www/html
20 |     networks:
21 |       - joomla_network
22 | 
23 |   db:
24 |     image: mysql:8.0
25 |     restart: always
26 |     environment:
27 |       MYSQL_DATABASE: joomla_db
28 |       MYSQL_USER: joomla
29 |       MYSQL_PASSWORD: examplepass
30 |       MYSQL_RANDOM_ROOT_PASSWORD: '1'
31 |     volumes:
32 |       - db_data:/var/lib/mysql
33 |     networks:
34 |       - joomla_network
35 | 
36 | volumes:
37 |   joomla_data:
38 |   db_data:
39 | 
40 | networks:
41 |   joomla_network:
42 | 
```

--------------------------------------------------------------------------------
/openjdk/deprecated.md:
--------------------------------------------------------------------------------

```markdown
 1 | This image is officially deprecated and all users are recommended to find and use suitable replacements ASAP. Some examples of other Official Image alternatives (listed in alphabetical order with no intentional or implied preference):
 2 | 
 3 | -	[`amazoncorretto`](https://hub.docker.com/_/amazoncorretto)
 4 | -	[`eclipse-temurin`](https://hub.docker.com/_/eclipse-temurin)
 5 | -	[`ibm-semeru-runtimes`](https://hub.docker.com/_/ibm-semeru-runtimes)
 6 | -	[`ibmjava`](https://hub.docker.com/_/ibmjava)
 7 | -	[`sapmachine`](https://hub.docker.com/_/sapmachine)
 8 | 
 9 | See [docker-library/openjdk#505](https://github.com/docker-library/openjdk/issues/505) for more information.
10 | 
11 | The only tags which will continue to receive updates beyond July 2022 will be Early Access builds (which are sourced from [jdk.java.net](https://jdk.java.net/)), as those are not published/supported by any of the above projects.
12 | 
```

--------------------------------------------------------------------------------
/openjdk/variant-oracle.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:<version>` (from 12 onwards), `%%IMAGE%%:<version>-oracle` and `%%IMAGE%%:<version>-oraclelinux8`
2 | 
3 | Starting with `openjdk:12` the default image as well as the `-oracle` and `-oraclelinux8` variants are based on the official [Oracle Linux 8 image](https://hub.docker.com/_/oraclelinux) which is provided under the GPLv2 as per the [Oracle Linux End User Agreement (EULA)](https://oss.oracle.com/ol8/EULA).
4 | 
5 | The `-oraclelinux7` variants are based on the official [Oracle Linux 7 image](https://hub.docker.com/_/oraclelinux) which is provided under the GPLv2 as per the [Oracle Linux End User Agreement (EULA)](https://oss.oracle.com/ol7/EULA).
6 | 
7 | The OpenJDK binaries are built by Oracle and are sourced from the [OpenJDK community](https://openjdk.java.net/). These binaries are licensed under the [GPLv2 with the Classpath Exception](https://openjdk.java.net/legal/gplv2+ce.html).
8 | 
```

--------------------------------------------------------------------------------
/clearlinux/content.md:
--------------------------------------------------------------------------------

```markdown
 1 | # Clear Linux OS
 2 | 
 3 | This serves as the official [Clear Linux OS](https://clearlinux.org) image.
 4 | 
 5 | %%LOGO%%
 6 | 
 7 | The `%%IMAGE%%:latest` tag will point to `%%IMAGE%%:base` which will track toward the latest release version of the distribution.
 8 | 
 9 | This image contains the os-core and os-core-update bundles, the latter can be used to add additional Clear Linux OS components (see [here](https://clearlinux.org/documentation/swupdate_about_sw_update.html) for more details about swupd and [here](https://clearlinux.org/documentation/bundles_overview.html) for more information on bundles).
10 | 
11 | The following Dockerfile will install the editors and dev-utils bundles on top of the base image
12 | 
13 | ```sh
14 | FROM %%IMAGE%%:base
15 | RUN swupd bundle-add editors dev-utils
16 | ```
17 | 
18 | Where editors contains the usual suspects for command line editors and dev-utils contains some handy development tools like strace, gdb and valgrind.
19 | 
```

--------------------------------------------------------------------------------
/mediawiki/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | # MediaWiki with MariaDB
 2 | #
 3 | # Access via "http://localhost:8080"
 4 | services:
 5 |   mediawiki:
 6 |     image: mediawiki
 7 |     restart: always
 8 |     ports:
 9 |       - 8080:80
10 |     links:
11 |       - database
12 |     volumes:
13 |       - images:/var/www/html/images
14 |       # After initial setup, download LocalSettings.php to the same directory as
15 |       # this yaml and uncomment the following line and use compose to restart
16 |       # the mediawiki service
17 |       # - ./LocalSettings.php:/var/www/html/LocalSettings.php
18 |   database: # <- This key defines the name of the database during setup
19 |     image: mariadb
20 |     restart: always
21 |     environment:
22 |       # @see https://phabricator.wikimedia.org/source/mediawiki/browse/master/includes/DefaultSettings.php
23 |       MYSQL_DATABASE: my_wiki
24 |       MYSQL_USER: wikiuser
25 |       MYSQL_PASSWORD: example
26 |       MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
27 |     volumes:
28 |       - db:/var/lib/mysql
29 | 
30 | volumes:
31 |   images:
32 |   db:
33 | 
```

--------------------------------------------------------------------------------
/ghost/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 | 
 3 |   ghost:
 4 |     image: ghost:5-alpine
 5 |     restart: always
 6 |     ports:
 7 |       - 8080:2368
 8 |     environment:
 9 |       # see https://ghost.org/docs/config/#configuration-options
10 |       database__client: mysql
11 |       database__connection__host: db
12 |       database__connection__user: root
13 |       database__connection__password: example
14 |       database__connection__database: ghost
15 |       # this url value is just an example, and is likely wrong for your environment!
16 |       url: http://localhost:8080
17 |       # contrary to the default mentioned in the linked documentation, this image defaults to NODE_ENV=production (so development mode needs to be explicitly specified if desired)
18 |       #NODE_ENV: development
19 |     volumes:
20 |       - ghost:/var/lib/ghost/content
21 | 
22 |   db:
23 |     image: mysql:8.0
24 |     restart: always
25 |     environment:
26 |       MYSQL_ROOT_PASSWORD: example
27 |     volumes:
28 |       - db:/var/lib/mysql
29 | 
30 | volumes:
31 |   ghost:
32 |   db:
33 | 
```

--------------------------------------------------------------------------------
/fluentd/content.md:
--------------------------------------------------------------------------------

```markdown
 1 | # What is Fluentd?
 2 | 
 3 | %%LOGO%%
 4 | 
 5 | Fluentd is a streaming data collector for unified logging layer hosted by [CNCF](https://www.cncf.io/project-faq/fluentd/). Fluentd lets you unify the data collection and consumption for a better use and understanding of data.
 6 | 
 7 | For more information, check [official site](https://www.fluentd.org/) and [documentation site](https://docs.fluentd.org/).
 8 | 
 9 | # How to run images
10 | 
11 | ```bash
12 | $ docker run -p 24224:24224 -p 24224:24224/udp -u fluent -v /path/to/dir:/fluentd/log %%IMAGE%%
13 | 2019-01-16 11:49:55 +0000 [info]: parsing config file is succeeded path="/fluentd/etc/fluent.conf"
14 | ...
15 | 2019-01-16 11:58:27 +0000 [info]: #0 [input1] listening port port=24224 bind="0.0.0.0"
16 | 2019-01-16 11:58:27 +0000 [info]: #0 fluentd worker is now running worker = 0
17 | ```
18 | 
19 | Docker's official images support only v1.4.2 or later. If you want to know more details, check [fluentd-docker-image README](https://github.com/fluent/fluentd-docker-image/blob/master/README.md).
20 | 
```

--------------------------------------------------------------------------------
/hello-world/update.sh:
--------------------------------------------------------------------------------

```bash
 1 | #!/bin/bash
 2 | set -Eeuo pipefail
 3 | 
 4 | image="${1:-hello-world}"
 5 | 
 6 | echo hello-world "$image" | timeout 5s xargs -P2 -n1 docker pull &> /dev/null || exit 0
 7 | 
 8 | exec > "$(dirname "$(readlink -f "$BASH_SOURCE")")/content.md"
 9 | 
10 | echo '# Example output'
11 | echo
12 | 
13 | echo '```console'
14 | echo '$ docker run %%IMAGE%%'
15 | docker run --rm hello-world
16 | echo
17 | echo '$ docker images %%IMAGE%%'
18 | docker image ls --format 'table {{ .Repository }}\t{{ .Tag }}\t{{ .ID }}\t{{ .VirtualSize }}' "$image:latest"
19 | echo '```'
20 | 
21 | cat <<'EOF'
22 | 
23 | %%LOGO%%
24 | 
25 | # How is this image created?
26 | 
27 | This image is a prime example of using the [`scratch`](https://hub.docker.com/_/scratch/) image effectively. See [`hello.c`](%%GITHUB-REPO%%/blob/master/hello.c) in %%GITHUB-REPO%% for the source code of the `hello` binary included in this image.
28 | 
29 | Because this image consists of nothing but a single static binary which prints some text to standard output, it can trivially be run as any arbitrary user (`docker run --user $RANDOM:$RANDOM %%IMAGE%%`, for example).
30 | EOF
31 | 
```

--------------------------------------------------------------------------------
/neo4j/content.md:
--------------------------------------------------------------------------------

```markdown
 1 | # What is Neo4j?
 2 | 
 3 | Neo4j is the world's leading graph database, with native graph storage and processing. You can learn more [here](http://neo4j.com/developer).
 4 | 
 5 | %%LOGO%%
 6 | 
 7 | # How to use this image
 8 | 
 9 | You can start a Neo4j container like this:
10 | 
11 | ```console
12 | docker run \
13 |     --publish=7474:7474 --publish=7687:7687 \
14 |     --volume=$HOME/neo4j/data:/data \
15 |     %%IMAGE%%
16 | ```
17 | 
18 | which allows you to access neo4j through your browser at [http://localhost:7474](http://localhost:7474).
19 | 
20 | This binds two ports (`7474` and `7687`) for HTTP and Bolt access to the Neo4j API. A volume is bound to `/data` to allow the database to be persisted outside the container.
21 | 
22 | By default, this requires you to login with `neo4j/neo4j` and change the password. You can, for development purposes, disable authentication by passing `--env=NEO4J_AUTH=none` to docker run.
23 | 
24 | # Documentation
25 | 
26 | For more examples and complete documentation please go to our manual [here](http://neo4j.com/docs/operations-manual/current/deployment/single-instance/docker/).
27 | 
```

--------------------------------------------------------------------------------
/registry/content.md:
--------------------------------------------------------------------------------

```markdown
 1 | # Distribution Registry
 2 | 
 3 | %%LOGO%%
 4 | 
 5 | This image contains an implementation of the OCI Distribution spec. See [github.com/opencontainers/distribution-spec](https://github.com/opencontainers/distribution-spec) for more details about what it is. You can find the full source code in [github.com/distribution/distribution](https://github.com/distribution/distribution).
 6 | 
 7 | ## Run a local registry: Quick Version
 8 | 
 9 | ```console
10 | $ docker run -d -p 5000:5000 --restart always --name registry %%IMAGE%%:2
11 | ```
12 | 
13 | Now, use it from within Docker:
14 | 
15 | ```console
16 | $ docker pull ubuntu
17 | $ docker tag ubuntu localhost:5000/ubuntu
18 | $ docker push localhost:5000/ubuntu
19 | ```
20 | 
21 | ## Recommended Reading
22 | 
23 | The [documentation](https://distribution.github.io/distribution/) is a good place to learn more about what the registry is, how it works, and how to use it.
24 | 
25 | Specifically, [the section regarding deployment](https://distribution.github.io/distribution/about/deploying/) has pointers for more complex use cases than simply running a registry on localhost.
26 | 
```

--------------------------------------------------------------------------------
/openjdk/variant-alpine.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:<version>-alpine`
2 | 
3 | This image is based on the popular [Alpine Linux project](https://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.
4 | 
5 | The OpenJDK port for Alpine is not in a supported release by OpenJDK, since it is not in the mainline code base. It is only available as early access builds of [OpenJDK Project Portola](http://openjdk.java.net/projects/portola). See also [this comment](https://github.com/docker-library/openjdk/pull/235#issuecomment-424599754). So this image follows what is available from the OpenJDK project's maintainers.
6 | 
7 | What this means is that Alpine based images are only released for early access release versions of OpenJDK. Once a particular release becomes a "General-Availability" release, the Alpine version is dropped from the "Supported Tags"; they are still available to pull, but will no longer be updated.
8 | 
```

--------------------------------------------------------------------------------
/mono/content.md:
--------------------------------------------------------------------------------

```markdown
 1 | # What is Mono
 2 | 
 3 | Sponsored by Xamarin, Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for development of cross platform applications.
 4 | 
 5 | -	[Mono Project homepage](http://www.mono-project.com/)
 6 | -	[http://en.wikipedia.org/wiki/Mono_(software)](http://en.wikipedia.org/wiki/Mono_%28software%29)
 7 | 
 8 | %%LOGO%%
 9 | 
10 | # How to use this image
11 | 
12 | To run a pre-built .exe file with the Mono image, use the following commands:
13 | 
14 | ```dockerfile
15 | FROM %%IMAGE%%:latest
16 | RUN mkdir /opt/app
17 | COPY HelloWorld.exe /opt/app
18 | CMD ["mono", "/opt/app/HelloWorld.exe"]
19 | ```
20 | 
21 | You can build and run the Docker Image as shown in the following example:
22 | 
23 | ```console
24 | docker build -t monoapp .
25 | docker run -it --rm monoapp
26 | ```
27 | 
28 | # Credits
29 | 
30 | This Docker image is provided by Xamarin, for users of the Mono Project.
31 | 
32 | Thanks to [Michael Friis](http://friism.com/) for his preliminary work.
33 | 
```

--------------------------------------------------------------------------------
/rakudo-star/content.md:
--------------------------------------------------------------------------------

```markdown
 1 | # What is Rakudo Star?
 2 | 
 3 | Rakudo Star is a Raku (formerly known as Perl 6) distribution designed for use by early adopters of the language. It includes a virtual machine (the JVM or MoarVM), the Rakudo compiler, and a suite of modules that users may find useful. This image includes the MoarVM backend for the compiler.
 4 | 
 5 | -	Project homepage: https://rakudo.org/
 6 | -	Raku Language Specification: https://github.com/Raku/roast
 7 | -	Raku Language Documentation: https://docs.raku.org/
 8 | 
 9 | > [wikipedia.org/wiki/Rakudo](https://en.wikipedia.org/wiki/Rakudo)
10 | 
11 | %%LOGO%%
12 | 
13 | # How to use this image
14 | 
15 | Simply running a container with the image will launch a Raku REPL:
16 | 
17 | ```console
18 | $ docker run -it %%IMAGE%%
19 | > say 'Hello, Raku!'
20 | Hello, Raku!
21 | ```
22 | 
23 | You can also provide raku command line switches to `docker run`:
24 | 
25 | ```console
26 | $ docker run -it %%IMAGE%% raku -e 'say "Hello!"'
27 | ```
28 | 
29 | # Contributing/Getting Help
30 | 
31 | Many Raku developers are present on [#raku on Libera.Chat](https://kiwiirc.com/client/irc.libera.chat/#raku)
32 | 
33 | Issues for Rakudo are tracked in [on GitHub](https://github.com/rakudo/rakudo/issues).
34 | 
```

--------------------------------------------------------------------------------
/alpine/content.md:
--------------------------------------------------------------------------------

```markdown
 1 | # What is Alpine Linux?
 2 | 
 3 | [Alpine Linux](https://alpinelinux.org/) is a Linux distribution built around [musl libc](https://www.musl-libc.org/) and [BusyBox](https://www.busybox.net/). The image is only 5 MB in size and has access to a [package repository](https://pkgs.alpinelinux.org/) that is much more complete than other BusyBox based images. This makes Alpine Linux a great image base for utilities and even production applications. [Read more about Alpine Linux here](https://alpinelinux.org/about/) and you can see how their mantra fits in right at home with Docker images.
 4 | 
 5 | %%LOGO%%
 6 | 
 7 | # How to use this image
 8 | 
 9 | ## Usage
10 | 
11 | Use like you would any other base image:
12 | 
13 | ```dockerfile
14 | FROM %%IMAGE%%:3.14
15 | RUN apk add --no-cache mysql-client
16 | ENTRYPOINT ["mysql"]
17 | ```
18 | 
19 | This example has a virtual image size of only 36.8MB. Compare that to our good friend Ubuntu:
20 | 
21 | ```dockerfile
22 | FROM ubuntu:20.04
23 | RUN apt-get update \
24 |     && apt-get install -y --no-install-recommends mysql-client \
25 |     && rm -rf /var/lib/apt/lists/*
26 | ENTRYPOINT ["mysql"]
27 | ```
28 | 
29 | This yields us a virtual image size of about 145MB image.
30 | 
```

--------------------------------------------------------------------------------
/ibm-semeru-runtimes/content.md:
--------------------------------------------------------------------------------

```markdown
 1 | ## Overview
 2 | 
 3 | The images in this repository contain OpenJDK binaries that are built by IBM Semeru Runtimes.
 4 | 
 5 | # What is IBM Semeru Runtimes ?
 6 | 
 7 | The IBM Semeru Runtimes are free production-ready open source binaries built with the OpenJDK class libraries and the Eclipse OpenJ9 JVM, which delivers the power and performance to run your Java applications, when you need it most.
 8 | 
 9 | # How to use this Image
10 | 
11 | To run a pre-built japp.jar file with the latest OpenJDK 11, use the following Dockerfile:
12 | 
13 | ```dockerfile
14 | FROM %%IMAGE%%:open-11-jdk
15 | RUN mkdir /opt/app
16 | COPY japp.jar /opt/app
17 | CMD ["java", "-jar", "/opt/app/japp.jar"]
18 | ```
19 | 
20 | You can build and run the Docker Image as shown in the following example:
21 | 
22 | ```console
23 | docker build -t japp .
24 | docker run -it --rm japp
25 | ```
26 | 
27 | ### Using a different base Image
28 | 
29 | If you are using a distribution that we don't provide an image for you can copy the JDK using a similar Dockerfile to the one below:
30 | 
31 | ```dockerfile
32 | # Example
33 | FROM <base image>
34 | ENV JAVA_HOME=/opt/java/openjdk
35 | COPY --from=%%IMAGE%%:open-11-jdk $JAVA_HOME $JAVA_HOME
36 | ENV PATH="${JAVA_HOME}/bin:${PATH}"
37 | ```
38 | 
```

--------------------------------------------------------------------------------
/friendica/compose.yaml:
--------------------------------------------------------------------------------

```yaml
 1 | services:
 2 |   db:
 3 |     image: mariadb
 4 |     restart: always
 5 |     volumes:
 6 |       - db:/var/lib/mysql
 7 |     environment:
 8 |       - MYSQL_USER=friendica
 9 |       - MYSQL_PASSWORD=friendica
10 |       - MYSQL_DATABASE=friendica
11 |       - MYSQL_RANDOM_ROOT_PASSWORD=yes
12 | 
13 |   app:
14 |     image: friendica:apache
15 |     restart: always
16 |     ports:
17 |       - 8080:80
18 |     volumes:
19 |       - friendica:/var/www/html
20 |     environment:
21 |       - MYSQL_HOST=db
22 |       - MYSQL_USER=friendica
23 |       - MYSQL_PASSWORD=friendica
24 |       - MYSQL_DATABASE=friendica
25 |       - [email protected]
26 |       - SITENAME=Friendica PWD Test Node
27 |       - FRIENDICA_NO_VALIDATION=true
28 |     hostname: friendica.local
29 |     depends_on:
30 |       - db
31 | 
32 |   cron:
33 |     image: friendica:apache
34 |     restart: always
35 |     volumes:
36 |       - friendica:/var/www/html
37 |     entrypoint: /cron.sh
38 |     environment:
39 |       - MYSQL_HOST=db
40 |       - MYSQL_USER=friendica
41 |       - MYSQL_PASSWORD=friendica
42 |       - MYSQL_DATABASE=friendica
43 |       - [email protected]
44 |       - SITENAME=Friendica PWD Test Node
45 |     depends_on:
46 |       - db
47 | 
48 | volumes:
49 |   db:
50 |   friendica:
51 | 
```

--------------------------------------------------------------------------------
/.github/workflows/ci.yml:
--------------------------------------------------------------------------------

```yaml
 1 | name: GitHub CI
 2 | 
 3 | permissions:
 4 |   contents: read
 5 | 
 6 | on:
 7 |   pull_request:
 8 |   push:
 9 |     branches:
10 |       - master
11 |   schedule:
12 |     - cron: 0 0 * * 0
13 | 
14 | defaults:
15 |   run:
16 |     shell: 'bash -Eeuo pipefail -x {0}'
17 | 
18 | jobs:
19 |   markdownfmt:
20 |     runs-on: ubuntu-latest
21 |     steps:
22 |       - uses: actions/checkout@v4
23 |       - run: docker pull tianon/markdownfmt
24 |       - run: .ci/check-markdownfmt.sh
25 |   ymlfmt:
26 |     runs-on: ubuntu-latest
27 |     steps:
28 |       - uses: actions/checkout@v4
29 |       - run: docker pull tianon/ymlfmt
30 |       - run: .ci/check-ymlfmt.sh
31 |   short:
32 |     runs-on: ubuntu-latest
33 |     steps:
34 |       - uses: actions/checkout@v4
35 |       - run: .ci/check-short.sh
36 |   required-files:
37 |     runs-on: ubuntu-latest
38 |     steps:
39 |       - uses: actions/checkout@v4
40 |       - run: .ci/check-required-files.sh
41 |   no-readme:
42 |     runs-on: ubuntu-latest
43 |     steps:
44 |       - uses: actions/checkout@v4
45 |         with:
46 |           fetch-depth: 0
47 |       - run: .ci/check-pr-no-readme.sh
48 |     if: ${{ github.event_name == 'pull_request' }}
49 |   metadata:
50 |     runs-on: ubuntu-latest
51 |     steps:
52 |       - uses: actions/checkout@v4
53 |       - run: .ci/check-metadata.sh
54 | 
```

--------------------------------------------------------------------------------
/python/variant-slim.md:
--------------------------------------------------------------------------------

```markdown
1 | ## `%%IMAGE%%:<version>-slim`
2 | 
3 | This image does not contain the common Debian packages contained in the default tag and only contains the minimal Debian 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 | 
5 | When using this image `pip install` will work if a suitable built distribution is available for the Python distribution package being installed. `pip install` may fail when installing a Python distribution package from a source distribution. This image does not contain the Debian packages required to compile extension modules written in other languages. Possible solutions if a `pip install` fails include:
6 | 
7 | -	Use this image and install any required Debian packages before running `pip install`.
8 | -	Use the default image of this repository. The default image contains the most commonly required Debian packages. The majority of arbitrary `pip install`s should be successful without additional header/development Debian packages.
9 | 
```

--------------------------------------------------------------------------------
/php/variant-fpm.md:
--------------------------------------------------------------------------------

```markdown
 1 | ## `%%IMAGE%%:<version>-fpm`
 2 | 
 3 | This variant contains [PHP's FastCGI Process Manager (FPM)](https://www.php.net/fpm), which is the recommended FastCGI implementation for PHP.
 4 | 
 5 | In order to use this image variant, some kind of reverse proxy (such as NGINX, Apache, or other tool which speaks the FastCGI protocol) will be required.
 6 | 
 7 | Some potentially helpful resources:
 8 | 
 9 | -	[FPM's Official Configuration Reference](https://www.php.net/manual/en/install.fpm.configuration.php)
10 | -	[Simplified example by @md5](https://gist.github.com/md5/d9206eacb5a0ff5d6be0)
11 | -	[Very detailed article by Pascal Landau](https://www.pascallandau.com/blog/php-php-fpm-and-nginx-on-docker-in-windows-10/)
12 | -	[Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558)
13 | -	[Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress)
14 | 
15 | **WARNING:** the FastCGI protocol is inherently trusting, and thus *extremely* insecure to expose outside of a private container network -- unless you know *exactly* what you are doing (and are willing to accept the extreme risk), do not use Docker's `--publish` (`-p`) flag with this image variant.
16 | 
```

--------------------------------------------------------------------------------
/node/content.md:
--------------------------------------------------------------------------------

```markdown
 1 | # What is Node.js?
 2 | 
 3 | Node.js is a software platform for scalable server-side and networking applications. Node.js applications are written in JavaScript and can be run within the Node.js runtime on Mac OS X, Windows, and Linux without changes.
 4 | 
 5 | Node.js applications are designed to maximize throughput and efficiency, using non-blocking I/O and asynchronous events. Node.js applications run single-threaded, although Node.js uses multiple threads for file and network events. Node.js is commonly used for real-time applications due to its asynchronous nature.
 6 | 
 7 | Node.js internally uses the Google V8 JavaScript engine to execute code; a large percentage of the basic modules are written in JavaScript. Node.js contains a built-in, asynchronous I/O library for file, socket, and HTTP communication. The HTTP and socket support allows Node.js to act as a web server without additional software such as Apache.
 8 | 
 9 | > [wikipedia.org/wiki/Node.js](https://en.wikipedia.org/wiki/Node.js)
10 | 
11 | %%LOGO%%
12 | 
13 | # How to use this image
14 | 
15 | See [How To Use This Image](https://github.com/nodejs/docker-node/blob/master/README.md#how-to-use-this-image) on GitHub for up-to-date documentation.
16 | 
```
Page 17/25FirstPrevNextLast