Run update.sh
This commit is contained in:
parent
38ecf2c1e3
commit
7964ebfd7a
|
|
@ -93,7 +93,7 @@ For Oracle Linux users without a paid support subscription, the following resour
|
|||
|
||||
# License
|
||||
|
||||
View the [Oracle Linux End-User License Agreement](https://oss.oracle.com/ol6/EULA) for the software contained in this image.
|
||||
View the [Oracle Linux End-User License Agreement](https://oss.oracle.com/ol/EULA) for the software contained in this image.
|
||||
|
||||
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
|
||||
|
||||
|
|
|
|||
|
|
@ -16,11 +16,11 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`1-stretch`, `1.38-stretch`, `1.38.0-stretch`, `stretch`](https://github.com/rust-lang-nursery/docker-rust/blob/1d8ef2981548b4b54767e09274c26b2dd6a4e9ec/1.38.0/stretch/Dockerfile)
|
||||
- [`1-slim-stretch`, `1.38-slim-stretch`, `1.38.0-slim-stretch`, `slim-stretch`](https://github.com/rust-lang-nursery/docker-rust/blob/1d8ef2981548b4b54767e09274c26b2dd6a4e9ec/1.38.0/stretch/slim/Dockerfile)
|
||||
- [`1-buster`, `1.38-buster`, `1.38.0-buster`, `buster`, `1`, `1.38`, `1.38.0`, `latest`](https://github.com/rust-lang-nursery/docker-rust/blob/1d8ef2981548b4b54767e09274c26b2dd6a4e9ec/1.38.0/buster/Dockerfile)
|
||||
- [`1-slim-buster`, `1.38-slim-buster`, `1.38.0-slim-buster`, `slim-buster`, `1-slim`, `1.38-slim`, `1.38.0-slim`, `slim`](https://github.com/rust-lang-nursery/docker-rust/blob/1d8ef2981548b4b54767e09274c26b2dd6a4e9ec/1.38.0/buster/slim/Dockerfile)
|
||||
- [`1-alpine3.10`, `1.38-alpine3.10`, `1.38.0-alpine3.10`, `alpine3.10`, `1-alpine`, `1.38-alpine`, `1.38.0-alpine`, `alpine`](https://github.com/rust-lang-nursery/docker-rust/blob/1d8ef2981548b4b54767e09274c26b2dd6a4e9ec/1.38.0/alpine3.10/Dockerfile)
|
||||
- [`1-stretch`, `1.39-stretch`, `1.39.0-stretch`, `stretch`](https://github.com/rust-lang-nursery/docker-rust/blob/8d0f25416858e2c1f59511a15c2bd0445b402caa/1.39.0/stretch/Dockerfile)
|
||||
- [`1-slim-stretch`, `1.39-slim-stretch`, `1.39.0-slim-stretch`, `slim-stretch`](https://github.com/rust-lang-nursery/docker-rust/blob/8d0f25416858e2c1f59511a15c2bd0445b402caa/1.39.0/stretch/slim/Dockerfile)
|
||||
- [`1-buster`, `1.39-buster`, `1.39.0-buster`, `buster`, `1`, `1.39`, `1.39.0`, `latest`](https://github.com/rust-lang-nursery/docker-rust/blob/8d0f25416858e2c1f59511a15c2bd0445b402caa/1.39.0/buster/Dockerfile)
|
||||
- [`1-slim-buster`, `1.39-slim-buster`, `1.39.0-slim-buster`, `slim-buster`, `1-slim`, `1.39-slim`, `1.39.0-slim`, `slim`](https://github.com/rust-lang-nursery/docker-rust/blob/8d0f25416858e2c1f59511a15c2bd0445b402caa/1.39.0/buster/slim/Dockerfile)
|
||||
- [`1-alpine3.10`, `1.39-alpine3.10`, `1.39.0-alpine3.10`, `alpine3.10`, `1-alpine`, `1.39-alpine`, `1.39.0-alpine`, `alpine`](https://github.com/rust-lang-nursery/docker-rust/blob/8d0f25416858e2c1f59511a15c2bd0445b402caa/1.39.0/alpine3.10/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue