Skip to content

Commit

Permalink
Run update.sh (arm32v6 -- https://hub.docker.com/u/arm32v6/)
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Jun 23, 2021
1 parent cff6644 commit e620160
Show file tree
Hide file tree
Showing 151 changed files with 1,467 additions and 3,280 deletions.
16 changes: 10 additions & 6 deletions adminer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ WARNING:
-->

**Note:** this is the "per-architecture" repository for the `arm32v6` 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 @@ -27,6 +29,8 @@ WARNING:
- [`4.8.1-standalone`, `4-standalone`, `standalone`, `4.8.1`, `4`, `latest`](https://github.com/TimWolla/docker-adminer/blob/9957ca52b8f442213fb116503dc7d0e18d4dc228/4/Dockerfile)
- [`4.8.1-fastcgi`, `4-fastcgi`, `fastcgi`](https://github.com/TimWolla/docker-adminer/blob/9957ca52b8f442213fb116503dc7d0e18d4dc228/4/fastcgi/Dockerfile)

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

# Quick reference (cont.)

- **Where to file issues**:
Expand Down Expand Up @@ -61,7 +65,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 arm32v6/adminer
```

Then you can hit `http://localhost:8080` or `http://host-ip:8080` in your browser.
Expand All @@ -71,7 +75,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 arm32v6/adminer:fastcgi
```

Then point your web server to port 9000 of the container.
Expand Down Expand Up @@ -113,13 +117,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' arm32v6/adminer
```

If a plugin *requires* parameters to work correctly instead of adding the plugin to `ADMINER_PLUGINS`, you 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' arm32v6/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 +149,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' arm32v6/adminer
```

To use a custom design you can add a file called `/var/www/html/adminer.css`.
Expand All @@ -155,7 +159,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 arm32v6/adminer
```

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

Large diffs are not rendered by default.

25 changes: 14 additions & 11 deletions aerospike/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ WARNING:
-->

**Note:** this is the "per-architecture" repository for the `arm32v6` 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,8 +26,9 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`ee-5.6.0.5`](https://github.com/aerospike/aerospike-server-enterprise.docker/blob/cf6b3b85112016afc42bd07748cee0e920d8a962/Dockerfile)
- [`ce-5.6.0.5`](https://github.com/aerospike/aerospike-server.docker/blob/758565f76752273007dc49e80beff247dfea943f/Dockerfile)
**WARNING:** THIS IMAGE *IS NOT SUPPORTED* ON THE `arm32v6` ARCHITECTURE

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

# Quick reference (cont.)

Expand Down Expand Up @@ -65,7 +68,7 @@ Aerospike Community Edition supports the same developer APIs as Aerospike Enterp
### Running an Aerospike EE node with a feature key file in a mapped directory

```console
docker run -d -v DIR:/opt/aerospike/etc/ -e "FEATURE_KEY_FILE=/opt/aerospike/etc/features.conf" --name aerospike -p 3000-3002:3000-3002 aerospike:ee-[version]
docker run -d -v DIR:/opt/aerospike/etc/ -e "FEATURE_KEY_FILE=/opt/aerospike/etc/features.conf" --name aerospike -p 3000-3002:3000-3002 arm32v6/aerospike:ee-[version]
```

Above, *DIR* is a directory on your machine where you drop your feature key file. Make sure Docker Desktop has file sharing permission to bind mount it into Docker containers.
Expand All @@ -74,13 +77,13 @@ Above, *DIR* is a directory on your machine where you drop your feature key file

```console
FEATKEY=$(base64 ~/Desktop/evaluation-features.conf)
docker run -d -e "FEATURES=$FEATKEY" -e "FEATURE_KEY_FILE=env-b64:FEATURES" --name aerospike -p 3000-3002:3000-3002 aerospike:ee-[version]
docker run -d -e "FEATURES=$FEATKEY" -e "FEATURE_KEY_FILE=env-b64:FEATURES" --name aerospike -p 3000-3002:3000-3002 arm32v6/aerospike:ee-[version]
```

### Running an Aerospike CE node

```console
docker run -d --name aerospike -p 3000-3002:3000-3002 aerospike:ce-[version]
docker run -d --name aerospike -p 3000-3002:3000-3002 arm32v6/aerospike:ce-[version]
```

## Advanced Configuration
Expand All @@ -96,7 +99,7 @@ You can inject parameters into the configuration template using container-side e
For example, to set the default [namespace](https://www.aerospike.com/docs/architecture/data-model.html) name to *demo*:

```console
docker run -d --name aerospike -e "NAMESPACE=demo" -p 3000-3002:3000-3002 -v /my/dir:/opt/aerospike/etc/ -e "FEATURE_KEY_FILE=/opt/aerospike/etc/features.conf" aerospike:ee-[version]
docker run -d --name aerospike -e "NAMESPACE=demo" -p 3000-3002:3000-3002 -v /my/dir:/opt/aerospike/etc/ -e "FEATURE_KEY_FILE=/opt/aerospike/etc/features.conf" arm32v6/aerospike:ee-[version]
```

Injecting configuration parameters into the configuration template isn't compatible with using a custom configuration file. You can use one or the other.
Expand Down Expand Up @@ -131,7 +134,7 @@ You should first `-v` map a local directory, which Docker will bind mount. Next,
For example:

```console
docker run -d -v /opt/aerospike/etc/:/opt/aerospike/etc/ --name aerospike-p 3000-3002:3000-3002 aerospike:ee-[version] --config-file /opt/aerospike/etc/aerospike.conf
docker run -d -v /opt/aerospike/etc/:/opt/aerospike/etc/ --name aerospike-p 3000-3002:3000-3002 arm32v6/aerospike:ee-[version] --config-file /opt/aerospike/etc/aerospike.conf
```

### Persistent Data Directory
Expand All @@ -141,7 +144,7 @@ With Docker, the files within the container are not persisted past the life of t
For example:

```console
docker run -d -v /opt/aerospike/data:/opt/aerospike/data -v /opt/aerospike/etc:/opt/aerospike/etc/ --name aerospike -p 3000-3002:3000-3002 -e "FEATURE_KEY_FILE=/opt/aerospike/etc/features.conf" aerospike:ee-[version]
docker run -d -v /opt/aerospike/data:/opt/aerospike/data -v /opt/aerospike/etc:/opt/aerospike/etc/ --name aerospike -p 3000-3002:3000-3002 -e "FEATURE_KEY_FILE=/opt/aerospike/etc/features.conf" arm32v6/aerospike:ee-[version]
```

The example above uses the configuration template, where the single defined namespace is in-memory with file-based persistence. Just mounting the predefined /opt/aerospike/data directory enables the data to be persisted on the host.
Expand All @@ -160,7 +163,7 @@ Alternatively, a custom configuration file is used with the parameter `file` set
In this example we also mount the data directory in a similar way, using a custom configuration file.

```console
docker run -d -v /opt/aerospike/data:/opt/aerospike/data -v /opt/aerospike/etc/:/opt/aerospike/etc/ --name aerospike -p 3000-3002:3000-3002 aerospike:ee-[version] --config-file /opt/aerospike/etc/aerospike.conf
docker run -d -v /opt/aerospike/data:/opt/aerospike/data -v /opt/aerospike/etc/:/opt/aerospike/etc/ --name aerospike -p 3000-3002:3000-3002 arm32v6/aerospike:ee-[version] --config-file /opt/aerospike/etc/aerospike.conf
```

### Block Storage
Expand All @@ -180,15 +183,15 @@ Update the `storage-engine device` section of the namespace in the custom aerosp
Now to map a host drive /dev/sdc to /dev/xvdc on a container

```console
docker run -d --device '/dev/sdc:/dev/xvdc' -v /opt/aerospike/etc/:/opt/aerospike/etc/ --name aerospike -p 3000-3002:3000-3002 aerospike:ee-[version] --config-file /opt/aerospike/etc/aerospike.conf
docker run -d --device '/dev/sdc:/dev/xvdc' -v /opt/aerospike/etc/:/opt/aerospike/etc/ --name aerospike -p 3000-3002:3000-3002 arm32v6/aerospike:ee-[version] --config-file /opt/aerospike/etc/aerospike.conf
```

### Persistent Lua Cache

Upon restart, your lua cache will become emptied. To persist the cache, you will want to mount a directory from the host to the container's `/opt/aerospike/usr/udf/lua` using the `-v` option:

```sh
docker run -d -v /opt/aerospike/lua:/opt/aerospike/usr/udf/lua -v /opt/aerospike/data:/opt/aerospike/data --name aerospike -p 3000-3002:3000-3002 -e "FEATURE_KEY_FILE=/opt/etc/aerospike/features.conf" aerospike:ee-[version]
docker run -d -v /opt/aerospike/lua:/opt/aerospike/usr/udf/lua -v /opt/aerospike/data:/opt/aerospike/data --name aerospike -p 3000-3002:3000-3002 -e "FEATURE_KEY_FILE=/opt/etc/aerospike/features.conf" arm32v6/aerospike:ee-[version]
```

## Clustering
Expand Down
8 changes: 6 additions & 2 deletions almalinux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ WARNING:
-->

**Note:** this is the "per-architecture" repository for the `arm32v6` builds of [the `almalinux` official image](https://hub.docker.com/_/almalinux) -- 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,7 +26,9 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`latest`, `8`, `8.4`](https://github.com/AlmaLinux/docker-images/blob/3317c1f96704c1cbbab9257ac51a791fb7e28987/Dockerfile)
**WARNING:** THIS IMAGE *IS NOT SUPPORTED* ON THE `arm32v6` ARCHITECTURE

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

# Quick reference (cont.)

Expand Down Expand Up @@ -53,7 +57,7 @@ WARNING:

# About this image

The `almalinux:latest` tag will always point to the latest stable release. Major releases are also tagged with their version (e.g. `almalinux:8`). All images for supported releases will be updated monthly or as needed for security fixes.
The `arm32v6/almalinux:latest` tag will always point to the latest stable release. Major releases are also tagged with their version (e.g. `arm32v6/almalinux:8`). All images for supported releases will be updated monthly or as needed for security fixes.

## How It's Made

Expand Down
16 changes: 10 additions & 6 deletions alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ WARNING:
-->

**Note:** this is the "per-architecture" repository for the `arm32v6` 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,13 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`20210212`, `edge`](https://github.com/alpinelinux/docker-alpine/blob/489953694b9dd165f615dc01971971ddf55701f8/x86_64/Dockerfile)
- [`3.14.0`, `3.14`, `3`, `latest`](https://github.com/alpinelinux/docker-alpine/blob/6cde5b1c2838b647382fdbc71b5d3cef54c5c157/x86_64/Dockerfile)
- [`3.13.5`, `3.13`](https://github.com/alpinelinux/docker-alpine/blob/37579d92b9faa70398240431bc46720242faa5e5/x86_64/Dockerfile)
- [`3.12.7`, `3.12`](https://github.com/alpinelinux/docker-alpine/blob/8b8051f1c11daff18ada363488e145af9e201802/x86_64/Dockerfile)
- [`3.11.11`, `3.11`](https://github.com/alpinelinux/docker-alpine/blob/2cd76fb18830708f4af5a6927c3aa40867a4e8bb/x86_64/Dockerfile)
- [`20210212`, `edge`](https://github.com/alpinelinux/docker-alpine/blob/489953694b9dd165f615dc01971971ddf55701f8/armhf/Dockerfile)
- [`3.14.0`, `3.14`, `3`, `latest`](https://github.com/alpinelinux/docker-alpine/blob/6cde5b1c2838b647382fdbc71b5d3cef54c5c157/armhf/Dockerfile)
- [`3.13.5`, `3.13`](https://github.com/alpinelinux/docker-alpine/blob/37579d92b9faa70398240431bc46720242faa5e5/armhf/Dockerfile)
- [`3.12.7`, `3.12`](https://github.com/alpinelinux/docker-alpine/blob/8b8051f1c11daff18ada363488e145af9e201802/armhf/Dockerfile)
- [`3.11.11`, `3.11`](https://github.com/alpinelinux/docker-alpine/blob/2cd76fb18830708f4af5a6927c3aa40867a4e8bb/armhf/Dockerfile)

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

# Quick reference (cont.)

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

```dockerfile
FROM alpine:3.14
FROM arm32v6/alpine:3.14
RUN apk add --no-cache mysql-client
ENTRYPOINT ["mysql"]
```
Expand Down
10 changes: 6 additions & 4 deletions alt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ WARNING:
-->

**Note:** this is the "per-architecture" repository for the `arm32v6` 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/027b02f57faf6278ab0a7080e077f4e989e0302d/x86_64/Dockerfile)
- [`p8`](https://github.com/alt-cloud/docker-brew-alt/blob/ce87cc6c704caf13461955cfa5ddd83a7d04207a/x86_64/Dockerfile)
- [`sisyphus`](https://github.com/alt-cloud/docker-brew-alt/blob/425b1b723bf933037319e23d5a5cdf7e796971eb/x86_64/Dockerfile)
**WARNING:** THIS IMAGE *IS NOT SUPPORTED* ON THE `arm32v6` ARCHITECTURE

[![arm32v6/alt build status badge](https://img.shields.io/jenkins/s/https/doi-janky.infosiftr.net/job/multiarch/job/arm32v6/job/alt.svg?label=arm32v6/alt%20%20build%20job)](https://doi-janky.infosiftr.net/job/multiarch/job/arm32v6/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 `arm32v6/alt:latest` tag will always point the latest stable release (which is, at the time of this writing, `arm32v6/alt:p9`).

## How It's Made

Expand Down
Loading

0 comments on commit e620160

Please sign in to comment.