Compare commits

..

2 Commits

Author SHA1 Message Date
bb6ae4a2a1 fix: permissions of /run directory
All checks were successful
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Successful in 59s
Build containers / dependent-images (go) (push) Successful in 52s
Build containers / dependent-images (infra) (push) Successful in 1m14s
2025-12-27 20:17:22 +01:00
9aeda3e7f4 feat(ci): build using podman for zstd:chunked and only build changed containers
All checks were successful
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Successful in 1m6s
Build containers / dependent-images (go) (push) Successful in 52s
Build containers / dependent-images (infra) (push) Successful in 1m18s
2025-12-27 19:56:47 +01:00

View File

@@ -2,6 +2,6 @@ ARG TAG
FROM git.plabble.org/job79/fedora:${TAG} FROM git.plabble.org/job79/fedora:${TAG}
USER root USER root
RUN dnf -y install go && dnf clean all RUN dnf -y install go
USER user USER user