Docker Library Bot 7 lat temu
rodzic
commit
e1570a497d
6 zmienionych plików z 32 dodań i 30 usunięć
  1. 3 1
      amazonlinux/README.md
  2. 1 1
      arangodb/README.md
  3. 5 5
      node/README.md
  4. 6 6
      oraclelinux/README.md
  5. 15 15
      solr/README.md
  6. 2 2
      swipl/README.md

+ 3 - 1
amazonlinux/README.md

@@ -57,7 +57,9 @@ WARNING:
 
 ## What is Amazon Linux?
 
-Amazon Linux is provided by Amazon Web Services (AWS). It is designed to provide a stable, secure, and high-performance execution environment for applications running on Amazon EC2. It also includes packages that enable easy integration with AWS, including launch configuration tools and many popular AWS libraries and tools. AWS provides ongoing security and maintenance updates to all instances running Amazon Linux.
+Amazon Linux is provided by Amazon Web Services (AWS). It is designed to provide a stable, secure, and high-performance execution environment for applications running on Amazon EC2. The full distribution includes packages that enable easy integration with AWS, including launch configuration tools and many popular AWS libraries and tools. AWS provides ongoing security and maintenance updates to all instances running Amazon Linux.
+
+The Amazon Linux container image contains a minimal set of packages. To install additional packages, [use `yum`](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/managing-software.html).
 
 AWS provides two versions of Amazon Linux: [Amazon Linux 2](https://aws.amazon.com/amazon-linux-2/) LTS Candidate and [Amazon Linux AMI](https://aws.amazon.com/amazon-linux-ami/).
 

+ 1 - 1
arangodb/README.md

@@ -17,8 +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/d6fca9a137cd21345b1d380fc0e72daacb6130ce/jessie/2.8.11/Dockerfile)
--	[`3.2`, `3.2.14` (*stretch/3.2.14/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/b636d23ae99367d4ea4b6191c39e96d1ff08bd12/stretch/3.2.14/Dockerfile)
 -	[`3.3`, `3.3.8`, `latest` (*stretch/3.3.8/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/a13a8efe6f62b70d8d60498118bfc16bcf6809f5/stretch/3.3.8/Dockerfile)
+-	[`3.2`, `3.2.15` (*stretch/3.2.15/Dockerfile*)](https://github.com/arangodb/arangodb-docker/blob/cc4106a5a7cdb75c1ab9798cd2b75248f7745204/stretch/3.2.15/Dockerfile)
 
 # Quick reference
 

+ 5 - 5
node/README.md

@@ -21,11 +21,11 @@ WARNING:
 -	[`9.11.1-onbuild`, `9.11-onbuild`, `9-onbuild` (*9/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/9023f588717d236a92d91a8483ff0582484c22d1/9/onbuild/Dockerfile)
 -	[`9.11.1-slim`, `9.11-slim`, `9-slim` (*9/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/9023f588717d236a92d91a8483ff0582484c22d1/9/slim/Dockerfile)
 -	[`9.11.1-stretch`, `9.11-stretch`, `9-stretch` (*9/stretch/Dockerfile*)](https://github.com/nodejs/docker-node/blob/9023f588717d236a92d91a8483ff0582484c22d1/9/stretch/Dockerfile)
--	[`8.11.1`, `8.11`, `8`, `carbon` (*8/Dockerfile*)](https://github.com/nodejs/docker-node/blob/773be66016fd1ff4a860529a80af61277f75c7e2/8/Dockerfile)
--	[`8.11.1-alpine`, `8.11-alpine`, `8-alpine`, `carbon-alpine` (*8/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/b3ca6573b5c179148b446107386ae96ac6204ad3/8/alpine/Dockerfile)
--	[`8.11.1-onbuild`, `8.11-onbuild`, `8-onbuild`, `carbon-onbuild` (*8/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/b3ca6573b5c179148b446107386ae96ac6204ad3/8/onbuild/Dockerfile)
--	[`8.11.1-slim`, `8.11-slim`, `8-slim`, `carbon-slim` (*8/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/b3ca6573b5c179148b446107386ae96ac6204ad3/8/slim/Dockerfile)
--	[`8.11.1-stretch`, `8.11-stretch`, `8-stretch`, `carbon-stretch` (*8/stretch/Dockerfile*)](https://github.com/nodejs/docker-node/blob/b3ca6573b5c179148b446107386ae96ac6204ad3/8/stretch/Dockerfile)
+-	[`8.11.2`, `8.11`, `8`, `carbon` (*8/Dockerfile*)](https://github.com/nodejs/docker-node/blob/9d34db0c5d314b704b7dc76481dca15b85eef7c2/8/Dockerfile)
+-	[`8.11.2-alpine`, `8.11-alpine`, `8-alpine`, `carbon-alpine` (*8/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/9d34db0c5d314b704b7dc76481dca15b85eef7c2/8/alpine/Dockerfile)
+-	[`8.11.2-onbuild`, `8.11-onbuild`, `8-onbuild`, `carbon-onbuild` (*8/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/9d34db0c5d314b704b7dc76481dca15b85eef7c2/8/onbuild/Dockerfile)
+-	[`8.11.2-slim`, `8.11-slim`, `8-slim`, `carbon-slim` (*8/slim/Dockerfile*)](https://github.com/nodejs/docker-node/blob/9d34db0c5d314b704b7dc76481dca15b85eef7c2/8/slim/Dockerfile)
+-	[`8.11.2-stretch`, `8.11-stretch`, `8-stretch`, `carbon-stretch` (*8/stretch/Dockerfile*)](https://github.com/nodejs/docker-node/blob/9d34db0c5d314b704b7dc76481dca15b85eef7c2/8/stretch/Dockerfile)
 -	[`6.14.2`, `6.14`, `6`, `boron` (*6/Dockerfile*)](https://github.com/nodejs/docker-node/blob/773be66016fd1ff4a860529a80af61277f75c7e2/6/Dockerfile)
 -	[`6.14.2-alpine`, `6.14-alpine`, `6-alpine`, `boron-alpine` (*6/alpine/Dockerfile*)](https://github.com/nodejs/docker-node/blob/bb49c321f761c333ba87b18770121651f0a3004c/6/alpine/Dockerfile)
 -	[`6.14.2-onbuild`, `6.14-onbuild`, `6-onbuild`, `boron-onbuild` (*6/onbuild/Dockerfile*)](https://github.com/nodejs/docker-node/blob/bb49c321f761c333ba87b18770121651f0a3004c/6/onbuild/Dockerfile)

+ 6 - 6
oraclelinux/README.md

@@ -16,12 +16,12 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`7`, `latest` (*7.5/Dockerfile*)](https://github.com/oracle/container-images/blob/558ce97a69cb5d0a4ca7a4705ccd838bfc3c1c19/7.5/Dockerfile)
--	[`7-slim` (*7-slim/Dockerfile*)](https://github.com/oracle/container-images/blob/558ce97a69cb5d0a4ca7a4705ccd838bfc3c1c19/7-slim/Dockerfile)
--	[`7.5` (*7.5/Dockerfile*)](https://github.com/oracle/container-images/blob/558ce97a69cb5d0a4ca7a4705ccd838bfc3c1c19/7.5/Dockerfile)
--	[`7.4` (*7.4/Dockerfile*)](https://github.com/oracle/container-images/blob/558ce97a69cb5d0a4ca7a4705ccd838bfc3c1c19/7.4/Dockerfile)
--	[`6-slim` (*6-slim/Dockerfile*)](https://github.com/oracle/container-images/blob/558ce97a69cb5d0a4ca7a4705ccd838bfc3c1c19/6-slim/Dockerfile)
--	[`6`, `6.9` (*6.9/Dockerfile*)](https://github.com/oracle/container-images/blob/558ce97a69cb5d0a4ca7a4705ccd838bfc3c1c19/6.9/Dockerfile)
+-	[`7`, `latest` (*7.5/Dockerfile*)](https://github.com/oracle/container-images/blob/a2b53f123a1f145febd3f2bca0a72269bf4844c5/7.5/Dockerfile)
+-	[`7-slim` (*7-slim/Dockerfile*)](https://github.com/oracle/container-images/blob/a2b53f123a1f145febd3f2bca0a72269bf4844c5/7-slim/Dockerfile)
+-	[`7.5` (*7.5/Dockerfile*)](https://github.com/oracle/container-images/blob/a2b53f123a1f145febd3f2bca0a72269bf4844c5/7.5/Dockerfile)
+-	[`7.4` (*7.4/Dockerfile*)](https://github.com/oracle/container-images/blob/a2b53f123a1f145febd3f2bca0a72269bf4844c5/7.4/Dockerfile)
+-	[`6-slim` (*6-slim/Dockerfile*)](https://github.com/oracle/container-images/blob/a2b53f123a1f145febd3f2bca0a72269bf4844c5/6-slim/Dockerfile)
+-	[`6`, `6.9` (*6.9/Dockerfile*)](https://github.com/oracle/container-images/blob/a2b53f123a1f145febd3f2bca0a72269bf4844c5/6.9/Dockerfile)
 
 # Quick reference
 

+ 15 - 15
solr/README.md

@@ -16,21 +16,21 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`7.3.0`, `7.3`, `7`, `latest` (*7.3/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/78b52ecefa3441518561bdd504a2ac8b53755540/7.3/Dockerfile)
--	[`7.3.0-alpine`, `7.3-alpine`, `7-alpine`, `alpine` (*7.3/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/78b52ecefa3441518561bdd504a2ac8b53755540/7.3/alpine/Dockerfile)
--	[`7.3.0-slim`, `7.3-slim`, `7-slim`, `slim` (*7.3/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/78b52ecefa3441518561bdd504a2ac8b53755540/7.3/slim/Dockerfile)
--	[`7.2.1`, `7.2` (*7.2/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/4b980ef6a0b997dd0d32be6aca1115d0099e1391/7.2/Dockerfile)
--	[`7.2.1-alpine`, `7.2-alpine` (*7.2/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/4b980ef6a0b997dd0d32be6aca1115d0099e1391/7.2/alpine/Dockerfile)
--	[`7.2.1-slim`, `7.2-slim` (*7.2/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/4b980ef6a0b997dd0d32be6aca1115d0099e1391/7.2/slim/Dockerfile)
--	[`7.1.0`, `7.1` (*7.1/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/4b980ef6a0b997dd0d32be6aca1115d0099e1391/7.1/Dockerfile)
--	[`7.1.0-alpine`, `7.1-alpine` (*7.1/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/4b980ef6a0b997dd0d32be6aca1115d0099e1391/7.1/alpine/Dockerfile)
--	[`7.1.0-slim`, `7.1-slim` (*7.1/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/4b980ef6a0b997dd0d32be6aca1115d0099e1391/7.1/slim/Dockerfile)
--	[`6.6.3`, `6.6`, `6` (*6.6/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/4b980ef6a0b997dd0d32be6aca1115d0099e1391/6.6/Dockerfile)
--	[`6.6.3-alpine`, `6.6-alpine`, `6-alpine` (*6.6/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/4b980ef6a0b997dd0d32be6aca1115d0099e1391/6.6/alpine/Dockerfile)
--	[`6.6.3-slim`, `6.6-slim`, `6-slim` (*6.6/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/4b980ef6a0b997dd0d32be6aca1115d0099e1391/6.6/slim/Dockerfile)
--	[`5.5.5`, `5.5`, `5` (*5.5/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/4b980ef6a0b997dd0d32be6aca1115d0099e1391/5.5/Dockerfile)
--	[`5.5.5-alpine`, `5.5-alpine`, `5-alpine` (*5.5/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/4b980ef6a0b997dd0d32be6aca1115d0099e1391/5.5/alpine/Dockerfile)
--	[`5.5.5-slim`, `5.5-slim`, `5-slim` (*5.5/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/4b980ef6a0b997dd0d32be6aca1115d0099e1391/5.5/slim/Dockerfile)
+-	[`7.3.1`, `7.3`, `7`, `latest` (*7.3/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/7.3/Dockerfile)
+-	[`7.3.1-alpine`, `7.3-alpine`, `7-alpine`, `alpine` (*7.3/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/7.3/alpine/Dockerfile)
+-	[`7.3.1-slim`, `7.3-slim`, `7-slim`, `slim` (*7.3/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/7.3/slim/Dockerfile)
+-	[`7.2.1`, `7.2` (*7.2/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/7.2/Dockerfile)
+-	[`7.2.1-alpine`, `7.2-alpine` (*7.2/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/7.2/alpine/Dockerfile)
+-	[`7.2.1-slim`, `7.2-slim` (*7.2/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/7.2/slim/Dockerfile)
+-	[`7.1.0`, `7.1` (*7.1/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/7.1/Dockerfile)
+-	[`7.1.0-alpine`, `7.1-alpine` (*7.1/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/7.1/alpine/Dockerfile)
+-	[`7.1.0-slim`, `7.1-slim` (*7.1/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/7.1/slim/Dockerfile)
+-	[`6.6.3`, `6.6`, `6` (*6.6/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/6.6/Dockerfile)
+-	[`6.6.3-alpine`, `6.6-alpine`, `6-alpine` (*6.6/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/6.6/alpine/Dockerfile)
+-	[`6.6.3-slim`, `6.6-slim`, `6-slim` (*6.6/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/6.6/slim/Dockerfile)
+-	[`5.5.5`, `5.5`, `5` (*5.5/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/5.5/Dockerfile)
+-	[`5.5.5-alpine`, `5.5-alpine`, `5-alpine` (*5.5/alpine/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/5.5/alpine/Dockerfile)
+-	[`5.5.5-slim`, `5.5-slim`, `5-slim` (*5.5/slim/Dockerfile*)](https://github.com/docker-solr/docker-solr/blob/48c50a7b2746470baa9b3e3573033e600dac75e9/5.5/slim/Dockerfile)
 
 # Quick reference
 

+ 2 - 2
swipl/README.md

@@ -16,8 +16,8 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`latest`, `7.7.13` (*7.7.13/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/9e5b018bc518736af3ec0005831a2a4d1a53cff5/7.7.13/stretch/Dockerfile)
--	[`stable`, `7.6.4` (*7.6.4/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/9e5b018bc518736af3ec0005831a2a4d1a53cff5/7.6.4/stretch/Dockerfile)
+-	[`latest`, `7.7.14` (*7.7.14/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/b16e9a5bb4709876756948f3c223d203b569942c/7.7.14/stretch/Dockerfile)
+-	[`stable`, `7.6.4` (*7.6.4/stretch/Dockerfile*)](https://github.com/SWI-Prolog/docker-swipl/blob/b16e9a5bb4709876756948f3c223d203b569942c/7.6.4/stretch/Dockerfile)
 
 # Quick reference