Repository: polygene-java Updated Branches: refs/heads/develop 77b68068a -> 42bc67f2c
I still don't understand how Docker generation/execution works in our system... But need to remove the MySQL one for some unknown reason. Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/c68ad9ac Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/c68ad9ac Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/c68ad9ac Branch: refs/heads/develop Commit: c68ad9ac0c9e57b48e4dd6d7e0c3bb30c8383479 Parents: 77b6806 Author: niclas <[email protected]> Authored: Wed Apr 25 13:33:11 2018 +0800 Committer: niclas <[email protected]> Committed: Wed Apr 25 13:33:11 2018 +0800 ---------------------------------------------------------------------- dependencies.gradle | 1 - .../src/main/docker/mysql/Dockerfile | 16 ---------------- 2 files changed, 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/c68ad9ac/dependencies.gradle ---------------------------------------------------------------------- diff --git a/dependencies.gradle b/dependencies.gradle index 9e51642..e2aad56 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -282,7 +282,6 @@ dependencies.dockerImagesVersions << [ memcached: 'memcached:1.4.39-alpine', mariadb : 'mariadb:10.1.21', mongo : 'mongo:3.5.10', - mysql : 'mysql:5.5.9', postgres : 'postgres:9.6.3-alpine', redis : 'redis:4.0.0-alpine', riak : 'basho/riak-kv:ubuntu-2.2.3', http://git-wip-us.apache.org/repos/asf/polygene-java/blob/c68ad9ac/internals/testsupport-internal/src/main/docker/mysql/Dockerfile ---------------------------------------------------------------------- diff --git a/internals/testsupport-internal/src/main/docker/mysql/Dockerfile b/internals/testsupport-internal/src/main/docker/mysql/Dockerfile deleted file mode 100644 index e2620e6..0000000 --- a/internals/testsupport-internal/src/main/docker/mysql/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -FROM @mysql@ \ No newline at end of file
