Files
devcontainer/containers/go/Containerfile
Job79 8a175716ee
All checks were successful
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Successful in 1m15s
Build containers / dependent-images (infra) (push) Successful in 1m24s
Build containers / dependent-images (go) (push) Successful in 1m34s
feat(ci): build using podman for zstd:chunked and only build changed containers
2025-12-27 19:36:25 +01:00

8 lines
93 B
Docker

ARG TAG
FROM git.plabble.org/job79/fedora:${TAG}
USER root
RUN dnf -y install go
USER user