FROM golang:1.26.4@sha256:792443b89f65105abba56b9bd5e97f680a80074ac62fc844a584212f8c8102c3 COPY scripts/devtools.sh /opt/devtools.sh RUN set -e -x && \ /opt/devtools.sh ENV PATH=/go/bin:$PATH ENV CGO_ENABLED 0 ENV GOPATH /go:/yq