From 9a97e9163ef7cd793adcce15e590974adcaad6db Mon Sep 17 00:00:00 2001 From: Yun Pan Date: Wed, 13 Aug 2025 11:54:56 -0400 Subject: [PATCH 1/2] fix: update Dockerfiles and YAML configurations to use stable image tag for debian-ssh-12.6 Signed-off-by: Yun Pan --- Language/c/gcc-12.2.0/Dockerfile | 2 +- Language/cpp/gcc-12.2.0/Dockerfile | 2 +- Language/go/1.22.5/Dockerfile | 2 +- Language/go/1.23.0/Dockerfile | 2 +- Language/java/openjdk17/Dockerfile | 2 +- Language/net/8.0/Dockerfile | 2 +- Language/node.js/18/Dockerfile | 2 +- Language/node.js/20/Dockerfile | 2 +- Language/node.js/22/Dockerfile | 2 +- Language/php/7.4/Dockerfile | 2 +- Language/php/8.2.20/Dockerfile | 2 +- Language/python/3.10/Dockerfile | 2 +- Language/python/3.11/Dockerfile | 2 +- Language/python/3.12/Dockerfile | 2 +- Language/rust/1.81.0/Dockerfile | 2 +- Service/mcp/csharp-1-0/Dockerfile | 2 +- Service/mcp/mcp-proxy/Dockerfile | 2 +- Service/mcp/python-3-12/Dockerfile | 2 +- Service/mcp/spring-boot-3-3-2/Dockerfile | 2 +- Service/mcp/typescript-1-8/Dockerfile | 2 +- yaml/cn/OS/debian-ssh/12.6/12.6.yaml | 2 +- yaml/en/OS/debian-ssh/12.6/12.6.yaml | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Language/c/gcc-12.2.0/Dockerfile b/Language/c/gcc-12.2.0/Dockerfile index 0b874c4a..31213dd6 100644 --- a/Language/c/gcc-12.2.0/Dockerfile +++ b/Language/c/gcc-12.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/cpp/gcc-12.2.0/Dockerfile b/Language/cpp/gcc-12.2.0/Dockerfile index 0617080a..aea48548 100644 --- a/Language/cpp/gcc-12.2.0/Dockerfile +++ b/Language/cpp/gcc-12.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/go/1.22.5/Dockerfile b/Language/go/1.22.5/Dockerfile index 22a7048d..8d2b0a63 100644 --- a/Language/go/1.22.5/Dockerfile +++ b/Language/go/1.22.5/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/go/1.23.0/Dockerfile b/Language/go/1.23.0/Dockerfile index b27f481a..e3753236 100644 --- a/Language/go/1.23.0/Dockerfile +++ b/Language/go/1.23.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/java/openjdk17/Dockerfile b/Language/java/openjdk17/Dockerfile index bb170c97..6b4e0739 100644 --- a/Language/java/openjdk17/Dockerfile +++ b/Language/java/openjdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/net/8.0/Dockerfile b/Language/net/8.0/Dockerfile index 4eee27b1..9b684c85 100644 --- a/Language/net/8.0/Dockerfile +++ b/Language/net/8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/node.js/18/Dockerfile b/Language/node.js/18/Dockerfile index 0cb33928..b82389db 100644 --- a/Language/node.js/18/Dockerfile +++ b/Language/node.js/18/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/node.js/20/Dockerfile b/Language/node.js/20/Dockerfile index d4448001..218a82c1 100644 --- a/Language/node.js/20/Dockerfile +++ b/Language/node.js/20/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/node.js/22/Dockerfile b/Language/node.js/22/Dockerfile index 4d8cf37c..5c2ba9c7 100644 --- a/Language/node.js/22/Dockerfile +++ b/Language/node.js/22/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/php/7.4/Dockerfile b/Language/php/7.4/Dockerfile index 3f0364ce..3422c1e9 100644 --- a/Language/php/7.4/Dockerfile +++ b/Language/php/7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/php/8.2.20/Dockerfile b/Language/php/8.2.20/Dockerfile index bd074d0d..ad5f4523 100644 --- a/Language/php/8.2.20/Dockerfile +++ b/Language/php/8.2.20/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/python/3.10/Dockerfile b/Language/python/3.10/Dockerfile index c9eaab9a..197b2168 100644 --- a/Language/python/3.10/Dockerfile +++ b/Language/python/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/python/3.11/Dockerfile b/Language/python/3.11/Dockerfile index 54bc8628..b1208155 100644 --- a/Language/python/3.11/Dockerfile +++ b/Language/python/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/python/3.12/Dockerfile b/Language/python/3.12/Dockerfile index 46ded585..80d3b306 100644 --- a/Language/python/3.12/Dockerfile +++ b/Language/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/rust/1.81.0/Dockerfile b/Language/rust/1.81.0/Dockerfile index fc778be9..ba9ea11f 100644 --- a/Language/rust/1.81.0/Dockerfile +++ b/Language/rust/1.81.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Service/mcp/csharp-1-0/Dockerfile b/Service/mcp/csharp-1-0/Dockerfile index 1042e571..124be18c 100644 --- a/Service/mcp/csharp-1-0/Dockerfile +++ b/Service/mcp/csharp-1-0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable USER root RUN cd /home/devbox/project && \ diff --git a/Service/mcp/mcp-proxy/Dockerfile b/Service/mcp/mcp-proxy/Dockerfile index 19445b64..4c8aca18 100644 --- a/Service/mcp/mcp-proxy/Dockerfile +++ b/Service/mcp/mcp-proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \rm -rf ./* COPY /Service/mcp/mcp-proxy/project /home/devbox/project/project diff --git a/Service/mcp/python-3-12/Dockerfile b/Service/mcp/python-3-12/Dockerfile index 33b88c4e..1df9e034 100644 --- a/Service/mcp/python-3-12/Dockerfile +++ b/Service/mcp/python-3-12/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \rm -rf ./* COPY /Service/mcp/python-3-12/project /home/devbox/project diff --git a/Service/mcp/spring-boot-3-3-2/Dockerfile b/Service/mcp/spring-boot-3-3-2/Dockerfile index 49f1dedc..5a80a043 100644 --- a/Service/mcp/spring-boot-3-3-2/Dockerfile +++ b/Service/mcp/spring-boot-3-3-2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Service/mcp/typescript-1-8/Dockerfile b/Service/mcp/typescript-1-8/Dockerfile index 943804e4..f4ec6493 100644 --- a/Service/mcp/typescript-1-8/Dockerfile +++ b/Service/mcp/typescript-1-8/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable USER root RUN cd /home/devbox/project && \ diff --git a/yaml/cn/OS/debian-ssh/12.6/12.6.yaml b/yaml/cn/OS/debian-ssh/12.6/12.6.yaml index 8cc659f8..99bdd6d8 100644 --- a/yaml/cn/OS/debian-ssh/12.6/12.6.yaml +++ b/yaml/cn/OS/debian-ssh/12.6/12.6.yaml @@ -8,7 +8,7 @@ metadata: spec: classRef: debian-ssh config: - image: ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61b + image: ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable ports: - containerPort: 22 name: devbox-ssh-port diff --git a/yaml/en/OS/debian-ssh/12.6/12.6.yaml b/yaml/en/OS/debian-ssh/12.6/12.6.yaml index 2bbde7ca..99bdd6d8 100644 --- a/yaml/en/OS/debian-ssh/12.6/12.6.yaml +++ b/yaml/en/OS/debian-ssh/12.6/12.6.yaml @@ -8,7 +8,7 @@ metadata: spec: classRef: debian-ssh config: - image: ghcr.io/labring-actions/devbox/debian-ssh-12.6:547a61 + image: ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable ports: - containerPort: 22 name: devbox-ssh-port From 3b14568778029a489680c2998f4eafd417ed442e Mon Sep 17 00:00:00 2001 From: Yun Pan Date: Wed, 13 Aug 2025 12:06:54 -0400 Subject: [PATCH 2/2] fix: update Dockerfiles and YAML configurations to use specific image tag for debian-ssh-12.6 Signed-off-by: Yun Pan --- Language/c/gcc-12.2.0/Dockerfile | 2 +- Language/cpp/gcc-12.2.0/Dockerfile | 2 +- Language/go/1.22.5/Dockerfile | 2 +- Language/go/1.23.0/Dockerfile | 2 +- Language/java/openjdk17/Dockerfile | 2 +- Language/net/8.0/Dockerfile | 2 +- Language/node.js/18/Dockerfile | 2 +- Language/node.js/20/Dockerfile | 2 +- Language/node.js/22/Dockerfile | 2 +- Language/php/7.4/Dockerfile | 2 +- Language/php/8.2.20/Dockerfile | 2 +- Language/python/3.10/Dockerfile | 2 +- Language/python/3.11/Dockerfile | 2 +- Language/python/3.12/Dockerfile | 2 +- Language/rust/1.81.0/Dockerfile | 2 +- Service/mcp/csharp-1-0/Dockerfile | 2 +- Service/mcp/mcp-proxy/Dockerfile | 2 +- Service/mcp/python-3-12/Dockerfile | 2 +- Service/mcp/spring-boot-3-3-2/Dockerfile | 2 +- Service/mcp/typescript-1-8/Dockerfile | 2 +- yaml/cn/OS/debian-ssh/12.6/12.6.yaml | 2 +- yaml/en/OS/debian-ssh/12.6/12.6.yaml | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Language/c/gcc-12.2.0/Dockerfile b/Language/c/gcc-12.2.0/Dockerfile index 31213dd6..16cd00a9 100644 --- a/Language/c/gcc-12.2.0/Dockerfile +++ b/Language/c/gcc-12.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/cpp/gcc-12.2.0/Dockerfile b/Language/cpp/gcc-12.2.0/Dockerfile index aea48548..48a35cb2 100644 --- a/Language/cpp/gcc-12.2.0/Dockerfile +++ b/Language/cpp/gcc-12.2.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/go/1.22.5/Dockerfile b/Language/go/1.22.5/Dockerfile index 8d2b0a63..eb28c8f0 100644 --- a/Language/go/1.22.5/Dockerfile +++ b/Language/go/1.22.5/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/go/1.23.0/Dockerfile b/Language/go/1.23.0/Dockerfile index e3753236..3bb9c6a8 100644 --- a/Language/go/1.23.0/Dockerfile +++ b/Language/go/1.23.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/java/openjdk17/Dockerfile b/Language/java/openjdk17/Dockerfile index 6b4e0739..b294ea63 100644 --- a/Language/java/openjdk17/Dockerfile +++ b/Language/java/openjdk17/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/net/8.0/Dockerfile b/Language/net/8.0/Dockerfile index 9b684c85..d81e8076 100644 --- a/Language/net/8.0/Dockerfile +++ b/Language/net/8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/node.js/18/Dockerfile b/Language/node.js/18/Dockerfile index b82389db..aadb7a42 100644 --- a/Language/node.js/18/Dockerfile +++ b/Language/node.js/18/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/node.js/20/Dockerfile b/Language/node.js/20/Dockerfile index 218a82c1..9b80ecee 100644 --- a/Language/node.js/20/Dockerfile +++ b/Language/node.js/20/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/node.js/22/Dockerfile b/Language/node.js/22/Dockerfile index 5c2ba9c7..b3d29f5c 100644 --- a/Language/node.js/22/Dockerfile +++ b/Language/node.js/22/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/php/7.4/Dockerfile b/Language/php/7.4/Dockerfile index 3422c1e9..fdba0406 100644 --- a/Language/php/7.4/Dockerfile +++ b/Language/php/7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/php/8.2.20/Dockerfile b/Language/php/8.2.20/Dockerfile index ad5f4523..df6e12b1 100644 --- a/Language/php/8.2.20/Dockerfile +++ b/Language/php/8.2.20/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/python/3.10/Dockerfile b/Language/python/3.10/Dockerfile index 197b2168..ceff25c5 100644 --- a/Language/python/3.10/Dockerfile +++ b/Language/python/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/python/3.11/Dockerfile b/Language/python/3.11/Dockerfile index b1208155..b0b04326 100644 --- a/Language/python/3.11/Dockerfile +++ b/Language/python/3.11/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/python/3.12/Dockerfile b/Language/python/3.12/Dockerfile index 80d3b306..a2a7934b 100644 --- a/Language/python/3.12/Dockerfile +++ b/Language/python/3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Language/rust/1.81.0/Dockerfile b/Language/rust/1.81.0/Dockerfile index ba9ea11f..fe95a256 100644 --- a/Language/rust/1.81.0/Dockerfile +++ b/Language/rust/1.81.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Service/mcp/csharp-1-0/Dockerfile b/Service/mcp/csharp-1-0/Dockerfile index 124be18c..1f4e6abe 100644 --- a/Service/mcp/csharp-1-0/Dockerfile +++ b/Service/mcp/csharp-1-0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 USER root RUN cd /home/devbox/project && \ diff --git a/Service/mcp/mcp-proxy/Dockerfile b/Service/mcp/mcp-proxy/Dockerfile index 4c8aca18..5cceb0bf 100644 --- a/Service/mcp/mcp-proxy/Dockerfile +++ b/Service/mcp/mcp-proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \rm -rf ./* COPY /Service/mcp/mcp-proxy/project /home/devbox/project/project diff --git a/Service/mcp/python-3-12/Dockerfile b/Service/mcp/python-3-12/Dockerfile index 1df9e034..c22cbcb3 100644 --- a/Service/mcp/python-3-12/Dockerfile +++ b/Service/mcp/python-3-12/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \rm -rf ./* COPY /Service/mcp/python-3-12/project /home/devbox/project diff --git a/Service/mcp/spring-boot-3-3-2/Dockerfile b/Service/mcp/spring-boot-3-3-2/Dockerfile index 5a80a043..aabcaab3 100644 --- a/Service/mcp/spring-boot-3-3-2/Dockerfile +++ b/Service/mcp/spring-boot-3-3-2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 RUN cd /home/devbox/project && \ rm -rf ./* diff --git a/Service/mcp/typescript-1-8/Dockerfile b/Service/mcp/typescript-1-8/Dockerfile index f4ec6493..ed92d698 100644 --- a/Service/mcp/typescript-1-8/Dockerfile +++ b/Service/mcp/typescript-1-8/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable +FROM ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 USER root RUN cd /home/devbox/project && \ diff --git a/yaml/cn/OS/debian-ssh/12.6/12.6.yaml b/yaml/cn/OS/debian-ssh/12.6/12.6.yaml index 99bdd6d8..d480ddc8 100644 --- a/yaml/cn/OS/debian-ssh/12.6/12.6.yaml +++ b/yaml/cn/OS/debian-ssh/12.6/12.6.yaml @@ -8,7 +8,7 @@ metadata: spec: classRef: debian-ssh config: - image: ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable + image: ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 ports: - containerPort: 22 name: devbox-ssh-port diff --git a/yaml/en/OS/debian-ssh/12.6/12.6.yaml b/yaml/en/OS/debian-ssh/12.6/12.6.yaml index 99bdd6d8..d480ddc8 100644 --- a/yaml/en/OS/debian-ssh/12.6/12.6.yaml +++ b/yaml/en/OS/debian-ssh/12.6/12.6.yaml @@ -8,7 +8,7 @@ metadata: spec: classRef: debian-ssh config: - image: ghcr.io/labring-actions/devbox/debian-ssh-12.6:stable + image: ghcr.io/labring-actions/devbox/debian-ssh-12.6:a5f75b3 ports: - containerPort: 22 name: devbox-ssh-port