瀏覽代碼

Updated update.sh for new Oracle Dockerfile location and rebuild README.md for Oracle Linux to include 7.1.

Avi Miller 10 年之前
父節點
當前提交
dbb75cae2d
共有 2 個文件被更改,包括 6 次插入5 次删除
  1. 5 4
      oraclelinux/README.md
  2. 1 1
      update.sh

+ 5 - 4
oraclelinux/README.md

@@ -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).

+ 1 - 1
update.sh

@@ -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'