Run update.sh
This commit is contained in:
parent
24a83451e5
commit
dd49d89e98
|
|
@ -1,6 +1,6 @@
|
||||||
# Supported tags and respective `Dockerfile` links
|
# Supported tags and respective `Dockerfile` links
|
||||||
|
|
||||||
- [`1.4.21`, `1.4`, `1`, `latest` (*Dockerfile*)](https://github.com/docker-library/memcached/blob/2abd5c1e975313238af4291264902812a04a1815/Dockerfile)
|
- [`1.4.22`, `1.4`, `1`, `latest` (*Dockerfile*)](https://github.com/docker-library/memcached/blob/5fb6459a1eb138dcd9cfcd5fa1aef62ee511d335/Dockerfile)
|
||||||
|
|
||||||
For more information about this image and its history, please see the [relevant
|
For more information about this image and its history, please see the [relevant
|
||||||
manifest file
|
manifest file
|
||||||
|
|
|
||||||
|
|
@ -23,15 +23,17 @@ file system, and more.
|
||||||
## How to use these images
|
## How to use these images
|
||||||
|
|
||||||
The Oracle Linux images are intended for use in the **FROM** field of an
|
The Oracle Linux images are intended for use in the **FROM** field of an
|
||||||
application's ```Dockerfile```. For example, to use Oracle Linux 6 as the
|
application's `Dockerfile`. For example, to use Oracle Linux 6 as the
|
||||||
base of an image, specify ```FROM oraclelinux:6```.
|
base of an image, specify `FROM oraclelinux:6`.
|
||||||
|
|
||||||
## Official Resources
|
## Official Resources
|
||||||
|
|
||||||
* [Learn more about Oracle Linux] (http://oracle.com/linux)
|
* [Learn more about Oracle Linux] (http://oracle.com/linux)
|
||||||
* [Unbreakable Linux Network] (https://linux.oracle.com)
|
* [Unbreakable Linux Network] (https://linux.oracle.com)
|
||||||
* [Oracle Public Yum] (http://public-yum.oracle.com)
|
* [Oracle Public Yum] (http://public-yum.oracle.com)
|
||||||
|
|
||||||
## Social media resources
|
## Social media resources
|
||||||
|
|
||||||
* [Twitter] (https://twitter.com/ORCL_Linux)
|
* [Twitter] (https://twitter.com/ORCL_Linux)
|
||||||
* [Facebook] (https://www.facebook.com/OracleLinux)
|
* [Facebook] (https://www.facebook.com/OracleLinux)
|
||||||
* [YouTube] (https://www.youtube.com/user/OracleLinuxChannel)
|
* [YouTube] (https://www.youtube.com/user/OracleLinuxChannel)
|
||||||
|
|
@ -51,6 +53,7 @@ Support for older versions (down to 1.0) is provided on a best-effort basis.
|
||||||
# User Feedback
|
# User Feedback
|
||||||
|
|
||||||
## Customer Support
|
## Customer Support
|
||||||
|
|
||||||
Oracle provides support to Oracle Linux subscription customers via the
|
Oracle provides support to Oracle Linux subscription customers via the
|
||||||
[My Oracle Support] (https://support.oracle.com) portal. The Oracle Linux
|
[My Oracle Support] (https://support.oracle.com) portal. The Oracle Linux
|
||||||
Docker images are covered by Oracle Linux Basic and Premier support
|
Docker images are covered by Oracle Linux Basic and Premier support
|
||||||
|
|
@ -63,7 +66,7 @@ For Oracle Linux users without a paid support subscription, the following resour
|
||||||
are available:
|
are available:
|
||||||
|
|
||||||
* The [Oracle Linux Forum] (https://community.oracle.com/community/server_%26_storage_systems/linux/oracle_linux) on the [Oracle Technology Network Community] (https://community.oracle.com/welcome).
|
* The [Oracle Linux Forum] (https://community.oracle.com/community/server_%26_storage_systems/linux/oracle_linux) on the [Oracle Technology Network Community] (https://community.oracle.com/welcome).
|
||||||
* The ```#oraclelinux``` IRC channel on Freenode.
|
* The `#oraclelinux` IRC channel on Freenode.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue