You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2017/01/10 03:38:54 UTC

[42/50] incubator-trafficcontrol git commit: use mysql 5.5 for conversion

use mysql 5.5 for conversion


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/eafd4827
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/eafd4827
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/eafd4827

Branch: refs/heads/master
Commit: eafd48272f0117dbf69e43433420bc97ae53b245
Parents: b5964d8
Author: Dan Kirkwood <da...@gmail.com>
Authored: Wed Dec 21 11:23:59 2016 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Sun Jan 8 21:05:12 2017 -0700

----------------------------------------------------------------------
 traffic_ops/app/db/pg-migration/Dockerfile-mysql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/eafd4827/traffic_ops/app/db/pg-migration/Dockerfile-mysql
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/pg-migration/Dockerfile-mysql b/traffic_ops/app/db/pg-migration/Dockerfile-mysql
index a4bf51f..36e7826 100644
--- a/traffic_ops/app/db/pg-migration/Dockerfile-mysql
+++ b/traffic_ops/app/db/pg-migration/Dockerfile-mysql
@@ -11,7 +11,7 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-FROM mysql:5.6
+FROM mysql:5.5
 
 MAINTAINER Dan Kirkwood