add fedora-42
Some checks failed
/ build (push) Failing after 2m55s

This commit is contained in:
thislight 2025-06-30 21:17:41 +08:00
parent 9899ce98f7
commit 20d284c6ee
5 changed files with 125 additions and 0 deletions

7
fedora-42/Containerfile Normal file
View file

@ -0,0 +1,7 @@
FROM oven/bun:1-distroless as bun
FROM localhost/runner-images/fedora-minimal:42
COPY --from=bun /usr/local/bin/bun /usr/local/bin/bun
RUN ["/usr/local/bin/bun", "/imgbuild/fedora/pkgs.ts", "install"]