Compare commits

...

3 Commits

Author SHA1 Message Date
xkm
204dec5d65 Merge pull request 'update readme and fix build cache' (#1) from xkm/xdu-dockerfile:main into main
All checks were successful
images-build-and-push / build (., debian-12.dockerfile, xdu/debian:bookworm , debian-12) (push) Successful in 46s
images-build-and-push / build (., debian.dockerfile, xdu/debian:latest xdu/debian:trixie , debian) (push) Successful in 41s
images-build-and-push / build (., ffmpeg-debian.dockerfile, xdu/ffmpeg:debian xdu/ffmpeg:latest , ffmpeg) (push) Successful in 39s
images-build-and-push / build (., ubuntu.dockerfile, xdu/ubuntu:latest xdu/ubuntu:25.10 , ubuntu) (push) Successful in 41s
Reviewed-on: #1
2025-10-17 10:00:30 +08:00
xkm
24b84c153f docs: add usage to readme 2025-10-17 09:58:41 +08:00
xkm
25926ce770 更新 .gitea/workflows/build.yaml 2025-10-17 09:48:29 +08:00
2 changed files with 15 additions and 3 deletions

View File

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

View File

@@ -2,7 +2,19 @@
这是一个西电特化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错误一次需要注意一下