Merge pull request #188 from oracle/master

Updated update.sh for new Oracle Github URL
This commit is contained in:
yosifkit 2015-03-19 15:00:45 -07:00
commit 28f069ad19
2 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# Supported tags and respective `Dockerfile` links
- [`7`, `7.0`, `latest` (*OracleLinux/7.0/Dockerfile*)](https://github.com/oracle/docker/blob/3e2a0898efc8538bddb20c2e01f46a67a0262d54/OracleLinux/7.0/Dockerfile)
- [`6`, `6.6` (*OracleLinux/6.6/Dockerfile*)](https://github.com/oracle/docker/blob/3e2a0898efc8538bddb20c2e01f46a67a0262d54/OracleLinux/6.6/Dockerfile)
- [`5`, `5.11` (*OracleLinux/5.11/Dockerfile*)](https://github.com/oracle/docker/blob/3e2a0898efc8538bddb20c2e01f46a67a0262d54/OracleLinux/5.11/Dockerfile)
- [`latest`, `7`, `7.1` (*OracleLinux/7.1/Dockerfile*)](https://github.com/oracle/docker/blob/96b7a2c036d0cdd1386d11f35311af8a98541fde/OracleLinux/7.1/Dockerfile)
- [`7.0` (*OracleLinux/7.0/Dockerfile*)](https://github.com/oracle/docker/blob/96b7a2c036d0cdd1386d11f35311af8a98541fde/OracleLinux/7.0/Dockerfile)
- [`6`, `6.6` (*OracleLinux/6.6/Dockerfile*)](https://github.com/oracle/docker/blob/96b7a2c036d0cdd1386d11f35311af8a98541fde/OracleLinux/6.6/Dockerfile)
- [`5`, `5.11` (*OracleLinux/5.11/Dockerfile*)](https://github.com/oracle/docker/blob/96b7a2c036d0cdd1386d11f35311af8a98541fde/OracleLinux/5.11/Dockerfile)
For more information about this image and its history, please see the [relevant manifest file (`library/oraclelinux`)](https://github.com/docker-library/official-images/blob/master/library/oraclelinux) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
@ -56,4 +57,4 @@ For Oracle Linux users without a paid support subscription, the following resour
Oracle Linux customers with an active support subscription should follow the existing support procedures to suggest new features, fixes or updates to the Oracle Linux Docker images.
For Oracle Linux users without a paid support subscription, please submit any new feature, fix or update suggestion via a [GitHub issue](https://github.com/oracle/docker-images/issues).
For Oracle Linux users without a paid support subscription, please submit any new feature, fix or update suggestion via a [GitHub issue](https://github.com/oracle/docker/issues).

View File

@ -48,7 +48,7 @@ declare -A otherRepos=(
[node]='https://github.com/joyent/docker-node'
[odoo]='https://github.com/odoo/docker'
[opensuse]='https://github.com/openSUSE/docker-containers-build'
[oraclelinux]='https://github.com/oracle/docker-images'
[oraclelinux]='https://github.com/oracle/docker'
[perl]='https://github.com/Perl/docker-perl'
[r-base]='https://github.com/rocker-org/rocker'
[registry]='https://github.com/docker/docker-registry'