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
This commit was merged in pull request #1.
This commit is contained in:
xkm
2025-10-17 10:00:30 +08: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错误一次需要注意一下