Run update.sh
This commit is contained in:
parent
9b8e485d37
commit
8b3a899eb5
|
|
@ -81,6 +81,12 @@ Read more:
|
|||
|
||||
## Issues
|
||||
|
||||
### Memory Accounting
|
||||
|
||||
The combinations of Linux kernel version 3.x and Docker >= 1.12 could lead to a major problem with memory accounting causing the kernel to kill the CrateDB process in the container. This problems occurs because of a [slab shrinker issue](https://lwn.net/Articles/628829/) that is fixed in kernel versions >= 4.0.
|
||||
|
||||
### Others
|
||||
|
||||
For issue specific to the CrateDB Docker image, report issues via [the `docker-crate` GitHub issue tracker](https://github.com/crate/docker-crate/issues)
|
||||
|
||||
For issues with CrateDB itself, report issues via [the `crate` GitHub issue tracker](https://github.com/crate/crate/issues)
|
||||
|
|
|
|||
|
|
@ -16,28 +16,34 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`3.4.5-stretch`, `3.4-stretch`, `3.4.5`, `3.4`, `latest` (*3.4/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.4/stretch/Dockerfile)
|
||||
- [`3.4.5-jessie`, `3.4-jessie` (*3.4/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.4/jessie/Dockerfile)
|
||||
- [`3.4.5-stretch`, `3.4-stretch`, `3.4.5`, `3.4`, `latest` (*3.4/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/b53c8f548757e9c9ef2fa6895762ddc538d94a7e/3.4/stretch/Dockerfile)
|
||||
- [`3.4.5-jessie`, `3.4-jessie` (*3.4/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/b53c8f548757e9c9ef2fa6895762ddc538d94a7e/3.4/jessie/Dockerfile)
|
||||
- [`3.4.5-onbuild`, `3.4-onbuild` (*3.4/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/d175be53dd807e4a03e8cb7081f0c7ca1652a43c/3.4/onbuild/Dockerfile)
|
||||
- [`3.4.5-windowsservercore`, `3.4-windowsservercore` (*3.4/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/d175be53dd807e4a03e8cb7081f0c7ca1652a43c/3.4/windowsservercore/Dockerfile)
|
||||
- [`3.4.5-alpine3.7`, `3.4-alpine3.7`, `3.4.5-alpine`, `3.4-alpine` (*3.4/alpine3.7/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.4/alpine3.7/Dockerfile)
|
||||
- [`3.4.5-alpine3.6`, `3.4-alpine3.6` (*3.4/alpine3.6/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.4/alpine3.6/Dockerfile)
|
||||
- [`3.3.0-rc.1-stretch`, `3.3.0-stretch`, `3.3-stretch`, `3.3.0-rc.1`, `3.3.0`, `3.3` (*3.3/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.3/stretch/Dockerfile)
|
||||
- [`3.3.0-rc.1-jessie`, `3.3.0-jessie`, `3.3-jessie` (*3.3/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.3/jessie/Dockerfile)
|
||||
- [`3.4.5-alpine3.7`, `3.4-alpine3.7`, `3.4.5-alpine`, `3.4-alpine` (*3.4/alpine3.7/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e2190dbe03fc74eff8abbf70ec029ab585462f23/3.4/alpine3.7/Dockerfile)
|
||||
- [`3.4.5-alpine3.6`, `3.4-alpine3.6` (*3.4/alpine3.6/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e2190dbe03fc74eff8abbf70ec029ab585462f23/3.4/alpine3.6/Dockerfile)
|
||||
- [`3.3.0-rc.1-stretch`, `3.3.0-stretch`, `3.3-stretch`, `3.3.0-rc.1`, `3.3.0`, `3.3` (*3.3/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/b53c8f548757e9c9ef2fa6895762ddc538d94a7e/3.3/stretch/Dockerfile)
|
||||
- [`3.3.0-rc.1-jessie`, `3.3.0-jessie`, `3.3-jessie` (*3.3/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/b53c8f548757e9c9ef2fa6895762ddc538d94a7e/3.3/jessie/Dockerfile)
|
||||
- [`3.3.0-rc.1-onbuild`, `3.3.0-onbuild`, `3.3-onbuild` (*3.3/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e0f9cb5a3cc190acd42565113e3380b5853f5746/3.3/onbuild/Dockerfile)
|
||||
- [`3.3.0-rc.1-windowsservercore`, `3.3.0-windowsservercore`, `3.3-windowsservercore` (*3.3/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.3/windowsservercore/Dockerfile)
|
||||
- [`3.3.0-rc.1-alpine3.7`, `3.3.0-rc.1-alpine`, `3.3.0-alpine3.7`, `3.3-alpine3.7`, `3.3.0-alpine`, `3.3-alpine` (*3.3/alpine3.7/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.3/alpine3.7/Dockerfile)
|
||||
- [`3.3.0-rc.1-alpine3.6`, `3.3.0-alpine3.6`, `3.3-alpine3.6` (*3.3/alpine3.6/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.3/alpine3.6/Dockerfile)
|
||||
- [`3.2.1-stretch`, `3.2-stretch`, `3.2.1`, `3.2` (*3.2/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.2/stretch/Dockerfile)
|
||||
- [`3.2.1-jessie`, `3.2-jessie` (*3.2/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.2/jessie/Dockerfile)
|
||||
- [`3.3.0-rc.1-alpine3.7`, `3.3.0-rc.1-alpine`, `3.3.0-alpine3.7`, `3.3-alpine3.7`, `3.3.0-alpine`, `3.3-alpine` (*3.3/alpine3.7/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e2190dbe03fc74eff8abbf70ec029ab585462f23/3.3/alpine3.7/Dockerfile)
|
||||
- [`3.3.0-rc.1-alpine3.6`, `3.3.0-alpine3.6`, `3.3-alpine3.6` (*3.3/alpine3.6/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e2190dbe03fc74eff8abbf70ec029ab585462f23/3.3/alpine3.6/Dockerfile)
|
||||
- [`3.2.1-stretch`, `3.2-stretch`, `3.2.1`, `3.2` (*3.2/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/b53c8f548757e9c9ef2fa6895762ddc538d94a7e/3.2/stretch/Dockerfile)
|
||||
- [`3.2.1-jessie`, `3.2-jessie` (*3.2/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/b53c8f548757e9c9ef2fa6895762ddc538d94a7e/3.2/jessie/Dockerfile)
|
||||
- [`3.2.1-onbuild`, `3.2-onbuild` (*3.2/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e0f9cb5a3cc190acd42565113e3380b5853f5746/3.2/onbuild/Dockerfile)
|
||||
- [`3.2.1-windowsservercore`, `3.2-windowsservercore` (*3.2/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.2/windowsservercore/Dockerfile)
|
||||
- [`3.2.1-alpine3.7`, `3.2-alpine3.7`, `3.2.1-alpine`, `3.2-alpine` (*3.2/alpine3.7/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.2/alpine3.7/Dockerfile)
|
||||
- [`3.2.1-alpine3.6`, `3.2-alpine3.6` (*3.2/alpine3.6/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.2/alpine3.6/Dockerfile)
|
||||
- [`3.1.3-stretch`, `3.1-stretch`, `3.1.3`, `3.1` (*3.1/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.1/stretch/Dockerfile)
|
||||
- [`3.1.3-jessie`, `3.1-jessie` (*3.1/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/9d35e5889c0c85a936690d1005ca64aa9b8d4f93/3.1/jessie/Dockerfile)
|
||||
- [`3.2.1-alpine3.7`, `3.2-alpine3.7`, `3.2.1-alpine`, `3.2-alpine` (*3.2/alpine3.7/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e2190dbe03fc74eff8abbf70ec029ab585462f23/3.2/alpine3.7/Dockerfile)
|
||||
- [`3.2.1-alpine3.6`, `3.2-alpine3.6` (*3.2/alpine3.6/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e2190dbe03fc74eff8abbf70ec029ab585462f23/3.2/alpine3.6/Dockerfile)
|
||||
- [`3.1.3-stretch`, `3.1-stretch`, `3.1.3`, `3.1` (*3.1/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/b53c8f548757e9c9ef2fa6895762ddc538d94a7e/3.1/stretch/Dockerfile)
|
||||
- [`3.1.3-jessie`, `3.1-jessie` (*3.1/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/b53c8f548757e9c9ef2fa6895762ddc538d94a7e/3.1/jessie/Dockerfile)
|
||||
- [`3.1.3-onbuild`, `3.1-onbuild` (*3.1/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e0f9cb5a3cc190acd42565113e3380b5853f5746/3.1/onbuild/Dockerfile)
|
||||
- [`3.1.3-windowsservercore`, `3.1-windowsservercore` (*3.1/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/6776e2d4be810f99c26c8e2842e03f59100e26f2/3.1/windowsservercore/Dockerfile)
|
||||
- [`4.0.0-preview.2-stretch`, `4.0.0-preview.2`, `4.0.0-stretch`, `4.0-stretch`, `4.0.0`, `4.0` (*4.0/stretch/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/b53c8f548757e9c9ef2fa6895762ddc538d94a7e/4.0/stretch/Dockerfile)
|
||||
- [`4.0.0-preview.2-jessie`, `4.0.0-jessie`, `4.0-jessie` (*4.0/jessie/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/b53c8f548757e9c9ef2fa6895762ddc538d94a7e/4.0/jessie/Dockerfile)
|
||||
- [`4.0.0-preview.2-onbuild`, `4.0.0-onbuild`, `4.0-onbuild` (*4.0/onbuild/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/b53c8f548757e9c9ef2fa6895762ddc538d94a7e/4.0/onbuild/Dockerfile)
|
||||
- [`4.0.0-preview.2-windowsservercore`, `4.0.0-windowsservercore`, `4.0-windowsservercore` (*4.0/windowsservercore/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/b53c8f548757e9c9ef2fa6895762ddc538d94a7e/4.0/windowsservercore/Dockerfile)
|
||||
- [`4.0.0-preview.2-alpine3.7`, `4.0.0-preview.2-alpine`, `4.0.0-alpine3.7`, `4.0-alpine3.7`, `4.0.0-alpine`, `4.0-alpine` (*4.0/alpine3.7/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e2190dbe03fc74eff8abbf70ec029ab585462f23/4.0/alpine3.7/Dockerfile)
|
||||
- [`4.0.0-preview.2-alpine3.6`, `4.0.0-alpine3.6`, `4.0-alpine3.6` (*4.0/alpine3.6/Dockerfile*)](https://github.com/HaxeFoundation/docker-library-haxe/blob/e2190dbe03fc74eff8abbf70ec029ab585462f23/4.0/alpine3.6/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,8 @@ WARNING:
|
|||
- [`3.5-jdk-8`, `3.5`, `3-jdk-8`, `3`, `latest` (*jdk-8/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/d2e41bb4b98f827e7929eb01578538854a61726b/jdk-8/Dockerfile)
|
||||
- [`3.5-jdk-9-slim`, `3-jdk-9-slim` (*jdk-9-slim/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/d2e41bb4b98f827e7929eb01578538854a61726b/jdk-9-slim/Dockerfile)
|
||||
- [`3.5-jdk-9`, `3-jdk-9` (*jdk-9/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/d2e41bb4b98f827e7929eb01578538854a61726b/jdk-9/Dockerfile)
|
||||
- [`3.5-jdk-10-slim`, `3-jdk-10-slim` (*jdk-10-slim/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/2df8a77137133ec3b0071e3cdc4e7793118555a5/jdk-10-slim/Dockerfile)
|
||||
- [`3.5-jdk-10`, `3-jdk-10` (*jdk-10/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/2df8a77137133ec3b0071e3cdc4e7793118555a5/jdk-10/Dockerfile)
|
||||
- [`3.5-ibmjava-8-alpine`, `3.5-ibmjava-alpine`, `3-ibmjava-8-alpine`, `ibmjava-alpine` (*ibmjava-8-alpine/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/d2e41bb4b98f827e7929eb01578538854a61726b/ibmjava-8-alpine/Dockerfile)
|
||||
- [`3.5-ibmjava-8`, `3.5-ibmjava`, `3-ibmjava-8`, `3-ibmjava`, `ibmjava` (*ibmjava-8/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/d2e41bb4b98f827e7929eb01578538854a61726b/ibmjava-8/Dockerfile)
|
||||
- [`3.5-ibmjava-9-alpine`, `3-ibmjava-9-alpine` (*ibmjava-9-alpine/Dockerfile*)](https://github.com/carlossg/docker-maven/blob/d2e41bb4b98f827e7929eb01578538854a61726b/ibmjava-9-alpine/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue