Compare commits

..

2 Commits

Author SHA1 Message Date
b0fcc6e4eb fix: permissions of /run directory
Some checks failed
Build containers / changes (push) Successful in 11s
Build containers / base-image (push) Failing after 6s
Build containers / dependent-images (go) (push) Has been skipped
Build containers / dependent-images (infra) (push) Has been skipped
2025-12-27 20:25:53 +01:00
d39934ada4 feat(ci): build using podman for zstd:chunked and only build changed containers 2025-12-27 20:25:41 +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 RUN dnf -y install go && dnf clean all
USER user USER user