You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2019/02/17 11:39:25 UTC

[incubator-skywalking-docker] branch master updated: Change base image

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 595971e  Change base image
595971e is described below

commit 595971e728f22d12283264f537797977367398df
Author: gaohongtao <ha...@gmail.com>
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="hanahmily@apache.org"
 
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="hanahmily@apache.org"
 
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="hanahmily@apache.org"
 
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="hanahmily@apache.org"
 
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="hanahmily@apache.org"
 
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="hanahmily@apache.org"