FROM golang:1.26.5@sha256:079e59808d2d252516e27e3f3a9c003740dee7f75e55aa71528766d52bcfc16a 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