update readme and fix build cache #1

Merged
xkm merged 2 commits from xkm/test_runner:main into main 2025-10-17 02:00:30 +00:00
2 changed files with 15 additions and 3 deletions

View File

@@ -86,5 +86,5 @@ jobs:
file: ${{ matrix.dockerfile }} file: ${{ matrix.dockerfile }}
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
cache-from: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache cache-from: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache${{ matrix.name }}
cache-to: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache,mode=max cache-to: type=registry,ref=${{ steps.meta.outputs.cache_repo }}:buildcache${{ matrix.name }},mode=max

View File

@@ -2,7 +2,19 @@
这是一个西电特化docker镜像库通常采用你电的mirrors作为软件源 这是一个西电特化docker镜像库通常采用你电的mirrors作为软件源
# USE
# bug 用dockerfile自己构建
或者使用校园网拉取 `reg.xd.xkm.be/xdu/xxx`
现有镜像:
- debian:trixie -> latest
- debian:bookworm
- ubuntu:25.10 -> latest
- ffmpeg:debian -> latest
# BUG
你电的镜像疑似每下载100个必ssl错误一次需要注意一下 你电的镜像疑似每下载100个必ssl错误一次需要注意一下