Run update.sh
This commit is contained in:
parent
55d28be03a
commit
1b3b511177
|
|
@ -24,8 +24,8 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`2.16.2-sdk`, `2.16-sdk`, `2-sdk`, `stable-sdk`, `sdk`, `2.16.2`, `2.16`, `2`, `stable`, `latest`](https://github.com/dart-lang/dart-docker/blob/4b2838f43f45f23fcd1b16ecbbef6d55db7c7f6a/stable/bullseye/Dockerfile)
|
||||
- [`2.17.0-266.5.beta-sdk`, `beta-sdk`, `2.17.0-266.5.beta`, `beta`](https://github.com/dart-lang/dart-docker/blob/4b2838f43f45f23fcd1b16ecbbef6d55db7c7f6a/beta/bullseye/Dockerfile)
|
||||
- [`2.16.2-sdk`, `2.16-sdk`, `2-sdk`, `stable-sdk`, `sdk`, `2.16.2`, `2.16`, `2`, `stable`, `latest`](https://github.com/dart-lang/dart-docker/blob/67df53653865d8977e47bf4f63a6205856ea3695/stable/bullseye/Dockerfile)
|
||||
- [`2.17.0-266.7.beta-sdk`, `beta-sdk`, `2.17.0-266.7.beta`, `beta`](https://github.com/dart-lang/dart-docker/blob/67df53653865d8977e47bf4f63a6205856ea3695/beta/bullseye/Dockerfile)
|
||||
|
||||
# Quick reference (cont.)
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,20 @@ WARNING:
|
|||
|
||||
-->
|
||||
|
||||
# **WARNING**
|
||||
|
||||
If you are a user/consumer of Java, this image is probably not what you expect!
|
||||
|
||||
These images contain "vanilla" builds of the OpenJDK project provided by [Oracle](https://jdk.java.net/) or [the relevant "updates project lead"](https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246) (depending on the version).
|
||||
|
||||
For a more "supported" experience, we recommend one of the following other Official Images (listed in alphabetical order with no intentional or implied preference):
|
||||
|
||||
- [`amazoncorretto`](https://hub.docker.com/_/amazoncorretto)
|
||||
- [`eclipse-temurin`](https://hub.docker.com/_/eclipse-temurin)
|
||||
- [`ibm-semeru-runtimes`](https://hub.docker.com/_/ibm-semeru-runtimes)
|
||||
- [`ibmjava`](https://hub.docker.com/_/ibmjava)
|
||||
- [`sapmachine`](https://hub.docker.com/_/sapmachine)
|
||||
|
||||
# Quick reference
|
||||
|
||||
- **Maintained by**:
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ WARNING:
|
|||
# Quick reference
|
||||
|
||||
- **Maintained by**:
|
||||
[YOURLS](https://github.com/YOURLS/docker-yourls)
|
||||
[YOURLS](https://github.com/YOURLS/docker)
|
||||
|
||||
- **Where to get help**:
|
||||
[the Docker Community Forums](https://forums.docker.com/), [the Docker Community Slack](https://dockr.ly/slack), or [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=docker)
|
||||
|
|
@ -31,7 +31,7 @@ WARNING:
|
|||
# Quick reference (cont.)
|
||||
|
||||
- **Where to file issues**:
|
||||
[https://github.com/YOURLS/docker-yourls/issues](https://github.com/YOURLS/docker-yourls/issues)
|
||||
[https://github.com/YOURLS/docker/issues](https://github.com/YOURLS/docker/issues)
|
||||
|
||||
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
|
||||
[`amd64`](https://hub.docker.com/r/amd64/yourls/), [`arm32v5`](https://hub.docker.com/r/arm32v5/yourls/), [`arm32v6`](https://hub.docker.com/r/arm32v6/yourls/), [`arm32v7`](https://hub.docker.com/r/arm32v7/yourls/), [`arm64v8`](https://hub.docker.com/r/arm64v8/yourls/), [`i386`](https://hub.docker.com/r/i386/yourls/), [`mips64le`](https://hub.docker.com/r/mips64le/yourls/), [`ppc64le`](https://hub.docker.com/r/ppc64le/yourls/), [`s390x`](https://hub.docker.com/r/s390x/yourls/)
|
||||
|
|
@ -53,7 +53,7 @@ YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener
|
|||
|
||||
> [github.com/YOURLS/YOURLS](https://github.com/YOURLS/YOURLS)
|
||||
|
||||

|
||||

|
||||
|
||||
# How to use this image
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue