Skip to content

Commit 28f069a

Browse files
committed
Merge pull request docker-library#188 from oracle/master
Updated update.sh for new Oracle Github URL
2 parents 2138e6a + dbb75ca commit 28f069a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

oraclelinux/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Supported tags and respective `Dockerfile` links
22

3-
- [`7`, `7.0`, `latest` (*OracleLinux/7.0/Dockerfile*)](https://github.com/oracle/docker/blob/3e2a0898efc8538bddb20c2e01f46a67a0262d54/OracleLinux/7.0/Dockerfile)
4-
- [`6`, `6.6` (*OracleLinux/6.6/Dockerfile*)](https://github.com/oracle/docker/blob/3e2a0898efc8538bddb20c2e01f46a67a0262d54/OracleLinux/6.6/Dockerfile)
5-
- [`5`, `5.11` (*OracleLinux/5.11/Dockerfile*)](https://github.com/oracle/docker/blob/3e2a0898efc8538bddb20c2e01f46a67a0262d54/OracleLinux/5.11/Dockerfile)
3+
- [`latest`, `7`, `7.1` (*OracleLinux/7.1/Dockerfile*)](https://github.com/oracle/docker/blob/96b7a2c036d0cdd1386d11f35311af8a98541fde/OracleLinux/7.1/Dockerfile)
4+
- [`7.0` (*OracleLinux/7.0/Dockerfile*)](https://github.com/oracle/docker/blob/96b7a2c036d0cdd1386d11f35311af8a98541fde/OracleLinux/7.0/Dockerfile)
5+
- [`6`, `6.6` (*OracleLinux/6.6/Dockerfile*)](https://github.com/oracle/docker/blob/96b7a2c036d0cdd1386d11f35311af8a98541fde/OracleLinux/6.6/Dockerfile)
6+
- [`5`, `5.11` (*OracleLinux/5.11/Dockerfile*)](https://github.com/oracle/docker/blob/96b7a2c036d0cdd1386d11f35311af8a98541fde/OracleLinux/5.11/Dockerfile)
67

78
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).
89

@@ -56,4 +57,4 @@ For Oracle Linux users without a paid support subscription, the following resour
5657

5758
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.
5859

59-
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).
60+
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).

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ declare -A otherRepos=(
4848
[node]='https://github.com/joyent/docker-node'
4949
[odoo]='https://github.com/odoo/docker'
5050
[opensuse]='https://github.com/openSUSE/docker-containers-build'
51-
[oraclelinux]='https://github.com/oracle/docker-images'
51+
[oraclelinux]='https://github.com/oracle/docker'
5252
[perl]='https://github.com/Perl/docker-perl'
5353
[r-base]='https://github.com/rocker-org/rocker'
5454
[registry]='https://github.com/docker/docker-registry'

0 commit comments

Comments
 (0)