1
0
Fork 0
Commit graph

67 commits

Author SHA1 Message Date
50f864bc3d Fix image cleanup 2024-11-12 12:04:48 +01:00
96217d57e9 Fix missing image name 2024-11-12 12:04:48 +01:00
2e67e63beb Make image name generic and fix cleanup 2024-11-12 12:04:48 +01:00
51ce727214 Build an image with nvidia drivers 2024-11-12 12:04:46 +01:00
e523bed787 Move Dockerfile to Dockerfile.kde
Allows for multiple Dockerfiles to co-exist, this will allow me to build a separate image with nvidia drivers.
2024-11-12 11:35:29 +01:00
cd4316894c Rebase to F41 2024-11-07 13:23:23 +01:00
a7db97d12a Use --squash instead of --squash-all
It seems --squash-all currently breaks the image, or at least cannot be
rebased to.
2024-11-07 13:23:23 +01:00
03a8871f59 Reduce compression to speed up build 2024-11-07 13:23:23 +01:00
d9c7a1808d Enable zstd:chunked image compression
All checks were successful
/ build-image (push) Successful in 18m50s
https://github.com/containers/storage/blob/main/docs/containers-storage-zstd-chunked.md [9a5c0986a4a33feea7cc2d956928ed0149b32d9a]:

"zstd:chunked is a variant of the
application/vnd.oci.image.layer.v1.tar+zstd media type that uses zstd
skippable frames to include additional metadata (especially a "table of
contents") that includes the SHA-256 and offsets of individual chunks of
files. Additionally chunks are compressed separately. This allows a
client to dynamically fetch only content which it doesn't already have
using HTTP range requests."
2024-11-06 15:39:08 +01:00
cb71569c13 Force pull on every build
All checks were successful
/ build-image (push) Successful in 8m46s
This makes pull failure a build time failure.
2024-11-06 13:31:11 +01:00
02d8c30a0d Rework cleanup
Makes cleanup run after all other steps regardless of success or
failure. Additionally removes resulting artifact.
2024-11-06 13:31:11 +01:00
3cd85014e5 Separate push from build
All checks were successful
/ build-image (push) Successful in 9m14s
2024-11-06 10:20:40 +01:00
266ae1941b Fix typo in build
All checks were successful
/ build-image (push) Successful in 5m10s
Fixes typo introduced in 622664ece1
2024-11-06 09:49:31 +01:00
33a6cde64d Build with --squash-all
Some checks failed
/ build-image (push) Failing after 2s
This makes removing packages from base image actually reduce image size
(downloads will be smaller), but prevents sharing of layers, increasing space usage on registry.
2024-11-06 09:46:45 +01:00
622664ece1 Pull new upstream image if available 2024-11-06 09:46:36 +01:00
e31a1922c3 Use --squash in podman build 2024-11-06 00:55:56 +01:00
e828792344 Add first image build workflow
All checks were successful
/ build-image (push) Successful in 5m48s
2024-11-05 23:18:35 +01:00