Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Nov 19, 2018
1 parent c366ce4 commit 1318b21
Show file tree
Hide file tree
Showing 42 changed files with 76 additions and 51 deletions.
2 changes: 1 addition & 1 deletion buildpack-deps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ WARNING:
[https://github.com/docker-library/buildpack-deps/issues](https://github.com/docker-library/buildpack-deps/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/buildpack-deps)
[the Docker Community](https://github.com/docker-library/buildpack-deps)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/buildpack-deps/), [`arm32v5`](https://hub.docker.com/r/arm32v5/buildpack-deps/), [`arm32v7`](https://hub.docker.com/r/arm32v7/buildpack-deps/), [`arm64v8`](https://hub.docker.com/r/arm64v8/buildpack-deps/), [`i386`](https://hub.docker.com/r/i386/buildpack-deps/), [`ppc64le`](https://hub.docker.com/r/ppc64le/buildpack-deps/), [`s390x`](https://hub.docker.com/r/s390x/buildpack-deps/)
Expand Down
2 changes: 1 addition & 1 deletion busybox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WARNING:
[https://github.com/docker-library/busybox/issues](https://github.com/docker-library/busybox/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/busybox)
[the Docker Community](https://github.com/docker-library/busybox)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/busybox/), [`arm32v5`](https://hub.docker.com/r/arm32v5/busybox/), [`arm32v6`](https://hub.docker.com/r/arm32v6/busybox/), [`arm32v7`](https://hub.docker.com/r/arm32v7/busybox/), [`arm64v8`](https://hub.docker.com/r/arm64v8/busybox/), [`i386`](https://hub.docker.com/r/i386/busybox/), [`ppc64le`](https://hub.docker.com/r/ppc64le/busybox/), [`s390x`](https://hub.docker.com/r/s390x/busybox/)
Expand Down
2 changes: 1 addition & 1 deletion cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WARNING:
[https://github.com/docker-library/cassandra/issues](https://github.com/docker-library/cassandra/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/cassandra)
[the Docker Community](https://github.com/docker-library/cassandra)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/cassandra/), [`arm64v8`](https://hub.docker.com/r/arm64v8/cassandra/), [`i386`](https://hub.docker.com/r/i386/cassandra/), [`ppc64le`](https://hub.docker.com/r/ppc64le/cassandra/)
Expand Down
2 changes: 1 addition & 1 deletion cirros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ WARNING:
[https://github.com/tianon/docker-brew-cirros/issues](https://github.com/tianon/docker-brew-cirros/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/tianon/docker-brew-cirros)
[the Docker Community](https://github.com/tianon/docker-brew-cirros)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/cirros/), [`arm32v5`](https://hub.docker.com/r/arm32v5/cirros/), [`arm64v8`](https://hub.docker.com/r/arm64v8/cirros/), [`i386`](https://hub.docker.com/r/i386/cirros/), [`ppc64le`](https://hub.docker.com/r/ppc64le/cirros/)
Expand Down
29 changes: 26 additions & 3 deletions clojure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ WARNING:
[https://github.com/Quantisan/docker-clojure/issues](https://github.com/Quantisan/docker-clojure/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/Quantisan/docker-clojure)
[the Docker Community](https://github.com/Quantisan/docker-clojure)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/clojure/), [`arm32v5`](https://hub.docker.com/r/arm32v5/clojure/), [`arm32v7`](https://hub.docker.com/r/arm32v7/clojure/), [`arm64v8`](https://hub.docker.com/r/arm64v8/clojure/), [`i386`](https://hub.docker.com/r/i386/clojure/), [`ppc64le`](https://hub.docker.com/r/ppc64le/clojure/), [`s390x`](https://hub.docker.com/r/s390x/clojure/)
Expand Down Expand Up @@ -63,9 +63,28 @@ Clojure is a dialect of the Lisp programming language. It is a general-purpose p

# How to use this image

## Start a Lein/Clojure instance in your app
## Build tools

Since the most common way to use Clojure is in conjunction with [Leiningen (`lein`)](http://leiningen.org/), this image assumes that's how you'll be working. The most straightforward way to use this image is to add a `Dockerfile` to an existing Leiningen/Clojure project:
Clojure has three major approaches to building and running projects:

1. [leiningen](https://leiningen.org)
1. The oldest and probably most common tool
2. [boot](http://boot-clj.com)
1. An alternative approach that solves similar problems as leiningen
3. [tools-deps](https://clojure.org/guides/deps_and_cli)
1. A more recent official tool for some of the lein/boot use cases

There are variants of this image for all three of these tools and their respective releases. The most basic form of these tags is:

1. `clojure:lein`
2. `clojure:boot`
3. `clojure:tools-deps`

But you can also append a hyphen and the version of that tool you'd like to use. For example, for lein 2.8.1 you can use this image: `clojure:lein-2.8.1`.

## Run your app with leiningen

Add a `Dockerfile` to an existing Leiningen/Clojure project with the following contents:

```dockerfile
FROM clojure
Expand Down Expand Up @@ -108,6 +127,10 @@ $ docker run -it --rm -v "$PWD":/usr/src/app -w /usr/src/app clojure lein uberja

This will build your project into a jar file located in your project's `target/uberjar` directory.

## More details

See [the official image README](https://github.com/Quantisan/docker-clojure/blob/master/README.md) for more details about using this image with boot and tools-deps.

# Image Variants

The `clojure` images come in many flavors, each designed for a specific use case.
Expand Down
4 changes: 2 additions & 2 deletions composer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`1.7.3`, `1.7`, `1`, `latest` (*1.7/Dockerfile*)](https://github.com/composer/docker/blob/f1ef9c7364cf081900d81fc00a3c77c8fe88510a/1.7/Dockerfile)
- [`1.6.5`, `1.6` (*1.6/Dockerfile*)](https://github.com/composer/docker/blob/f8cfd38af0ce22cf4b4b28315330cfa7e8568725/1.6/Dockerfile)
- [`1.7.3`, `1.7`, `1`, `latest` (*1.7/Dockerfile*)](https://github.com/composer/docker/blob/5f82e6f3af987a33ed53fd90f93452d64f9e16b1/1.7/Dockerfile)
- [`1.6.5`, `1.6` (*1.6/Dockerfile*)](https://github.com/composer/docker/blob/5f82e6f3af987a33ed53fd90f93452d64f9e16b1/1.6/Dockerfile)

# Quick reference

Expand Down
2 changes: 1 addition & 1 deletion erlang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ WARNING:
[https://github.com/c0b/docker-erlang-otp/issues](https://github.com/c0b/docker-erlang-otp/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/c0b/docker-erlang-otp)
[the Docker Community](https://github.com/c0b/docker-erlang-otp)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/erlang/), [`arm32v7`](https://hub.docker.com/r/arm32v7/erlang/), [`arm64v8`](https://hub.docker.com/r/arm64v8/erlang/), [`i386`](https://hub.docker.com/r/i386/erlang/), [`ppc64le`](https://hub.docker.com/r/ppc64le/erlang/), [`s390x`](https://hub.docker.com/r/s390x/erlang/)
Expand Down
2 changes: 1 addition & 1 deletion gcc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WARNING:
[https://github.com/docker-library/gcc/issues](https://github.com/docker-library/gcc/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/gcc)
[the Docker Community](https://github.com/docker-library/gcc)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/gcc/), [`arm32v5`](https://hub.docker.com/r/arm32v5/gcc/), [`arm32v7`](https://hub.docker.com/r/arm32v7/gcc/), [`arm64v8`](https://hub.docker.com/r/arm64v8/gcc/), [`ppc64le`](https://hub.docker.com/r/ppc64le/gcc/), [`s390x`](https://hub.docker.com/r/s390x/gcc/)
Expand Down
4 changes: 2 additions & 2 deletions geonetwork/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`3.4.3`, `3.4`, `latest` (*3.4.3/Dockerfile*)](https://github.com/geonetwork/docker-geonetwork/blob/21efb004beb5ee0675dd9ee0c807ca756b49b9a3/3.4.3/Dockerfile)
- [`3.4.3-postgres`, `3.4-postgres`, `postgres` (*3.4.3/postgres/Dockerfile*)](https://github.com/geonetwork/docker-geonetwork/blob/21efb004beb5ee0675dd9ee0c807ca756b49b9a3/3.4.3/postgres/Dockerfile)
- [`3.4.4`, `3.4`, `latest` (*3.4.4/Dockerfile*)](https://github.com/geonetwork/docker-geonetwork/blob/2d357e39f107bf2527b9b4b396084a759c245b72/3.4.4/Dockerfile)
- [`3.4.4-postgres`, `3.4-postgres`, `postgres` (*3.4.4/postgres/Dockerfile*)](https://github.com/geonetwork/docker-geonetwork/blob/4e77623ad6a2cfb94c3c57e3558815e44936adae/3.4.4/postgres/Dockerfile)

# Quick reference

Expand Down
2 changes: 1 addition & 1 deletion ghost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WARNING:
[https://github.com/docker-library/ghost/issues](https://github.com/docker-library/ghost/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/ghost)
[the Docker Community](https://github.com/docker-library/ghost)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/ghost/), [`arm32v6`](https://hub.docker.com/r/arm32v6/ghost/), [`arm32v7`](https://hub.docker.com/r/arm32v7/ghost/), [`arm64v8`](https://hub.docker.com/r/arm64v8/ghost/), [`i386`](https://hub.docker.com/r/i386/ghost/), [`ppc64le`](https://hub.docker.com/r/ppc64le/ghost/), [`s390x`](https://hub.docker.com/r/s390x/ghost/)
Expand Down
2 changes: 1 addition & 1 deletion golang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ WARNING:
[https://github.com/docker-library/golang/issues](https://github.com/docker-library/golang/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/golang)
[the Docker Community](https://github.com/docker-library/golang)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/golang/), [`arm32v6`](https://hub.docker.com/r/arm32v6/golang/), [`arm32v7`](https://hub.docker.com/r/arm32v7/golang/), [`arm64v8`](https://hub.docker.com/r/arm64v8/golang/), [`i386`](https://hub.docker.com/r/i386/golang/), [`ppc64le`](https://hub.docker.com/r/ppc64le/golang/), [`s390x`](https://hub.docker.com/r/s390x/golang/), [`windows-amd64`](https://hub.docker.com/r/winamd64/golang/)
Expand Down
2 changes: 1 addition & 1 deletion haproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ WARNING:
[https://github.com/docker-library/haproxy/issues](https://github.com/docker-library/haproxy/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/haproxy)
[the Docker Community](https://github.com/docker-library/haproxy)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/haproxy/), [`arm32v5`](https://hub.docker.com/r/arm32v5/haproxy/), [`arm32v6`](https://hub.docker.com/r/arm32v6/haproxy/), [`arm32v7`](https://hub.docker.com/r/arm32v7/haproxy/), [`arm64v8`](https://hub.docker.com/r/arm64v8/haproxy/), [`i386`](https://hub.docker.com/r/i386/haproxy/), [`ppc64le`](https://hub.docker.com/r/ppc64le/haproxy/), [`s390x`](https://hub.docker.com/r/s390x/haproxy/)
Expand Down
2 changes: 1 addition & 1 deletion haskell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WARNING:
[https://github.com/freebroccolo/docker-haskell/issues](https://github.com/freebroccolo/docker-haskell/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/freebroccolo/docker-haskell)
[the Docker Community](https://github.com/freebroccolo/docker-haskell)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/haskell/)
Expand Down
2 changes: 1 addition & 1 deletion hello-seattle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ WARNING:
[https://github.com/docker-library/hello-world/issues](https://github.com/docker-library/hello-world/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/hello-world)
[the Docker Community](https://github.com/docker-library/hello-world)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/hello-seattle/), [`arm32v5`](https://hub.docker.com/r/arm32v5/hello-seattle/), [`arm32v7`](https://hub.docker.com/r/arm32v7/hello-seattle/), [`arm64v8`](https://hub.docker.com/r/arm64v8/hello-seattle/), [`i386`](https://hub.docker.com/r/i386/hello-seattle/), [`ppc64le`](https://hub.docker.com/r/ppc64le/hello-seattle/), [`s390x`](https://hub.docker.com/r/s390x/hello-seattle/), [`windows-amd64`](https://hub.docker.com/r/winamd64/hello-seattle/)
Expand Down
2 changes: 1 addition & 1 deletion hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ WARNING:
[https://github.com/docker-library/hello-world/issues](https://github.com/docker-library/hello-world/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/hello-world)
[the Docker Community](https://github.com/docker-library/hello-world)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/hello-world/), [`arm32v5`](https://hub.docker.com/r/arm32v5/hello-world/), [`arm32v7`](https://hub.docker.com/r/arm32v7/hello-world/), [`arm64v8`](https://hub.docker.com/r/arm64v8/hello-world/), [`i386`](https://hub.docker.com/r/i386/hello-world/), [`ppc64le`](https://hub.docker.com/r/ppc64le/hello-world/), [`s390x`](https://hub.docker.com/r/s390x/hello-world/), [`windows-amd64`](https://hub.docker.com/r/winamd64/hello-world/)
Expand Down
2 changes: 1 addition & 1 deletion hola-mundo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ WARNING:
[https://github.com/docker-library/hello-world/issues](https://github.com/docker-library/hello-world/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/hello-world)
[the Docker Community](https://github.com/docker-library/hello-world)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/hola-mundo/), [`arm32v5`](https://hub.docker.com/r/arm32v5/hola-mundo/), [`arm32v7`](https://hub.docker.com/r/arm32v7/hola-mundo/), [`arm64v8`](https://hub.docker.com/r/arm64v8/hola-mundo/), [`i386`](https://hub.docker.com/r/i386/hola-mundo/), [`ppc64le`](https://hub.docker.com/r/ppc64le/hola-mundo/), [`s390x`](https://hub.docker.com/r/s390x/hola-mundo/), [`windows-amd64`](https://hub.docker.com/r/winamd64/hola-mundo/)
Expand Down
2 changes: 1 addition & 1 deletion httpd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WARNING:
[https://github.com/docker-library/httpd/issues](https://github.com/docker-library/httpd/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/httpd)
[the Docker Community](https://github.com/docker-library/httpd)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/httpd/), [`arm32v5`](https://hub.docker.com/r/arm32v5/httpd/), [`arm32v6`](https://hub.docker.com/r/arm32v6/httpd/), [`arm32v7`](https://hub.docker.com/r/arm32v7/httpd/), [`arm64v8`](https://hub.docker.com/r/arm64v8/httpd/), [`i386`](https://hub.docker.com/r/i386/httpd/), [`ppc64le`](https://hub.docker.com/r/ppc64le/httpd/), [`s390x`](https://hub.docker.com/r/s390x/httpd/)
Expand Down
2 changes: 1 addition & 1 deletion jetty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WARNING:
[https://github.com/appropriate/docker-jetty/issues](https://github.com/appropriate/docker-jetty/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/appropriate/docker-jetty)
[the Docker Community](https://github.com/appropriate/docker-jetty)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/jetty/), [`arm32v5`](https://hub.docker.com/r/arm32v5/jetty/), [`arm32v6`](https://hub.docker.com/r/arm32v6/jetty/), [`arm32v7`](https://hub.docker.com/r/arm32v7/jetty/), [`arm64v8`](https://hub.docker.com/r/arm64v8/jetty/), [`i386`](https://hub.docker.com/r/i386/jetty/), [`ppc64le`](https://hub.docker.com/r/ppc64le/jetty/), [`s390x`](https://hub.docker.com/r/s390x/jetty/)
Expand Down
2 changes: 1 addition & 1 deletion jruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ WARNING:
[https://github.com/cpuguy83/docker-jruby/issues](https://github.com/cpuguy83/docker-jruby/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/cpuguy83/docker-jruby)
[the Docker Community](https://github.com/cpuguy83/docker-jruby)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/jruby/), [`arm32v5`](https://hub.docker.com/r/arm32v5/jruby/), [`arm64v8`](https://hub.docker.com/r/arm64v8/jruby/), [`i386`](https://hub.docker.com/r/i386/jruby/), [`ppc64le`](https://hub.docker.com/r/ppc64le/jruby/), [`s390x`](https://hub.docker.com/r/s390x/jruby/)
Expand Down
2 changes: 1 addition & 1 deletion julia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ WARNING:
[https://github.com/docker-library/julia/issues](https://github.com/docker-library/julia/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/julia)
[the Docker Community](https://github.com/docker-library/julia)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/julia/), [`i386`](https://hub.docker.com/r/i386/julia/), [`windows-amd64`](https://hub.docker.com/r/winamd64/julia/)
Expand Down
2 changes: 1 addition & 1 deletion mariadb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WARNING:
[https://github.com/docker-library/mariadb/issues](https://github.com/docker-library/mariadb/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/mariadb)
[the Docker Community](https://github.com/docker-library/mariadb)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/mariadb/), [`arm64v8`](https://hub.docker.com/r/arm64v8/mariadb/), [`i386`](https://hub.docker.com/r/i386/mariadb/), [`ppc64le`](https://hub.docker.com/r/ppc64le/mariadb/)
Expand Down
2 changes: 1 addition & 1 deletion memcached/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WARNING:
[https://github.com/docker-library/memcached/issues](https://github.com/docker-library/memcached/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/memcached)
[the Docker Community](https://github.com/docker-library/memcached)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/memcached/), [`arm32v5`](https://hub.docker.com/r/arm32v5/memcached/), [`arm32v6`](https://hub.docker.com/r/arm32v6/memcached/), [`arm32v7`](https://hub.docker.com/r/arm32v7/memcached/), [`arm64v8`](https://hub.docker.com/r/arm64v8/memcached/), [`i386`](https://hub.docker.com/r/i386/memcached/), [`ppc64le`](https://hub.docker.com/r/ppc64le/memcached/), [`s390x`](https://hub.docker.com/r/s390x/memcached/)
Expand Down
2 changes: 1 addition & 1 deletion mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ WARNING:
[https://github.com/docker-library/mongo/issues](https://github.com/docker-library/mongo/issues)

- **Maintained by**:
[the Elastic Team](https://github.com/docker-library/mongo)
[the Docker Community](https://github.com/docker-library/mongo)

- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/mongo/), [`arm64v8`](https://hub.docker.com/r/arm64v8/mongo/), [`windows-amd64`](https://hub.docker.com/r/winamd64/mongo/)
Expand Down
Loading

0 comments on commit 1318b21

Please sign in to comment.