parent
9899ce98f7
commit
20d284c6ee
5 changed files with 125 additions and 0 deletions
7
fedora-42/Containerfile
Normal file
7
fedora-42/Containerfile
Normal 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"]
|
Loading…
Add table
Add a link
Reference in a new issue