Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion images/golang-tools/1.26/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM to-be-replaced-by-local-ref/golang:1.26

RUN go install github.com/mikefarah/yq/v4@v4.53.2 && \
RUN microdnf install -y yamllint detox && \
microdnf clean all && \
rm -rf /var/cache/dnf/* && \
go install github.com/mikefarah/yq/v4@v4.53.2 && \
go install helm.sh/helm/v4/cmd/helm@v4.2.0 && \
go install golang.org/x/vuln/cmd/govulncheck@v1.1.4 && \
go install github.com/tnozicka/ktools/cmd/ktool@v0.0.1 && \
Expand Down