From f37b9b1735a08c04deb69044554b10181d97f44c Mon Sep 17 00:00:00 2001 From: fly6516 Date: Tue, 25 Mar 2025 18:46:58 +0800 Subject: [PATCH] =?UTF-8?q?docs(README):=20=E6=9B=B4=E6=96=B0=20slim=20?= =?UTF-8?q?=E5=92=8C=20max=20=E7=89=88=E6=9C=AC=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在 README.md 文件中添加了关于 slim 和 max 版本的警告信息,说明这些版本由于 latest 镜像的优化已被暂时搁置,可能存在 Bug,不建议使用。同时更新了英文和中文版本的内容。 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f1dbdb7..83ca1b4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ ## English Version +> ❗️ **Warning** > The `slim` and `max` versions and their branches have been temporarily put on hold due to optimizations in the `latest` image (main branch). They may contain bugs and are not recommended for compiling or running images. + ### Overview This project provides a Docker-based multi-language compile environment. It is designed to support development in various programming languages such as C/C++, Java, Python, Node.js, Go, Rust, Ruby, PHP, Haskell, Perl, Lua, and .NET. **[Docker Hub](https://hub.docker.com/r/fly6516/multilang)** @@ -45,6 +47,8 @@ Once inside the container, you can use the pre-installed compilers and tools to ## 中文版本 +> ❗️ **警告** > 由于 latest 镜像(即 main 分支)的优化,slim 和 max 版本及其分支已被暂时搁置,可能存在 Bug,不建议进行编译或运行镜像。 + ### 概述 该项目构建了一个基于 Docker 的多语言编译环境,支持 C/C++、Java、Python、Node.js、Go、Rust、Ruby、PHP、Haskell、Perl、Lua 以及 .NET 等多种语言的开发和编译。 **[Docker Hub](https://hub.docker.com/r/fly6516/multilang)**