You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/09/27 03:51:51 UTC

[rocketmq-clients] 08/11: Use ubuntu:18.04 as base image

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

lizhanhui pushed a commit to branch container
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git

commit be7c29f543a9dede11f219452311e7693890f2bc
Author: Zhanhui Li <li...@apache.org>
AuthorDate: Fri Sep 23 14:04:14 2022 +0800

    Use ubuntu:18.04 as base image
---
 cpp/WORKSPACE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpp/WORKSPACE b/cpp/WORKSPACE
index 190b061..8e808dd 100644
--- a/cpp/WORKSPACE
+++ b/cpp/WORKSPACE
@@ -30,8 +30,8 @@ load("@io_bazel_rules_docker//container:container.bzl", "container_pull")
 container_pull(
     name = "cc_base",
     registry = "index.docker.io",
-    repository = "library/alpine",
-    tag = "3.8",
+    repository = "ubuntu",
+    tag = "18.04",
 )
 
 # Support Bazel RBE(remote build execution)