This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-docker.git
commit 595971e728f22d12283264f537797977367398df Author: gaohongtao <[email protected]> AuthorDate: Sun Feb 17 19:39:13 2019 +0800 Change base image --- 6/6.0-GA/oap/Dockerfile | 2 +- 6/6.0-GA/ui/Dockerfile | 2 +- 6/6.0-alpha/oap/Dockerfile | 2 +- 6/6.0-alpha/ui/Dockerfile | 2 +- 6/6.0-beta/oap/Dockerfile | 2 +- 6/6.0-beta/ui/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/6/6.0-GA/oap/Dockerfile b/6/6.0-GA/oap/Dockerfile index 172b29e..181cdc7 100644 --- a/6/6.0-GA/oap/Dockerfile +++ b/6/6.0-GA/oap/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM skywalking/base:6.0.0-GA +FROM apache/skywalking-base:6.0.0-GA LABEL maintainer="[email protected]" diff --git a/6/6.0-GA/ui/Dockerfile b/6/6.0-GA/ui/Dockerfile index cc7f245..3572f03 100644 --- a/6/6.0-GA/ui/Dockerfile +++ b/6/6.0-GA/ui/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM skywalking/base:6.0.0-GA +FROM apache/skywalking-base:6.0.0-GA LABEL maintainer="[email protected]" diff --git a/6/6.0-alpha/oap/Dockerfile b/6/6.0-alpha/oap/Dockerfile index 625f471..02d2cac 100644 --- a/6/6.0-alpha/oap/Dockerfile +++ b/6/6.0-alpha/oap/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM skywalking/base:6.0.0-alpha +FROM apache/skywalking-base:6.0.0-alpha LABEL maintainer="[email protected]" diff --git a/6/6.0-alpha/ui/Dockerfile b/6/6.0-alpha/ui/Dockerfile index 2476251..0ce7a3b 100644 --- a/6/6.0-alpha/ui/Dockerfile +++ b/6/6.0-alpha/ui/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM skywalking/base:6.0.0-alpha +FROM apache/skywalking-base:6.0.0-alpha LABEL maintainer="[email protected]" diff --git a/6/6.0-beta/oap/Dockerfile b/6/6.0-beta/oap/Dockerfile index b05a96d..df49f22 100644 --- a/6/6.0-beta/oap/Dockerfile +++ b/6/6.0-beta/oap/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM skywalking/base:6.0.0-beta +FROM apache/skywalking-base:6.0.0-beta LABEL maintainer="[email protected]" diff --git a/6/6.0-beta/ui/Dockerfile b/6/6.0-beta/ui/Dockerfile index 121e40e..93c2192 100644 --- a/6/6.0-beta/ui/Dockerfile +++ b/6/6.0-beta/ui/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM skywalking/base:6.0.0-beta +FROM apache/skywalking-base:6.0.0-beta LABEL maintainer="[email protected]"
