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 Jul 20, 2017
1 parent 6d55866 commit 817792f
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 19 deletions.
3 changes: 2 additions & 1 deletion arangodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ WARNING:
# Supported tags and respective `Dockerfile` links

- [`2.8`, `2.8.11` (*jessie/2.8.11/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/05366cb4c6a6aab8e1ff9ca74c81b09d9a57b5b5/jessie/2.8.11/Dockerfile)
- [`3.1`, `3.1.25`, `latest` (*jessie/3.1.25/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/80ca7e75fc44c0bf20944efd4fbc38fc9b6c1582/jessie/3.1.25/Dockerfile)
- [`3.1`, `3.1.25` (*jessie/3.1.25/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/80ca7e75fc44c0bf20944efd4fbc38fc9b6c1582/jessie/3.1.25/Dockerfile)
- [`3.2`, `3.2.0`, `latest` (*jessie/3.2.0/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/10ef97f50b218f9356bdcab09b6ff126d69da6a3/jessie/3.2.0/Dockerfile)

# Quick reference

Expand Down
2 changes: 1 addition & 1 deletion consul/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`latest`, `0.8.5` (*0.X/Dockerfile*)](https://github.com/hashicorp/docker-consul/blob/9f0030dc7b4bfa8c0bc45c8aab70f1335a12cca3/0.X/Dockerfile)
- [`latest`, `0.9.0` (*0.X/Dockerfile*)](https://github.com/hashicorp/docker-consul/blob/dadb29b183aa7c50b9bcedbddd9320fcfe57f250/0.X/Dockerfile)

# Quick reference

Expand Down
2 changes: 1 addition & 1 deletion crate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`latest`, `2.0`, `2.0.5` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/0e60e10746b15edf8d0dd831f38a243156663a56/Dockerfile)
- [`latest`, `2.0`, `2.0.6` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/aa21bf72c9612412649434e66fa7eaefd4b3bfc8/Dockerfile)
- [`1.0`, `1.0.6` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/89e1557944b257c9e56b0e93a458eb6f0238ece3/Dockerfile)
- [`1.1`, `1.1.6` (*Dockerfile*)](https://github.com/crate/docker-crate/blob/019830ed59c4b110f8c93f30430d282818ad95ec/Dockerfile)

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

# Supported tags and respective `Dockerfile` links

- [`latest`, `26` (*x86_64//Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/c726745cc3626a741f3e28551118bcf7193a37b7/x86_64//Dockerfile)
- [`25` (*Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/0b198330cf019e615e1393affc4338664a9dd332/Dockerfile)
- [`latest`, `26` (*x86_64//Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/1cea10502253a1a5b913eb1e59a7dc7482cbc0fa/x86_64//Dockerfile)
- [`25` (*Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/0603cc1536e4f62b77d1c34e39df55908f56aa48/Dockerfile)
- [`24` (*Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/f3726622b5012c1f374bf9f596616eab3cd4988c/Dockerfile)
- [`rawhide` (*x86_64//Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/ceda5a43613becf3d368c9e056b6c20db485106d/x86_64//Dockerfile)
- [`rawhide` (*x86_64//Dockerfile*)](https://github.com/fedora-cloud/docker-brew-fedora/blob/068835147960bde07171f320e1d2a037d62c07eb/x86_64//Dockerfile)

# Quick reference

Expand Down
7 changes: 4 additions & 3 deletions mageia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,17 @@ To date, Mageia:
## Create a Dockerfile for your container

```dockerfile
FROM mageia:5
FROM mageia:6
MAINTAINER "Foo Bar" <foo@bar.com>
CMD [ "bash" ]
```

## Installed packages

All images install the following packages:
The images include the following packages:

- basesystem-minimal
- urpmi
- dnf (Mageia 6+)
- locales
- locales-en
- urpmi
10 changes: 5 additions & 5 deletions node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`8.1.4`, `8.1`, `8`, `latest` (*8.1/Dockerfile*)](https://github.com/nodejs/docker-node/blob/a5e2d0fab5b14773e0fdc460c0b96d0f93a80ba2/8.1/Dockerfile)
- [`8.1.4-alpine`, `8.1-alpine`, `8-alpine`, `alpine` (*8.1/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/a5e2d0fab5b14773e0fdc460c0b96d0f93a80ba2/8.1/alpine/Dockerfile)
- [`8.1.4-onbuild`, `8.1-onbuild`, `8-onbuild`, `onbuild` (*8.1/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/a5e2d0fab5b14773e0fdc460c0b96d0f93a80ba2/8.1/onbuild/Dockerfile)
- [`8.1.4-slim`, `8.1-slim`, `8-slim`, `slim` (*8.1/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/a5e2d0fab5b14773e0fdc460c0b96d0f93a80ba2/8.1/slim/Dockerfile)
- [`8.1.4-wheezy`, `8.1-wheezy`, `8-wheezy`, `wheezy` (*8.1/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/a5e2d0fab5b14773e0fdc460c0b96d0f93a80ba2/8.1/wheezy/Dockerfile)
- [`8.2.0`, `8.2`, `8`, `latest` (*8.2/Dockerfile*)](https://github.com/nodejs/docker-node/blob/4f2354e558a0cd93ae53278f83f5f0a35af23be0/8.2/Dockerfile)
- [`8.2.0-alpine`, `8.2-alpine`, `8-alpine`, `alpine` (*8.2/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/4f2354e558a0cd93ae53278f83f5f0a35af23be0/8.2/alpine/Dockerfile)
- [`8.2.0-onbuild`, `8.2-onbuild`, `8-onbuild`, `onbuild` (*8.2/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/4f2354e558a0cd93ae53278f83f5f0a35af23be0/8.2/onbuild/Dockerfile)
- [`8.2.0-slim`, `8.2-slim`, `8-slim`, `slim` (*8.2/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/4f2354e558a0cd93ae53278f83f5f0a35af23be0/8.2/slim/Dockerfile)
- [`8.2.0-wheezy`, `8.2-wheezy`, `8-wheezy`, `wheezy` (*8.2/wheezy/Dockerfile*)](https://github.com/nodejs/docker-node/blob/4f2354e558a0cd93ae53278f83f5f0a35af23be0/8.2/wheezy/Dockerfile)
- [`7.10.1`, `7.10`, `7` (*7.10/Dockerfile*)](https://github.com/nodejs/docker-node/blob/0aadad9c44ff26afc81469d77df9b948be47c312/7.10/Dockerfile)
- [`7.10.1-alpine`, `7.10-alpine`, `7-alpine` (*7.10/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/0aadad9c44ff26afc81469d77df9b948be47c312/7.10/alpine/Dockerfile)
- [`7.10.1-onbuild`, `7.10-onbuild`, `7-onbuild` (*7.10/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/0fcdf0b2660e73ab1054f932f4beac5b3946fb21/7.10/onbuild/Dockerfile)
Expand Down
10 changes: 5 additions & 5 deletions ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ WARNING:

# Supported tags and respective `Dockerfile` links

- [`17.10`, `artful-20170619`, `artful`, `devel` (*artful/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/782f98831e15c270cb19808985dcc28a20ea06de/artful/Dockerfile)
- [`14.04`, `trusty-20170620`, `trusty` (*trusty/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/782f98831e15c270cb19808985dcc28a20ea06de/trusty/Dockerfile)
- [`16.04`, `xenial-20170619`, `xenial`, `latest` (*xenial/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/782f98831e15c270cb19808985dcc28a20ea06de/xenial/Dockerfile)
- [`16.10`, `yakkety-20170619`, `yakkety` (*yakkety/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/782f98831e15c270cb19808985dcc28a20ea06de/yakkety/Dockerfile)
- [`17.04`, `zesty-20170619`, `zesty`, `rolling` (*zesty/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/782f98831e15c270cb19808985dcc28a20ea06de/zesty/Dockerfile)
- [`17.10`, `artful-20170716`, `artful`, `devel` (*artful/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/8984e91c47abd923cf214fb7232b044106b39337/artful/Dockerfile)
- [`14.04`, `trusty-20170719`, `trusty` (*trusty/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/8984e91c47abd923cf214fb7232b044106b39337/trusty/Dockerfile)
- [`16.04`, `xenial-20170710`, `xenial`, `latest` (*xenial/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/8984e91c47abd923cf214fb7232b044106b39337/xenial/Dockerfile)
- [`16.10`, `yakkety-20170704`, `yakkety` (*yakkety/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/8984e91c47abd923cf214fb7232b044106b39337/yakkety/Dockerfile)
- [`17.04`, `zesty-20170703`, `zesty`, `rolling` (*zesty/Dockerfile*)](https://github.com/tianon/docker-brew-ubuntu-core/blob/8984e91c47abd923cf214fb7232b044106b39337/zesty/Dockerfile)

# Quick reference

Expand Down

0 comments on commit 817792f

Please sign in to comment.