Skip to content

Commit

Permalink
Run update.sh (mips64le -- https://hub.docker.com/u/mips64le/)
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Dec 1, 2020
1 parent 3feb418 commit d4219c7
Show file tree
Hide file tree
Showing 148 changed files with 1,380 additions and 3,444 deletions.
19 changes: 11 additions & 8 deletions adminer/README.md
Expand Up @@ -14,6 +14,8 @@ WARNING:
-->

**Note:** this is the "per-architecture" repository for the `mips64le` builds of [the `adminer` official image](https://hub.docker.com/_/adminer) -- for more information, see ["Architectures other than amd64?" in the official images documentation](https://github.com/docker-library/official-images#architectures-other-than-amd64) and ["An image's source changed in Git, now what?" in the official images FAQ](https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what).

# Quick reference

- **Maintained by**:
Expand All @@ -24,8 +26,9 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`4.7.7-standalone`, `4.7-standalone`, `4-standalone`, `standalone`, `4.7.7`, `4.7`, `4`, `latest`](https://github.com/TimWolla/docker-adminer/blob/18344428b4b12907f82ab8c03e865094d1ae0663/4/Dockerfile)
- [`4.7.7-fastcgi`, `4.7-fastcgi`, `4-fastcgi`, `fastcgi`](https://github.com/TimWolla/docker-adminer/blob/18344428b4b12907f82ab8c03e865094d1ae0663/4/fastcgi/Dockerfile)
**WARNING:** THIS IMAGE *IS NOT SUPPORTED* ON THE `mips64le` ARCHITECTURE

[![mips64le/adminer build status badge](https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/multiarch/job/mips64le/job/adminer.svg?label=mips64le/adminer%20%20build%20job)](https://doi-janky.infosiftr.net/job/multiarch/job/mips64le/job/adminer/)

# Quick reference (cont.)

Expand Down Expand Up @@ -61,7 +64,7 @@ Adminer (formerly phpMinAdmin) is a full-featured database management tool writt
### Standalone

```console
$ docker run --link some_database:db -p 8080:8080 adminer
$ docker run --link some_database:db -p 8080:8080 mips64le/adminer
```

Then you can hit `http://localhost:8080` or `http://host-ip:8080` in your browser.
Expand All @@ -71,7 +74,7 @@ Then you can hit `http://localhost:8080` or `http://host-ip:8080` in your browse
If you are already running a FastCGI capable web server you might prefer running Adminer via FastCGI:

```console
$ docker run --link some_database:db -p 9000:9000 adminer:fastcgi
$ docker run --link some_database:db -p 9000:9000 mips64le/adminer:fastcgi
```

Then point your web server to port 9000 of the container.
Expand Down Expand Up @@ -113,13 +116,13 @@ This image bundles all official Adminer plugins. You can find the list of plugin
To load plugins you can pass a list of filenames in `ADMINER_PLUGINS`:

```console
$ docker run --link some_database:db -p 8080:8080 -e ADMINER_PLUGINS='tables-filter tinymce' adminer
$ docker run --link some_database:db -p 8080:8080 -e ADMINER_PLUGINS='tables-filter tinymce' mips64le/adminer
```

If a plugin *requires* parameters to work correctly you will need to add a custom file to the container:

```console
$ docker run --link some_database:db -p 8080:8080 -e ADMINER_PLUGINS='login-servers' adminer
$ docker run --link some_database:db -p 8080:8080 -e ADMINER_PLUGINS='login-servers' mips64le/adminer
Unable to load plugin file "login-servers", because it has required parameters: servers
Create a file "/var/www/html/plugins-enabled/login-servers.php" with the following contents to load the plugin:

Expand All @@ -145,7 +148,7 @@ The image bundles all the designs that are available in the source package of ad
To use a bundled design you can pass its name in `ADMINER_DESIGN`:

```console
$ docker run --link some_database:db -p 8080:8080 -e ADMINER_DESIGN='nette' adminer
$ docker run --link some_database:db -p 8080:8080 -e ADMINER_DESIGN='nette' mips64le/adminer
```

To use a custom design you can add a file called `/var/www/html/adminer.css`.
Expand All @@ -155,7 +158,7 @@ To use a custom design you can add a file called `/var/www/html/adminer.css`.
You can specify the default host with the `ADMINER_DEFAULT_SERVER` environment variable. This is useful if you are connecting to an external server or a docker container named something other than the default `db`.

```console
docker run -p 8080:8080 -e ADMINER_DEFAULT_SERVER=mysql adminer
docker run -p 8080:8080 -e ADMINER_DEFAULT_SERVER=mysql mips64le/adminer
```

## Supported Drivers
Expand Down
197 changes: 8 additions & 189 deletions adoptopenjdk/README.md

Large diffs are not rendered by default.

16 changes: 9 additions & 7 deletions aerospike/README.md
Expand Up @@ -14,6 +14,8 @@ WARNING:
-->

**Note:** this is the "per-architecture" repository for the `mips64le` builds of [the `aerospike` official image](https://hub.docker.com/_/aerospike) -- for more information, see ["Architectures other than amd64?" in the official images documentation](https://github.com/docker-library/official-images#architectures-other-than-amd64) and ["An image's source changed in Git, now what?" in the official images FAQ](https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what).

# Quick reference

- **Maintained by**:
Expand All @@ -24,9 +26,9 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`5.0.0.20`](https://github.com/aerospike/aerospike-server.docker/blob/246cb7bcd7b8da4b6ecea0a2b1f545f289ead836/Dockerfile)
- [`5.1.0.17`](https://github.com/aerospike/aerospike-server.docker/blob/254e2f6c282a880eb6e15d38354c6ae25a68b571/Dockerfile)
- [`5.2.0.9`, `latest`](https://github.com/aerospike/aerospike-server.docker/blob/02da00953db4367089636f46534c824ec963d12e/Dockerfile)
**WARNING:** THIS IMAGE *IS NOT SUPPORTED* ON THE `mips64le` ARCHITECTURE

[![mips64le/aerospike build status badge](https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/multiarch/job/mips64le/job/aerospike.svg?label=mips64le/aerospike%20%20build%20job)](https://doi-janky.infosiftr.net/job/multiarch/job/mips64le/job/aerospike/)

# Quick reference (cont.)

Expand Down Expand Up @@ -60,7 +62,7 @@ Documentation for Aerospike is available at [http://aerospike.com/docs](https://
The following will run `asd` with all the exposed ports forwarded to the host machine.

```console
$ docker run -d --name aerospike -p 3000:3000 -p 3001:3001 -p 3002:3002 -p 3003:3003 aerospike
$ docker run -d --name aerospike -p 3000:3000 -p 3001:3001 -p 3002:3002 -p 3003:3003 mips64le/aerospike
```

**NOTE** Although this is the simplest method to getting Aerospike up and running, but it is not the preferred method. To properly run the container, please specify a **custom configuration** with the **access-address** defined.
Expand All @@ -71,7 +73,7 @@ By default, `asd` will use the configuration file at `/etc/aerospike/aerospike.c

-v <DIRECTORY>:/opt/aerospike/etc

Where `<DIRECTORY>` is the path to a directory containing your custom aerospike.conf file. Next, you will want to tell `asd` to use the configuration file that was just mounted by using the `--config-file` option for `aerospike`:
Where `<DIRECTORY>` is the path to a directory containing your custom aerospike.conf file. Next, you will want to tell `asd` to use the configuration file that was just mounted by using the `--config-file` option for `mips64le/aerospike`:

--config-file /opt/aerospike/etc/aerospike.conf

Expand All @@ -80,7 +82,7 @@ This will tell `asd` to use the config file at `/opt/aerospike/etc/aerospike.con
A full example:

```console
$ docker run -d -v <DIRECTORY>:/opt/aerospike/etc --name aerospike -p 3000:3000 -p 3001:3001 -p 3002:3002 -p 3003:3003 aerospike asd --foreground --config-file /opt/aerospike/etc/aerospike.conf
$ docker run -d -v <DIRECTORY>:/opt/aerospike/etc --name aerospike -p 3000:3000 -p 3001:3001 -p 3002:3002 -p 3003:3003 mips64le/aerospike asd --foreground --config-file /opt/aerospike/etc/aerospike.conf
```

### access-address Configuration
Expand Down Expand Up @@ -108,7 +110,7 @@ Where `<DIRECTORY>` is the path to a directory containing your data files.
A full example:

```console
$ docker run -d -v <DIRECTORY>:/opt/aerospike/data --name aerospike -p 3000:3000 -p 3001:3001 -p 3002:3002 -p 3003:3003 aerospike
$ docker run -d -v <DIRECTORY>:/opt/aerospike/data --name aerospike -p 3000:3000 -p 3001:3001 -p 3002:3002 -p 3003:3003 mips64le/aerospike
```

**Note:** As of version 5.1.0.10 the Dockerfile no longer has /opt/aerospike/data as a Docker Volume by default.
Expand Down
12 changes: 6 additions & 6 deletions alpine/README.md
Expand Up @@ -14,6 +14,8 @@ WARNING:
-->

**Note:** this is the "per-architecture" repository for the `mips64le` builds of [the `alpine` official image](https://hub.docker.com/_/alpine) -- for more information, see ["Architectures other than amd64?" in the official images documentation](https://github.com/docker-library/official-images#architectures-other-than-amd64) and ["An image's source changed in Git, now what?" in the official images FAQ](https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what).

# Quick reference

- **Maintained by**:
Expand All @@ -24,11 +26,9 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`20200917`, `edge`](https://github.com/alpinelinux/docker-alpine/blob/3f2ea531de730c34c0d0b9cc0ec08cf4a747463f/x86_64/Dockerfile)
- [`3.12.1`, `3.12`, `3`, `latest`](https://github.com/alpinelinux/docker-alpine/blob/15100da0197e849e7fa94b0ed1bc8c64d0eb7313/x86_64/Dockerfile)
- [`3.11.6`, `3.11`](https://github.com/alpinelinux/docker-alpine/blob/c5510d5b1d2546d133f7b0938690c3c1e2cd9549/x86_64/Dockerfile)
- [`3.10.5`, `3.10`](https://github.com/alpinelinux/docker-alpine/blob/a02be1f7da059d74c0743792b41d17626128c2a3/x86_64/Dockerfile)
- [`3.9.6`, `3.9`](https://github.com/alpinelinux/docker-alpine/blob/d7eb97a39abbdfe6ba73236f844cb80b756280d1/x86_64/Dockerfile)
**WARNING:** THIS IMAGE *IS NOT SUPPORTED* ON THE `mips64le` ARCHITECTURE

[![mips64le/alpine build status badge](https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/multiarch/job/mips64le/job/alpine.svg?label=mips64le/alpine%20%20build%20job)](https://doi-janky.infosiftr.net/job/multiarch/job/mips64le/job/alpine/)

# Quick reference (cont.)

Expand Down Expand Up @@ -62,7 +62,7 @@ WARNING:
Use like you would any other base image:

```dockerfile
FROM alpine:3.7
FROM mips64le/alpine:3.7
RUN apk add --no-cache mysql-client
ENTRYPOINT ["mysql"]
```
Expand Down
10 changes: 6 additions & 4 deletions alt/README.md
Expand Up @@ -14,6 +14,8 @@ WARNING:
-->

**Note:** this is the "per-architecture" repository for the `mips64le` builds of [the `alt` official image](https://hub.docker.com/_/alt) -- for more information, see ["Architectures other than amd64?" in the official images documentation](https://github.com/docker-library/official-images#architectures-other-than-amd64) and ["An image's source changed in Git, now what?" in the official images FAQ](https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what).

# Quick reference

- **Maintained by**:
Expand All @@ -24,9 +26,9 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`p9`, `latest`](https://github.com/alt-cloud/docker-brew-alt/blob/615c9ada7d1608e1a0aeae9b67141528fb8ef4a9/x86_64/Dockerfile)
- [`p8`](https://github.com/alt-cloud/docker-brew-alt/blob/c5b2b64e3a61483bb2668f1d20cf45bf9652020b/x86_64/Dockerfile)
- [`sisyphus`](https://github.com/alt-cloud/docker-brew-alt/blob/c001dab19f0fcc5f5b1499bfb1e9661e971a1434/x86_64/Dockerfile)
**WARNING:** THIS IMAGE *IS NOT SUPPORTED* ON THE `mips64le` ARCHITECTURE

[![mips64le/alt build status badge](https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/multiarch/job/mips64le/job/alt.svg?label=mips64le/alt%20%20build%20job)](https://doi-janky.infosiftr.net/job/multiarch/job/mips64le/job/alt/)

# Quick reference (cont.)

Expand Down Expand Up @@ -71,7 +73,7 @@ As said above, Sisyphus is a frequently updated repository mainly designed for d

# About this image

The `alt:latest` tag will always point the latest stable release (which is, at the time of this writing, `alt:p9`).
The `mips64le/alt:latest` tag will always point the latest stable release (which is, at the time of this writing, `mips64le/alt:p9`).

## How It's Made

Expand Down
28 changes: 5 additions & 23 deletions amazoncorretto/README.md
Expand Up @@ -14,6 +14,8 @@ WARNING:
-->

**Note:** this is the "per-architecture" repository for the `mips64le` builds of [the `amazoncorretto` official image](https://hub.docker.com/_/amazoncorretto) -- for more information, see ["Architectures other than amd64?" in the official images documentation](https://github.com/docker-library/official-images#architectures-other-than-amd64) and ["An image's source changed in Git, now what?" in the official images FAQ](https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what).

# Quick reference

- **Maintained by**:
Expand All @@ -24,13 +26,9 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`8`, `8u275`, `8u275-al2`, `8-al2-full`, `8-al2-jdk`, `latest`](https://github.com/corretto/corretto-docker/blob/89fdbc674c7102cec611f4de08b21c99c8a07cbd/8/jdk/al2/Dockerfile)
- [`11`, `11.0.9`, `11.0.9-al2`, `11-al2-jdk`, `11-al2-full`](https://github.com/corretto/corretto-docker/blob/89fdbc674c7102cec611f4de08b21c99c8a07cbd/11/jdk/al2/Dockerfile)
- [`8-alpine`, `8u275-alpine`, `8-alpine-full`, `8-alpine-jdk`](https://github.com/corretto/corretto-docker/blob/89fdbc674c7102cec611f4de08b21c99c8a07cbd/8/jdk/alpine/Dockerfile)
- [`8-alpine-jre`, `8u275-alpine-jre`](https://github.com/corretto/corretto-docker/blob/89fdbc674c7102cec611f4de08b21c99c8a07cbd/8/jre/alpine/Dockerfile)
- [`11-alpine`, `11.0.9-alpine`, `11-alpine-full`, `11-alpine-jdk`](https://github.com/corretto/corretto-docker/blob/89fdbc674c7102cec611f4de08b21c99c8a07cbd/11/jdk/alpine/Dockerfile)
- [`15`, `15.0.1`, `15.0.1-al2`, `15-al2-jdk`, `15-al2-full`](https://github.com/corretto/corretto-docker/blob/89fdbc674c7102cec611f4de08b21c99c8a07cbd/15/jdk/al2/Dockerfile)
- [`15-alpine`, `15.0.1-alpine`, `15-alpine-full`, `15-alpine-jdk`](https://github.com/corretto/corretto-docker/blob/89fdbc674c7102cec611f4de08b21c99c8a07cbd/15/jdk/alpine/Dockerfile)
**WARNING:** THIS IMAGE *IS NOT SUPPORTED* ON THE `mips64le` ARCHITECTURE

[![mips64le/amazoncorretto build status badge](https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/multiarch/job/mips64le/job/amazoncorretto.svg?label=mips64le/amazoncorretto%20%20build%20job)](https://doi-janky.infosiftr.net/job/multiarch/job/mips64le/job/amazoncorretto/)

# Quick reference (cont.)

Expand Down Expand Up @@ -81,22 +79,6 @@ Amazon will provide security updates for Corretto 8 until at least June 2023. Up

Corretto is designed as a drop-in replacement for all Java SE distributions unless you are using features (e.g., Java Flight Recorder) not available in OpenJDK. Once Corretto binaries are installed on a host and correctly invoked to run your Java applications (e.g., using the alternatives command on Linux), existing command-line options, tuning parameters, monitoring, and anything else in place will continue to work as before.

# Image Variants

The `amazoncorretto` images come in many flavors, each designed for a specific use case.

## `amazoncorretto:<version>`

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.

## `amazoncorretto:<version>-alpine`

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.

This variant is highly recommended when final image size being as small as possible is desired. The main caveat to note is that it does use [musl libc](https://musl.libc.org) instead of [glibc and friends](https://www.etalabs.net/compare_libcs.html), so certain software might run into issues depending on the depth of their libc requirements. However, most software doesn't have an issue with this, so this variant is usually a very safe choice. See [this Hacker News comment thread](https://news.ycombinator.com/item?id=10782897) for more discussion of the issues that might arise and some pro/con comparisons of using Alpine-based images.

To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar).

# License

Amazon Corretto is released under the same open source license as OpenJDK, which is licensed under the GNU Public License version 2 with the Class Path Exception ([GPLv2 with CPE](https://openjdk.java.net/legal/gplv2+ce.html)).
Expand Down
9 changes: 5 additions & 4 deletions amazonlinux/README.md
Expand Up @@ -14,6 +14,8 @@ WARNING:
-->

**Note:** this is the "per-architecture" repository for the `mips64le` builds of [the `amazonlinux` official image](https://hub.docker.com/_/amazonlinux) -- for more information, see ["Architectures other than amd64?" in the official images documentation](https://github.com/docker-library/official-images#architectures-other-than-amd64) and ["An image's source changed in Git, now what?" in the official images FAQ](https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what).

# Quick reference

- **Maintained by**:
Expand All @@ -24,10 +26,9 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`2.0.20200722.0`, `2`, `latest`](https://github.com/amazonlinux/container-images/blob/03d54f8c4d522bf712cffd6c8f9aafba0a875e78/Dockerfile)
- [`2.0.20200722.0-with-sources`, `2-with-sources`, `with-sources`](https://github.com/amazonlinux/container-images/blob/1e7349845e029a2e6afe6dc473ef17d052e3546f/Dockerfile)
- [`2018.03.0.20200602.1`, `2018.03`, `1`](https://github.com/amazonlinux/container-images/blob/f10932e08c75457eeb372bf1cc47ea2a4b8e98c8/Dockerfile)
- [`2018.03.0.20200602.1-with-sources`, `2018.03-with-sources`, `1-with-sources`](https://github.com/amazonlinux/container-images/blob/8c9ee491689d901aa72719be0ec12087a5fa8faf/Dockerfile)
**WARNING:** THIS IMAGE *IS NOT SUPPORTED* ON THE `mips64le` ARCHITECTURE

[![mips64le/amazonlinux build status badge](https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/multiarch/job/mips64le/job/amazonlinux.svg?label=mips64le/amazonlinux%20%20build%20job)](https://doi-janky.infosiftr.net/job/multiarch/job/mips64le/job/amazonlinux/)

# Quick reference (cont.)

Expand Down

0 comments on commit d4219c7

Please sign in to comment.