You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/06/26 11:35:46 UTC

svn commit: r1687729 - in /incubator/ignite/site/trunk: download-mirrors.html includes/header.html

Author: sboikov
Date: Fri Jun 26 09:35:46 2015
New Revision: 1687729

URL: http://svn.apache.org/r1687729
Log:
Changed header for docker section.

Modified:
    incubator/ignite/site/trunk/download-mirrors.html
    incubator/ignite/site/trunk/includes/header.html

Modified: incubator/ignite/site/trunk/download-mirrors.html
URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/download-mirrors.html?rev=1687729&r1=1687728&r2=1687729&view=diff
==============================================================================
--- incubator/ignite/site/trunk/download-mirrors.html (original)
+++ incubator/ignite/site/trunk/download-mirrors.html Fri Jun 26 09:35:46 2015
@@ -228,15 +228,14 @@
     <h2 style="text-align: left;">Docker And Cloud Images</h2>
     <table>
       <thead>
-      <tr><th>Version</th><th>Docs</th><th>Name</th><th>Date</th><th>URL</th></tr>
+      <tr><th>Name</th><th>Docs</th><th>Date</th><th>URL</th></tr>
       </thead>
         <tbody>
           <tr>
-            <td style="white-space: nowrap;">1.0.0</td>
+            <td style="white-space: nowrap;">Docker Image</td>
             <td style="white-space: nowrap;">
               <a href="https://apacheignite.readme.io/v1.2/docs/docker-deployment">guide</a>
             </td>
-            <td style="white-space: nowrap;">Docker Image</td>
             <td style="white-space: nowrap;">2015-06-25</td>
             <td style="white-space: nowrap;">
               <a id="docker_repo_url"
@@ -244,27 +243,25 @@
             </td>
           </tr>
           <tr>
-            <td style="white-space: nowrap;">1.0.0</td>
+            <td style="white-space: nowrap;">Amazon Image</td>
             <td style="white-space: nowrap;">
               <a href="https://apacheignite.readme.io/v1.2/docs/docker-deployment#amazon-ec2-deployment">guide</a>
             </td>
-            <td style="white-space: nowrap;">Amazon Image</td>
             <td style="white-space: nowrap;">2015-06-25</td>
             <td style="white-space: nowrap;">
-              <a href="https://console.aws.amazon.com/ec2/home?region=us-west-1#launchAmi=ami-5b53a41f">US-WEST ZONE</a>,
-              <a href="https://console.aws.amazon.com/ec2/home?region=us-east-1#launchAmi=ami-3fa45e54">US-EAST ZONE</a>,
-              <a href="https://console.aws.amazon.com/ec2/home?region=eu-central-1#launchAmi=ami-9c5f6481">EU-CENTRAL ZONE</a>
+              <a href="https://console.aws.amazon.com/ec2/home?region=us-west-1#launchAmi=ami-51fb0d15">us-west:ami-51fb0d15</a>,
+              <a href="https://console.aws.amazon.com/ec2/home?region=us-east-1#launchAmi=ami-0f824764">us-east:ami-0f824764</a>,
+              <a href="https://console.aws.amazon.com/ec2/home?region=eu-central-1#launchAmi=ami-0a4d7617">eu-central:ami-0a4d7617</a>
             </td>
           </tr>
           <tr>
-            <td style="white-space: nowrap;">1.0.0</td>
+            <td style="white-space: nowrap;">Google Compute Image</td>
             <td style="white-space: nowrap;">
               <a href="https://apacheignite.readme.io/v1.2/docs/docker-deployment#google-compute-deployment">guide</a>
             </td>
-            <td style="white-space: nowrap;">Google Compute Image</td>
             <td style="white-space: nowrap;">2015-06-25</td>
             <td style="white-space: nowrap;">
-              <a href="https://storage.googleapis.com/ignite-media/ignite-google-image-1.0.0.tar.gz">ignite-google-image-1.0.0.tar.gz</a>
+              <a href="https://storage.googleapis.com/ignite-media/ignite-google-image.tar.gz">ignite-google-image.tar.gz</a>
             </td>
           </tr>
         </tbody>

Modified: incubator/ignite/site/trunk/includes/header.html
URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/includes/header.html?rev=1687729&r1=1687728&r2=1687729&view=diff
==============================================================================
--- incubator/ignite/site/trunk/includes/header.html (original)
+++ incubator/ignite/site/trunk/includes/header.html Fri Jun 26 09:35:46 2015
@@ -60,6 +60,8 @@
                                     <ul class="dropdown-menu" role="menu">
                                         <li><a href="/download.html#downloads">Apache Ignite Releases</a></li>
                                         <li class="divider"></li>
+                                        <li><a href="/download.html#docker">Docker And Cloud Images</a></li>
+                                        <li class="divider"></li>
                                         <li><a href="/download.html#maven">Download From Maven</a></li>
                                         <li class="divider"></li>
                                         <li><a href="/download.html#build-source">Build From Source</a></li>